Lucene search
+L

383 matches found

OSV
OSV
β€’added 2026/07/23 3:00 p.m.β€’14 views

GHSA-2MRG-GJXQ-2GVR PHPSpreadsheet: Gnumeric reader unbounded gzip expansion causes memory exhaustion

Summary PhpSpreadsheet's Gnumeric reader reads attacker-supplied .gnumeric files into memory and, when the file starts with gzip magic bytes, calls gzdecode on the full compressed contents without enforcing a decompressed-size limit. A very small compressed .gnumeric file can expand to data large...

7.5CVSS7.4AI score0.0038EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
β€’added 2026/07/23 2:55 p.m.β€’16 views

PHPSpreadsheet: SSRF bypass via HTTP redirect in WEBSERVICE() domain whitelist

Summary The domain whitelist introduced in PhpSpreadsheet 5.4.0 for the WEBSERVICE formula function can be bypassed via HTTP redirect. The whitelist validates only the initial URL's hostname, but filegetcontents follows 302/301 redirects by default without re-validating the redirect target agains...

7.7CVSS5.9AI score0.00373EPSS
SaveExploits0References8Affected Software1
Snyk
Snyk
β€’added 2026/07/23 2:55 p.m.β€’16 views

Server-side Request Forgery (SSRF)

Overview phpoffice/phpspreadsheet is a Spreadsheet engine that Read, Create and Write Spreadsheet documents in PHP . Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the webService process. An attacker can access internal services and exfiltrate sensitive da...

7.7CVSS6AI score0.00373EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
β€’added 2026/07/22 12:00 a.m.β€’10 views

The vulnerability of the OLERead::read() function in the src/PhpSpreadsheet/Shared/OLERead.php script of the PhpSpreadsheet library allows a hacker to trigger a service failure.

The vulnerability of the OLERead::read function in the src/PhpSpreadsheet/Shared/OLERead.php script of the PhpSpreadsheet library is related to the execution of a loop with an unavailable exit condition. Exploiting this vulnerability could allow a remote attacker to cause service interruptions...

7.8CVSS6.1AI score0.0038EPSS
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
β€’added 2026/07/22 12:00 a.m.β€’11 views

The vulnerability of the gzfileGetContents() method in the src/PhpSpreadsheet/Reader/Gnumeric.php script of the PhpSpreadsheet library allows a attacker to cause a service failure.

The vulnerability of the gzfileGetContents method in the src/PhpSpreadsheet/Reader/Gnumeric.php script of the PhpSpreadsheet library is related to incorrect processing of highly compressed input data. Exploiting this vulnerability could allow an attacker to cause a service failure...

7.8CVSS5.4AI score0.0038EPSS
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
β€’added 2026/07/22 12:00 a.m.β€’7 views

The vulnerability of the webService() method in the Calculation/Web/Service.php PHP library allows a attacker to perform an SSRF attack.

The vulnerability of the webService method in the Calculation/Web/Service.php PHP library of the PhpSpreadsheet framework is related to insufficient validation of requests on the server side. Exploiting this vulnerability could allow a malicious actor to perform an SSRF attack remotely...

7.7CVSS5.5AI score0.00373EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
β€’added 2026/07/12 12:00 a.m.β€’29 views

PT-2026-63656

Name of the Vulnerable Software and Affected Versions PhpSpreadsheet affected versions not specified Description The OLE reader in PhpSpreadsheet follows sector chains from XLS/OLE metadata without detecting cycles or enforcing a maximum chain length. A malformed file can set the small-block depo...

7.8CVSS7.2AI score0.0038EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
β€’added 2026/07/12 12:00 a.m.β€’20 views

PT-2026-63654

Name of the Vulnerable Software and Affected Versions PhpSpreadsheet affected versions not specified Description An issue exists in the Gnumeric reader where the gzfileGetContents function in src/PhpSpreadsheet/Reader/Gnumeric.php incorrectly handles highly compressed input data. When a .gnumeric...

7.8CVSS7.7AI score0.0038EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
β€’added 2026/07/12 12:00 a.m.β€’17 views

PT-2026-63655

Name of the Vulnerable Software and Affected Versions PhpSpreadsheet versions 4.0.0 through 5.8.0 PhpSpreadsheet versions 3.3.0 through 3.10.6 PhpSpreadsheet versions 2.2.0 through 2.4.6 PhpSpreadsheet versions 2.0.0 through 2.1.17 PhpSpreadsheet versions prior to 1.30.6 Description Insufficient...

