Skip to main content

Server-Side Request Forgery (SSRF)

CVE-2025-24354

Severity Medium
Score 5.3/10

Summary

imgproxy is a server for resizing, processing, and converting images. Imgproxy does not block the "0.0.0.0" address, even with "IMGPROXY_ALLOW_LOOPBACK_SOURCE_ADDRESSES" set to "false."This can expose services on the local host. This issue affects github.com/imgproxy/imgproxy versions 3.15.0 through 3.27.1.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • LOW
  • NONE

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