gsd-2018-19277
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
securityScan() in PHPOffice PhpSpreadsheet through 1.5.0 allows a bypass of protection mechanisms for XXE via UTF-7 encoding in a .xlsx file
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-19277", "description": "securityScan() in PHPOffice PhpSpreadsheet through 1.5.0 allows a bypass of protection mechanisms for XXE via UTF-7 encoding in a .xlsx file", "id": "GSD-2018-19277" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-19277" ], "details": "securityScan() in PHPOffice PhpSpreadsheet through 1.5.0 allows a bypass of protection mechanisms for XXE via UTF-7 encoding in a .xlsx file", "id": "GSD-2018-19277", "modified": "2023-12-13T01:22:38.916631Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-19277", "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": "securityScan() in PHPOffice PhpSpreadsheet through 1.5.0 allows a bypass of protection mechanisms for XXE via UTF-7 encoding in a .xlsx file" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/PHPOffice/PhpSpreadsheet/issues/771", "refsource": "MISC", "url": "https://github.com/PHPOffice/PhpSpreadsheet/issues/771" }, { "name": "https://www.bishopfox.com/news/2018/11/phpoffice-versions/", "refsource": "MISC", "url": "https://www.bishopfox.com/news/2018/11/phpoffice-versions/" }, { "name": "https://github.com/MewesK/TwigSpreadsheetBundle/issues/18", "refsource": "MISC", "url": "https://github.com/MewesK/TwigSpreadsheetBundle/issues/18" }, { "name": "https://www.drupal.org/sa-contrib-2021-043", "refsource": "MISC", "url": "https://www.drupal.org/sa-contrib-2021-043" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c=1.8.1", "affected_versions": "All versions up to 1.8.1", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-91", "CWE-937" ], "date": "2019-05-17", "description": "`securityScan()` in PHPOffice `PhpSpreadsheet` allows a bypass of protection mechanisms for XXE via UTF-7 encoding in a `.xlsx` file.", "fixed_versions": [ "1.8.2" ], "identifier": "CVE-2018-19277", "identifiers": [ "CVE-2018-19277" ], "not_impacted": "All versions after 1.8.1", "package_slug": "packagist/phpoffice/phpexcel", "pubdate": "2018-11-14", "solution": "Upgrade to version 1.8.2 or above.", "title": "XPath Injection", "urls": [ "https://github.com/PHPOffice/PhpSpreadsheet/issues/771" ], "uuid": "3455b169-130b-4bdf-994e-668264f0aad4" }, { "affected_range": "\u003c=1.5.0", "affected_versions": "All versions up to 1.5.0", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-91", "CWE-937" ], "date": "2019-05-17", "description": "`securityScan()` in PHPOffice `PhpSpreadsheet` allows a bypass of protection mechanisms for XXE via UTF-7 encoding in a `.xlsx` file.", "fixed_versions": [ "1.5.1" ], "identifier": "CVE-2018-19277", "identifiers": [ "CVE-2018-19277" ], "not_impacted": "All versions after 1.5.0", "package_slug": "packagist/phpoffice/phpspreadsheet", "pubdate": "2018-11-14", "solution": "Upgrade to version 1.5.1 or above.", "title": "XPath Injection", "urls": [ "https://github.com/PHPOffice/PhpSpreadsheet/issues/771" ], "uuid": "acdddbb9-cf21-4ff4-98a1-60c0b7c533a6" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:phpspreadsheet_project:phpspreadsheet:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.5.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-19277" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "securityScan() in PHPOffice PhpSpreadsheet through 1.5.0 allows a bypass of protection mechanisms for XXE via UTF-7 encoding in a .xlsx file" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-91" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/PHPOffice/PhpSpreadsheet/issues/771", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/PHPOffice/PhpSpreadsheet/issues/771" }, { "name": "https://www.bishopfox.com/news/2018/11/phpoffice-versions/", "refsource": "MISC", "tags": [ "Broken Link" ], "url": "https://www.bishopfox.com/news/2018/11/phpoffice-versions/" }, { "name": "https://github.com/MewesK/TwigSpreadsheetBundle/issues/18", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/MewesK/TwigSpreadsheetBundle/issues/18" }, { "name": "https://www.drupal.org/sa-contrib-2021-043", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://www.drupal.org/sa-contrib-2021-043" } ] } }, "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": true }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9 } }, "lastModifiedDate": "2022-04-18T17:32Z", "publishedDate": "2018-11-14T11:29Z" } } }
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.