mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
1.0 KiB
1.0 KiB
CVE-2007-2216
Description
The tblinf32.dll (aka vstlbinf.dll) ActiveX control for Internet Explorer 5.01, 6 SP1, and 7 uses an incorrect IObjectsafety implementation, which allows remote attackers to execute arbitrary code by requesting the HelpString property, involving a crafted DLL file argument to the TypeLibInfoFromFile function, which overwrites the HelpStringDll property to call the DLLGetDocumentation function in another DLL file, aka "ActiveX Object Vulnerability."
POC
Reference
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-045
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2007/ms07-045
Github
No PoCs found on GitHub currently.