Files
CVEs-PoC/2016/CVE-2016-1251.md
T
2025-09-29 21:09:30 +02:00

18 lines
785 B
Markdown

### [CVE-2016-1251](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1251)
![](https://img.shields.io/static/v1?label=Product&message=DBD%3A%3Amysql%20before%204.041&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=DBD%3A%3Amysql%20before%204.041%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=use%20after%20free&color=brightgreen)
### Description
There is a vulnerability of type use-after-free affecting DBD::mysql (aka DBD-mysql or the Database Interface (DBI) MySQL driver for Perl) 3.x and 4.x before 4.041 when used with mysql_server_prepare=1.
### POC
#### Reference
- https://github.com/perl5-dbi/DBD-mysql/commit/3619c170461a3107a258d1fd2d00ed4832adb1b1
#### Github
No PoCs found on GitHub currently.