mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 16:47:53 +02:00
1.1 KiB
1.1 KiB
CVE-2010-20112
Description
Amlib’s NetOpacs webquery.dll contains a stack-based buffer overflow vulnerability triggered by improper handling of HTTP GET parameters. Specifically, the application fails to enforce bounds on input supplied to the app parameter, allowing excessive data to overwrite memory structures including the Structured Exception Handler (SEH). Additionally, malformed parameter names followed by an equals sign may result in unintended control flow behavior. This vulnerability is exposed through IIS and affects legacy Windows deployments
POC
Reference
- https://www.exploit-db.com/exploits/16793
- https://www.vulncheck.com/advisories/amlibweb-netopacs-stack-buffer-overflow
Github
No PoCs found on GitHub currently.