CVE Catalog

CVE-2026-45298

HighCVSS 8.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.49%

71th percentile - higher than 71% of all known CVEs

Summary

In Dozzle before version 10.5.2, in the default configuration (no DOZZLE_AUTH_PROVIDER set), the POST /api/notifications/test-webhook endpoint is accessible without authentication. An attacker can supply an arbitrary URL, and Dozzle will send an HTTP POST with controlled headers and return the response (status code and up to 1MB of body) to the attacker.

Risk Assessment

The vulnerability allows using the Dozzle server as a proxy for SSRF attacks and potential leakage of data from internal server responses.

Recommendation

Upgrade Dozzle to version 10.5.2 or later, which contains the fix.

Other vulnerabilities in Dozzle

See all
Original NVD description (English source)

Dozzle is a realtime log viewer for docker containers. Prior to 10.5.2, in a default dozzle deploy (the documented quickstart, no DOZZLE_AUTH_PROVIDER set), POST /api/notifications/test-webhook is reachable without authentication and forwards an attacker-controlled URL into a WebhookDispatcher that sends an HTTP POST to the supplied URL with attacker-controlled request headers, and returns the response status code AND up to 1MB of the response body to the caller, when the target replies non-2xx. This vulnerability is fixed in 10.5.2.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS