SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-71366

HIGH · CVSS 7.7 EPSS 0.33%

Source: NVD + CISA KEV + EPSS · Published 2026-08-24 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Multiple AWX notification backends are vulnerable to a server-side request forgery (SSRF) flaw, allowing notification administrators to craft templates that direct HTTP requests to internal or loopback addresses, potentially exposing sensitive services. This vulnerability also permits the webhook backend to follow HTTP redirects, unintentionally leaking Basic Authentication credentials and Grafana API keys to attacker-controlled hosts. Organizations utilizing AWX for notification management should prioritize addressing this vulnerability to mitigate risks of credential exfiltration and unauthorized access to internal services.

CVE
CVE-2026-71366
Severity
HIGH
CVSS
7.7
EPSS
0.33%

Original NVD Description

A server-side request forgery (SSRF) vulnerability was found in multiple AWX notification backends. The webhook, Mattermost, Rocket.Chat, and Grafana notification backends use notification template URLs as direct HTTP request targets without validating the target address against private, loopback, or reserved IP ranges. An organization notification administrator can create notification templates pointing to internal or loopback addresses, causing the AWX control node to issue HTTP requests to services that are not externally accessible. Additionally, the webhook notification backend follows HTTP redirects and resends configured Basic Authentication credentials to redirect targets regardless of host change, allowing an attacker to exfiltrate notification credentials by redirecting to an attacker-controlled host. The Grafana backend sends its API key in the Authorization header to the configured target URL.