gsd-2014-2383
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2014-2383", "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.", "id": "GSD-2014-2383", "references": [ "https://packetstormsecurity.com/files/cve/CVE-2014-2383" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2014-2383" ], "details": "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.", "id": "GSD-2014-2383", "modified": "2023-12-13T01:22:46.860985Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2014-2383", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-2383/", "refsource": "MISC", "url": "https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-2383/" }, { "name": "https://github.com/dompdf/dompdf/commit/23a693993299e669306929e3d49a4a1f7b3fb028", "refsource": "CONFIRM", "url": "https://github.com/dompdf/dompdf/commit/23a693993299e669306929e3d49a4a1f7b3fb028" }, { "name": "20140423 CVE-2014-2383 - Arbitrary file read in dompdf", "refsource": "FULLDISC", "url": "http://seclists.org/fulldisclosure/2014/Apr/258" }, { "name": "20140423 CVE-2014-2383 - Arbitrary file read in dompdf", "refsource": "BUGTRAQ", "url": "http://www.securityfocus.com/archive/1/531912/100/0/threaded" }, { "name": "https://explore.avertium.com/resource/lfi-rfi-escalation-to-rce", "refsource": "MISC", "url": "https://explore.avertium.com/resource/lfi-rfi-escalation-to-rce" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c=0.6.0", "affected_versions": "All versions up to 0.6.0", "credit": "Alejo Murillo Moyas", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2018-10-09", "description": "An arbitrary file read vulnerability is present on dompdf.php file that allows remote or local attackers to read local files using a special crafted argument. This vulnerability requires the configuration flag DOMPDF_ENABLE_PHP to be enabled (which is disabled by default). Using PHP protocol and wrappers it is possible to bypass the dompdf\u0027s \"chroot\" protection (DOMPDF_CHROOT) which prevents dompdf from accessing system files or other files on the webserver. Please note that the flag DOMPDF_ENABLE_REMOTE needs to be enabled.", "fixed_versions": [ "0.6.1" ], "identifier": "CVE-2014-2383", "identifiers": [ "CVE-2014-2383" ], "not_impacted": "All versions after 0.6.0", "package_slug": "packagist/dompdf/dompdf", "pubdate": "2014-04-28", "solution": "Upgrade to version 0.6.1 or above.", "title": "Arbitrary file read", "urls": [ "http://cxsecurity.com/issue/WLB-2014040158" ], "uuid": "5bee87ea-0b6a-4825-948b-6feddd29cb89" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:dompdf:dompdf:*:beta3:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "0.6.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2014-2383" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-200" } ] } ] }, "references": { "reference_data": [ { "name": "20140423 CVE-2014-2383 - Arbitrary file read in dompdf", "refsource": "FULLDISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/fulldisclosure/2014/Apr/258" }, { "name": "https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-2383/", "refsource": "MISC", "tags": [ "Broken Link" ], "url": "https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-2383/" }, { "name": "https://github.com/dompdf/dompdf/commit/23a693993299e669306929e3d49a4a1f7b3fb028", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/dompdf/dompdf/commit/23a693993299e669306929e3d49a4a1f7b3fb028" }, { "name": "20140423 CVE-2014-2383 - Arbitrary file read in dompdf", "refsource": "BUGTRAQ", "tags": [ "Broken Link", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/archive/1/531912/100/0/threaded" }, { "name": "https://explore.avertium.com/resource/lfi-rfi-escalation-to-rce", "refsource": "MISC", "tags": [], "url": "https://explore.avertium.com/resource/lfi-rfi-escalation-to-rce" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2023-02-02T12:15Z", "publishedDate": "2014-04-28T14:09Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…