CVE-2014-2383:
DOMPDF Arbitrary File Read
6.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/14/2022
Updated
4/25/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:P/I:P/A:P
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
dompdf/dompdf | composer | >= 0.6.0, < 0.6.1 | 0.6.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes made in the patch to identify vulnerable functions. The removal of code that evaluates PHP in the load_html function directly points to its vulnerability. The change in dompdf.php related to disallowing php:// streams also indicates a vulnerability in how input files are processed, but the exact function name is not specified in the patch.