Security readout for executives and security teams
Plain-English summary
PhpSpreadsheet through 1.5.0 could miss a malicious spreadsheet that hides XML external entity content using UTF-7 encoding. The business risk exists where applications accept and parse untrusted .xlsx files. The source bundle does not provide CVSS, confirmed exploitation, or full impact details.
Executive priority
Prioritize this where spreadsheet uploads support customer, partner, or anonymous input. Without confirmed exploitation or CVSS, treat it as dependency remediation with elevated urgency for internet-facing upload workflows.
Technical view
CVE-2018-19277 concerns a bypass of PhpSpreadsheet securityScan() XXE protections through UTF-7 encoded content inside a .xlsx file. Affected scope is stated as PHPOffice PhpSpreadsheet through 1.5.0. Downstream integrations, including spreadsheet upload handlers, may inherit exposure if they process attacker-supplied workbooks with vulnerable versions.
Likely exposure
Most likely exposed systems are PHP applications or bundles that use PhpSpreadsheet through 1.5.0 to parse user-supplied .xlsx files. Exposure is lower where spreadsheet parsing is absent, trusted-only, or isolated.
Exploitation context
The provided sources do not show active exploitation, and CISA KEV status is false. The described attack precondition is delivery of a crafted .xlsx file to an application that parses it with the vulnerable library.
Researcher notes
Evidence is limited to the CVE description and referenced advisories. Do not assume active exploitation or a specific impact chain without environment testing. Focus assessment on vulnerable library version, attacker-controlled .xlsx ingestion, and downstream XML parser behavior.
Mitigation direction
- Identify all PhpSpreadsheet dependencies and transitive consumers.
- Upgrade away from PhpSpreadsheet through 1.5.0 using vendor guidance.
- Review Drupal and bundle advisories if those integrations are present.
- Restrict untrusted spreadsheet upload and parsing until remediated.
- Run spreadsheet parsing in a least-privilege, network-restricted environment.
Validation and detection
- Check dependency manifests and lockfiles for PhpSpreadsheet versions through 1.5.0.
- Inventory routes, jobs, and admin tools that parse .xlsx files.
- Confirm whether TwigSpreadsheetBundle or Drupal affected modules are used.
- Review vendor advisories for fixed versions and apply them.
- Verify upload controls reject or isolate untrusted spreadsheet processing.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2018-19277 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/PHPOffice/PhpSpreadsheet/issues/771CVE reference · x_refsource_MISC
- https://www.bishopfox.com/news/2018/11/phpoffice-versions/CVE reference · x_refsource_MISC
- https://github.com/MewesK/TwigSpreadsheetBundle/issues/18CVE reference · x_refsource_MISC
- https://www.drupal.org/sa-contrib-2021-043CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
