Description
PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. The HTML writer skips htmlspecialchars escaping when a cell's formatted value differs from the original value. When a cell has a custom number format containing the text placeholder @ along with any additional literal characters (for example ". @", "@ ", or "x@"), the formatter replaces @ with the cell value and adds the extra characters, causing the formatted value to differ from the original and bypassing HTML escaping entirely. An attacker who can control the cell value and number format of an uploaded spreadsheet that is later converted to HTML and displayed to other users can achieve stored cross-site scripting. This issue is fixed in versions 5.7.0, 3.10.5, 2.4.5, 2.1.16, and 1.30.4.
INFO
Published Date :
2026-05-06T20:48:34.504Z
Last Modified :
2026-05-07T14:03:36.388Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-40296 vulnerability.
| Vendors | Products |
|---|---|
| Phpoffice |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-40296.