exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

apachetop-09022005.txt

apachetop-09022005.txt
Posted Oct 4, 2005
Authored by ZATAZ Audits | Site zataz.net

Apachetop creates temporary files insecurely thus allowing a malicious user to create and overwrite arbitrary files with the privileges of the user running the affected script.

tags | advisory, arbitrary
SHA-256 | fc27343b4ad09cbd06a2f3f816ed501338fc6c1dc618626e1642666b6a16eda5

apachetop-09022005.txt

Change Mirror Download
#########################################################

apachetop insecure temporary file creation

Vendor: http://clueful.shagged.org/apachetop/
Advisory: http://www.zataz.net/adviso/apachetop-09022005.txt
Vendor informed: yes
Exploit available: yes
Impact : low
Exploitation : low

#########################################################

The vulnerability is caused due to temporary file being created insecurely.
This can be exploited via symlink attacks in combination to create and overwrite arbitrary files with the privileges of the user running the affected script.

##########
Versions:
##########

apachetop <= 0.12.5

##########
Solution:
##########

Apply : apachetop_CAN-2005-2660.patch
Patch from Steve Kemp (Debian)
http://bugs.gentoo.org/attachment.cgi?id=69342

#########
Timeline:
#########

Discovered : 2005-09-02
Vendor notified : 2005-09-02
Vendor response : no reponse
Vendor fix : no patch
Vendor Sec report (vendor-sec@lst.de) : 2005-09-13
Disclosure : 2005-09-30

#####################
Technical details :
#####################

Vulnerable code :
-----------------

ake a look at : src/apachetop.h

247 #define DEBUG_OUTPUT "/tmp/atop.debug"

Then in : src/apachetop.cc

85 cf.debug = true;

1103 int dprintf(const char *fmt, ...) /* {{{ */
1104 {
1105 FILE *d;
1106 va_list args;
1107
1108 if (cf.debug && (d = fopen(DEBUG_OUTPUT, "a")))
1109 {
1110 va_start(args, fmt);
1111 vfprintf(d, fmt, args);
1112 fclose(d);
1113 va_end(args);
1114 }
1115
1116 return 0;
1117 } /* }}} */

#########
Related :
#########

Bug report : http://bugs.gentoo.org/show_bug.cgi?id=104473
CVE : CAN-2005-2660

#####################
Credits :
#####################

Eric Romang (eromang@zataz.net - ZATAZ Audit) - Gentoo security scout
Thxs to Gentoo Security Team.
Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    28 Files
  • 16
    Jul 16th
    6 Files
  • 17
    Jul 17th
    34 Files
  • 18
    Jul 18th
    6 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close