Vulnerability Description
A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project's multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2025-6242
- https://bugzilla.redhat.com/show_bug.cgi?id=2373716
FAQ
What is CVE-2025-6242?
CVE-2025-6242 is a vulnerability with a CVSS score of 7.1 (HIGH). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project's multimodal feature set. The load_from_url and load_from_url_async methods fetch and proc...
How severe is CVE-2025-6242?
CVE-2025-6242 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-6242?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.