Skip to main content

Server-Side Request Forgery (SSRF)

CVE-2023-27586

Severity High
Score 7.1/10

Summary

CairoSVG is an SVG converter based on Cairo, a 2D graphics library. In versions prior to 2.7.0, Cairo can send requests to external hosts when processing SVG files. A malicious actor could send a specially crafted "SVG" file that allows them to perform a Server-Side Request Forgery(SSRF) or Denial of Service. Version 2.7.0 disables CairoSVG's ability to access other files online by default.

  • LOW
  • LOCAL
  • NONE
  • UNCHANGED
  • REQUIRED
  • NONE
  • HIGH
  • HIGH

CWE-918 - Server-Side Request Forgery (SSRF)

Server-side request forgery (SSRF) is a weakness that allows an attacker to send an arbitrary request, making it appear that the request was sent by the server. This request may bypass a firewall that would normally prevent direct access to the URL. The impact of this vulnerability can vary from unauthorized access to files and sensitive information to remote code execution.

Advisory Timeline

  • Published