Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
apachetop insecure temporary file creation
2005.09.30
Credit:
ZATAZ Audits (exploits zataz net)
Risk:
Low
Local:
No
Remote:
Yes
CVE:
CVE-2005-2660
CWE:
N/A
Ogólna skala CVSS:
2.1/10
Znaczenie:
2.9/10
Łatwość wykorzystania:
3.9/10
Wymagany dostęp:
Lokalny
Złożoność ataku:
Niska
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Brak
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Brak
######################################################### 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 (at) lst (dot) de [email concealed]) : 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 (at) zataz (dot) net [email concealed] - ZATAZ Audit) - Gentoo security scout Thxs to Gentoo Security Team.
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top