← Back

CVE-2024-48917

nvd nist
Published: Nov 18, 2024Modified: Mar 7, 2025

JSON object

Loading...
7.5
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Exploitability: 3.9 / Impact: 3.6
Source: NVD

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.

Affected (4)

1 product
Phpspreadsheet
Configuration A
4 vulnerable
Vulnerable SoftwareAffected Versions
Phpoffice
Before 1.29.4
From 2.0.0 to 2.1.3
From 2.2.0 to 2.3.2
From 3.3.0 to 3.4.0

Timeline

No history available yet.