CVE-2026-48555
Spatie Laravel Media Library SSRF Vulnerability
Publication date: 2026-05-29
Last updated on: 2026-05-29
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spatie | laravel_media_library | to 11.23.0 (exc) |
| spatie | laravel_medialibrary | to 11.23.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-48555 is a Server-Side Request Forgery (SSRF) vulnerability found in Spatie Laravel Media Library versions before 11.23.0.
This vulnerability exists in the addMediaFromUrl() method within the InteractsWithMedia.php file. It allows remote attackers to cause the server to make arbitrary outbound HTTP requests by passing user-controlled URLs to this method.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to manipulate the server into making arbitrary outbound HTTP requests. This could potentially be used to access internal systems, bypass firewalls, or perform other malicious activities by leveraging the server as a proxy.
What immediate steps should I take to mitigate this vulnerability?
To mitigate the Server-Side Request Forgery vulnerability in Spatie Laravel Media Library, you should upgrade the library to version 11.23.0 or later, where the issue in the addMediaFromUrl() method has been patched.