The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade phpoffice/phpspreadsheet to version 1.30.6, 2.1.18, 2.4.7, 3.10.7, 5.8.1 or higher.
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 data by uploading a crafted XLSX file containing a formula that triggers an HTTP redirect from a whitelisted domain to an internal or arbitrary target. This is only exploitable if the application uses a domain whitelist and processes user-uploaded spreadsheets with calculated values.
This vulnerability can be mitigated by disabling HTTP redirect following in the stream context or by manually validating each redirect target against the domain whitelist.