cve/2023/CVE-2023-40619.md
2024-05-25 21:48:12 +02:00

798 B

CVE-2023-40619

Description

phpPgAdmin 7.14.4 and earlier is vulnerable to deserialization of untrusted data which may lead to remote code execution because user-controlled data is directly passed to the PHP 'unserialize()' function in multiple places. An example is the functionality to manage tables in 'tables.php' where the 'ma[]' POST parameter is deserialized.

POC

Reference

No PoCs from references.

Github