mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-07 03:02:30 +00:00
726 B
726 B
CVE-2019-20919
Description
An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.
POC
Reference
- https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-...
Github
No PoCs found on GitHub currently.