Description
Dozzle is a realtime log viewer for docker containers. From 10.5.2 until 10.6.15, the isBlockedIP SSRF guard in internal/notification/dispatcher/webhook.go, used by safeDialContext for webhook notification URLs, does not inspect IPv4 addresses embedded in 6to4, NAT64, Teredo, or IPv4-compatible IPv6 addresses, allowing an authenticated user to reach loopback or link-local targets that the guard intends to block. This issue is fixed in version 10.6.15.
Published: 2026-08-11
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in Dozzle’s SSRF guard, which fails to block IPv4 addresses embedded within 6to4, NAT64, Teredo, and IPv4‑compatible IPv6 addresses. An authenticated user can submit a webhook notification URL that resolves to a loopback or link‑local target, allowing the service to reach internal resources that should otherwise be inaccessible. This constitutes a Server‑Side Request Forgery (CWE‑918) that could expose private network services, but does not provide remote code execution or privilege escalation.

Affected Systems

The issue affects Dozzle from version 10.5.2 up through 10.6.15. The fix is included in release v10.6.15. The product is developed by amir20, and any deployments running an affected version are susceptible until upgraded.

Risk and Exploitability

The CVSS score of 2.3 reflects a low severity, and the EPSS < 1 % suggests a very low likelihood of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The attack requires an authenticated user who can configure webhook URLs; the user can then trick Dozzle into resolving an IPv6 transition address that maps to an internal IP such as 127.0.0.1 or a link‑local address, enabling access to local services. Because the reachability is limited to internal hosts, the impact is localized.

Generated by OpenCVE AI on August 12, 2026 at 20:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Dozzle v10.6.15 or later to apply the SSRF guard fix.
  • Verify that only trusted users have permission to add or edit webhook notification URLs, as authenticated access is required for exploitation.
  • If possible, restrict webhook notifications to external HTTPS endpoints or disable them when not needed.

Generated by OpenCVE AI on August 12, 2026 at 20:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Amir20
Amir20 dozzle
Vendors & Products Amir20
Amir20 dozzle

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description Dozzle is a realtime log viewer for docker containers. From 10.5.2 until 10.6.15, the isBlockedIP SSRF guard in internal/notification/dispatcher/webhook.go, used by safeDialContext for webhook notification URLs, does not inspect IPv4 addresses embedded in 6to4, NAT64, Teredo, or IPv4-compatible IPv6 addresses, allowing an authenticated user to reach loopback or link-local targets that the guard intends to block. This issue is fixed in version 10.6.15.
Title Dozzle: SSRF guard bypass via IPv6 transition addresses (6to4/NAT64/Teredo) in webhook notification dispatcher
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-11T19:57:12.584Z

Reserved: 2026-08-10T19:37:41.445Z

Link: CVE-2026-73087

cve-icon Vulnrichment

Updated: 2026-08-11T19:57:02.562Z

cve-icon NVD

Status : Received

Published: 2026-08-11T17:19:16.830

Modified: 2026-08-11T20:18:47.080

Link: CVE-2026-73087

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T01:45:02Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)