<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>AWX - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/awx/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 18 Aug 2026 16:55:49 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/awx/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SSRF Vulnerability in AWX Webhook Callback Mechanism (CVE-2026-71365)</title><link>https://feed.craftedsignal.io/briefs/2026-08-awx-ssrf/</link><pubDate>Tue, 18 Aug 2026 16:55:49 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-awx-ssrf/</guid><description>An SSRF vulnerability in the AWX webhook status callback mechanism allows attackers with template-level administrative access to exfiltrate Git Personal Access Tokens via forged webhook payloads.</description><content:encoded><![CDATA[<p>CVE-2026-71365 is a critical server-side request forgery (SSRF) vulnerability identified in the AWX automation platform. The flaw exists within the webhook status callback mechanism, specifically when processing incoming GitHub pull request webhooks. AWX extracts the status callback URL from the payload without performing validation against expected Git provider domains.</p>
<p>An attacker who possesses administrative rights on a job template configured for webhooks can access the template's webhook signing key. This access allows the attacker to forge a signed GitHub webhook payload containing a malicious 'statuses_url'. When AWX processes this forged payload, it sends an authenticated HTTP POST request to the attacker-defined URL. Because the request includes the configured Git Personal Access Token (PAT) within the Authorization header, this vulnerability enables the silent exfiltration of credentials to external or internal attacker-controlled endpoints.</p>
<h2 id="impact">Impact</h2>
<p>The impact of this vulnerability is significant, as it facilitates the unauthorized exfiltration of Git Personal Access Tokens used for integration with version control systems. Organizations utilizing AWX for automated job templates are at risk of losing service account credentials, which could lead to further unauthorized access, code repository tampering, or lateral movement within the development pipeline.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Audit all AWX job templates configured for webhooks to identify and restrict administrative access.</li>
<li>Implement egress filtering at the network level to prevent AWX server instances from initiating connections to unauthorized or untrusted external domains.</li>
<li>Review access logs and audit trails for job templates to identify potentially unauthorized webhook configuration changes.</li>
<li>Monitor AWX server outbound traffic logs for unexpected POST requests directed toward non-Git provider infrastructure.</li>
<li>Patch AWX to the latest version provided by Red Hat that addresses CVE-2026-71365.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>webserver</category><category>ssrf</category><category>credential-theft</category><category>vulnerability</category></item></channel></rss>