mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 22:53:11 +00:00
1.1 KiB
1.1 KiB
CVE-2010-20119
Description
CommuniCrypt Mail versions up to and including 1.16 contains a stack-based buffer overflow vulnerability in its ANSMTP.dll and AOSMTP.dll ActiveX controls, specifically within the AddAttachments() method. This method fails to properly validate the length of input strings, allowing data to exceed the bounds of a fixed-size stack buffer. When invoked with an overly long string, the control can corrupt adjacent memory structures, including exception handlers, leading to potential control flow disruption.
POC
Reference
- https://www.exploit-db.com/exploits/12663
- https://www.vulncheck.com/advisories/communicrypt-mail-activex-control-buffer-overflow
Github
No PoCs found on GitHub currently.