gsd-2014-1836
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
Absolute path traversal vulnerability in htdocs/libraries/image-editor/image-edit.php in ImpressCMS before 1.3.6 allows remote attackers to delete arbitrary files via a full pathname in the image_path parameter in a cancel action.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2014-1836", "description": "Absolute path traversal vulnerability in htdocs/libraries/image-editor/image-edit.php in ImpressCMS before 1.3.6 allows remote attackers to delete arbitrary files via a full pathname in the image_path parameter in a cancel action.", "id": "GSD-2014-1836", "references": [ "https://packetstormsecurity.com/files/cve/CVE-2014-1836" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2014-1836" ], "details": "Absolute path traversal vulnerability in htdocs/libraries/image-editor/image-edit.php in ImpressCMS before 1.3.6 allows remote attackers to delete arbitrary files via a full pathname in the image_path parameter in a cancel action.", "id": "GSD-2014-1836", "modified": "2023-12-13T01:22:51.124366Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2014-1836", "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": "Absolute path traversal vulnerability in htdocs/libraries/image-editor/image-edit.php in ImpressCMS before 1.3.6 allows remote attackers to delete arbitrary files via a full pathname in the image_path parameter in a cancel action." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "20140203 [CVE-2014-1836] Arbitrary file deletion in ImpressCMS \u003c 1.3.6 and two XSS issues", "refsource": "FULLDISC", "url": "http://seclists.org/fulldisclosure/2014/Feb/14" }, { "name": "http://community.impresscms.org/modules/smartsection/item.php?itemid=675", "refsource": "CONFIRM", "url": "http://community.impresscms.org/modules/smartsection/item.php?itemid=675" }, { "name": "https://github.com/pedrib/PoC/blob/master/generic/impresscms-1.3.5.txt", "refsource": "MISC", "url": "https://github.com/pedrib/PoC/blob/master/generic/impresscms-1.3.5.txt" }, { "name": "65279", "refsource": "BID", "url": "http://www.securityfocus.com/bid/65279" }, { "name": "102770", "refsource": "OSVDB", "url": "http://osvdb.org/show/osvdb/102770" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.3.6", "affected_versions": "All versions before 1.3.6", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:P", "cwe_ids": [ "CWE-1035", "CWE-22", "CWE-352", "CWE-937" ], "date": "2023-08-16", "description": "Absolute path traversal vulnerability in htdocs/libraries/image-editor/image-edit.php in ImpressCMS before 1.3.6 allows remote attackers to delete arbitrary files via a full pathname in the image_path parameter in a cancel action.", "fixed_versions": [ "1.3.6" ], "identifier": "CVE-2014-1836", "identifiers": [ "GHSA-wcj4-ff9m-5r7g", "CVE-2014-1836" ], "not_impacted": "All versions starting from 1.3.6", "package_slug": "packagist/impresscms/impresscms", "pubdate": "2022-05-17", "solution": "Upgrade to version 1.3.6 or above.", "title": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2014-1836", "https://github.com/pedrib/PoC/blob/master/generic/impresscms-1.3.5.txt", "http://community.impresscms.org/modules/smartsection/item.php?itemid=675", "http://seclists.org/fulldisclosure/2014/Feb/14", "https://github.com/ImpressCMS/impresscms/issues/914", "https://web.archive.org/web/20200228234251/http://www.securityfocus.com/bid/65279", "https://github.com/advisories/GHSA-wcj4-ff9m-5r7g" ], "uuid": "58b174b5-0622-4d06-84bd-01dfda1a7c45" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:impresscms:impresscms:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.3.5", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2014-1836" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Absolute path traversal vulnerability in htdocs/libraries/image-editor/image-edit.php in ImpressCMS before 1.3.6 allows remote attackers to delete arbitrary files via a full pathname in the image_path parameter in a cancel action." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-22" } ] } ] }, "references": { "reference_data": [ { "name": "102770", "refsource": "OSVDB", "tags": [], "url": "http://osvdb.org/show/osvdb/102770" }, { "name": "http://community.impresscms.org/modules/smartsection/item.php?itemid=675", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "http://community.impresscms.org/modules/smartsection/item.php?itemid=675" }, { "name": "20140203 [CVE-2014-1836] Arbitrary file deletion in ImpressCMS \u003c 1.3.6 and two XSS issues", "refsource": "FULLDISC", "tags": [], "url": "http://seclists.org/fulldisclosure/2014/Feb/14" }, { "name": "65279", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/65279" }, { "name": "https://github.com/pedrib/PoC/blob/master/generic/impresscms-1.3.5.txt", "refsource": "MISC", "tags": [ "Exploit" ], "url": "https://github.com/pedrib/PoC/blob/master/generic/impresscms-1.3.5.txt" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.4, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2015-07-02T17:26Z", "publishedDate": "2015-07-01T14:59Z" } } }
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.