CVE-2014-2383
EXPLOITED NUCLEIdompdf < 0.6.1 - Arbitrary File Read via PHP Wrapper in input_file Parameter
Title source: llmExploitation Summary
CVE-2014-2383 has been observed exploited in the wild (reported by VulnCheck KEV). EIP tracks 2 public exploits from researchers including Portcullis, Relativ3Pa1n. A Nuclei detection template is also available.
AI-analyzed exploit summary This is a writeup describing an arbitrary file read vulnerability in dompdf v0.6.0. The vulnerability allows attackers to read local files using PHP wrappers if DOMPDF_ENABLE_PHP and DOMPDF_ENABLE_REMOTE are enabled.
Description
dompdf.php in dompdf before 0.6.1, when DOMPDF_ENABLE_PHP is enabled, allows context-dependent attackers to bypass chroot protections and read arbitrary files via a PHP protocol and wrappers in the input_file parameter, as demonstrated by a php://filter/read=convert.base64-encode/resource in the input_file parameter.
Exploits (2)
This is a writeup describing an arbitrary file read vulnerability in dompdf v0.6.0. The vulnerability allows attackers to read local files using PHP wrappers if DOMPDF_ENABLE_PHP and DOMPDF_ENABLE_REMOTE are enabled.
This repository provides a detailed proof-of-concept for exploiting CVE-2014-2383, a vulnerability in dompdf that allows LFI/RFI to be escalated to RCE via PHP wrappers and input stream manipulation.