7.7CVSS7.1AI score0.00373EPSS
SaveExploits0References11
Packet Storm
Packet Storm
β€’added 2026/07/07 12:00 a.m.β€’70 views

πŸ“„ PHPSpreadsheet 5.8.0 Remote Code Execution

PHPSpreadsheet version 5.8.0 suffers from a phar deserialization remote code execution vulnerability. ================================================================================================================================== | Title : PHPSpreadsheet 5.8.0 Phar Deserialization RCE | | Auth...

9.2CVSS6.6AI score0.00462EPSS
SaveExploits2
Snyk
Snyk
β€’added 2026/06/22 10:21 p.m.β€’8 views

Deserialization of Untrusted Data

Overview phpoffice/phpspreadsheet is a Spreadsheet engine that Read, Create and Write Spreadsheet documents in PHP . Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the File::prohibitWrappers function. An attacker can execute arbitrary code or read files b...

9.8CVSS6.2AI score0.00712EPSS
SaveExploits3References2
NVD
NVD
β€’added 2026/06/22 9:16 p.m.β€’31 views

CVE-2026-45034

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. Prior to 1.30.5, CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as...

9.2CVSS0.00462EPSS
SaveExploits2References1
Vulnrichment
Vulnrichment
β€’added 2026/06/22 8:32 p.m.β€’10 views

CVE-2026-45034 PhpSpreadsheet: File::prohibitWrappers bypass

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. Prior to 1.30.5, CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as...

9.2CVSS5.9AI score0.00462EPSS
SaveExploits2References1
ATTACKERKB
ATTACKERKB
β€’added 2026/06/22 8:32 p.m.β€’8 views

CVE-2026-45034

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. Prior to 1.30.5, CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as...

9.2CVSS5.9AI score0.00462EPSS
SaveExploits2References2Affected Software1
CVE
CVE
β€’added 2026/06/22 8:32 p.m.β€’145 views

CVE-2026-45034

Summary: PhpSpreadsheet before 1.30.5 contains a bypass in File::prohibitWrappers that can be exploited via phar:// wrapper paths (e.g., phar:///path/file.phar/inner). When input contains three or more slashes after the scheme, parse_url can return false, skipping the check and allowing phar wrap...

9.2CVSS5.9AI score0.00462EPSS
SaveExploits2References1
Cvelist
Cvelist
β€’added 2026/06/22 8:32 p.m.β€’38 views

CVE-2026-45034 PhpSpreadsheet: File::prohibitWrappers bypass

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. Prior to 1.30.5, CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as...

9.2CVSS0.00462EPSS
SaveExploits2References1
EUVD
EUVD
β€’added 2026/06/22 8:32 p.m.β€’38 views

EUVD-2026-38359

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. Prior to 1.30.5, CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as...

9.8CVSS5.9AI score0.00712EPSS
SaveExploits3References1
Veracode
Veracode
β€’added 2026/06/13 11:06 a.m.β€’14 views

Improper Input Validation

phpoffice/phpspreadsheet is vulnerable to Improper Input Validation. The vulnerability is due to insufficient validation of PHP stream wrappers, where the wrapper check can be bypassed using malformed phar:/// paths, which allows an attacker to exploit the phar stream wrapper to bypass security...

9.2CVSS6.3AI score0.00462EPSS
SaveExploits2References1Affected Software1
GithubExploit
GithubExploit
β€’added 2026/06/11 6:47 a.m.β€’124 views

Exploit for CVE-2026-45034

🧨 PHPSpreadsheet Phar Deserialization Exploit Bypass pro...

6.7AI score0.00462EPSS
SaveExploits2
OSV
OSV
β€’added 2026/06/08 11:00 p.m.β€’20 views

GHSA-87M4-826X-3CRX PHPSpreadsheet has a patch bypass for CVE-2026-34084

Summary CVE-2026-34084 was patched by the helper File::prohibitWrappers. The helper calls parseurl$filename, PHPURLSCHEME and then checks isstring$scheme && strlen$scheme 1 to reject stream wrappers such as phar://, php://, data:// or expect://. The check is not equivalent to "does the path conta...

9.2CVSS5.7AI score0.00462EPSS
SaveExploits2References3
Rows per page
Query Builder