mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-29 16:29:28 +02:00
994 B
994 B
CVE-2025-1022
Description
Versions of the package spatie/browsershot before 5.0.5 are vulnerable to Improper Input Validation in the setHtml function, invoked by Browsershot::html(), which can be bypassed by omitting the slashes in the file URI (e.g., file:../../../../etc/passwd). This is due to missing validations of the user input that should be blocking file URI schemes (e.g., file:// and file:/) in the HTML content.
POC
Reference
- https://gist.github.com/mrdgef/a820837c530e09e1dd725e013e0d4341
- https://security.snyk.io/vuln/SNYK-PHP-SPATIEBROWSERSHOT-8496747
Github
No PoCs found on GitHub currently.