Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-48917

7.5 · HIGH
Published Nov 18, 2024 phpoffice CWE-611 EPSS 0.73% (52th pctl)

Overview

CVE-2024-48917 is a high-severity vulnerability affecting phpoffice phpspreadsheet. It was published on November 18, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

PhpSpreadsheet is a PHP library for reading and writing spreadsheet files. The `XmlScanner` class has a scan method which should prevent XXE attacks. However, in a bypass of the previously reported `CVE-2024-47873`, the regexes from the `findCharSet` method, which is used for determining the current encoding can be bypassed by using a payload in the encoding UTF-7, and adding at end of the file a comment with the value `encoding="UTF-8"` with `"`, which is matched by the first regex, so that `encoding='UTF-7'` with single quotes `'` in the XML header is not matched by the second regex. An attacker can bypass the sanitizer and achieve an XML external entity attack. Versions 1.9.4, 2.1.3, 2.3.2, and 3.4.0 fix the issue.

Remediation

Check the references section for vendor advisories and patches from phpoffice. Update phpspreadsheet to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
phpoffice phpspreadsheet >= 0, < 1.29.4 Affected

Frequently Asked Questions

What is CVE-2024-48917?

CVE-2024-48917 is a high-severity vulnerability affecting phpoffice phpspreadsheet. It was published on November 18, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-48917?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-48917?

Check the references section for vendor advisories and patches from phpoffice. Update phpspreadsheet to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-48917?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-48917 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.