<?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/"><channel><title>Red-Hat - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/red-hat/</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, 07 Jul 2026 10:19:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/red-hat/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-14476: SSSD AD GPO Provider Path Traversal to Root File Write and Authentication Bypass</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-14476-sssd-path-traversal/</link><pubDate>Tue, 07 Jul 2026 10:19:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-14476-sssd-path-traversal/</guid><description>A path traversal vulnerability (CVE-2026-14476) in SSSD's Active Directory Group Policy Object (AD GPO) provider allows an authenticated attacker with AD GPO management access to write arbitrary files outside the GPO cache directory with root privileges, leading to Kerberos configuration injection and potential authentication bypass on Red Hat Enterprise Linux systems.</description><content:encoded><![CDATA[<p>A critical path traversal vulnerability, tracked as CVE-2026-14476, has been identified in the System Security Services Daemon (SSSD) AD GPO provider. This flaw resides within the <code>ad_gpo_extract_smb_components()</code> function, which fails to properly sanitize <code>..</code> sequences embedded within the <code>gPCFileSysPath</code> LDAP attribute. This oversight enables an attacker, who has already secured Active Directory GPO management privileges, to craft a malicious attribute that directs file writes outside the intended GPO cache directory. Exploitation results in the ability to write arbitrary files as the <code>root</code> user on affected systems. Specifically, on default Red Hat Enterprise Linux (RHEL) configurations with SELinux in enforcing mode, this vulnerability can be leveraged to inject malicious Kerberos configuration, ultimately leading to an authentication bypass, compromising system integrity and access controls.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains or already possesses valid Active Directory GPO management credentials and access.</li>
<li>Using their GPO management privileges, the attacker modifies the <code>gPCFileSysPath</code> LDAP attribute to include <code>..</code> path traversal sequences.</li>
<li>The crafted <code>gPCFileSysPath</code> attribute is designed to point to a sensitive system directory outside the normal GPO cache on the target SSSD-managed RHEL system.</li>
<li>When SSSD's <code>ad_gpo_extract_smb_components()</code> function processes this attribute, it inadequately sanitizes the <code>..</code> sequences, misinterpreting the attacker's intended path.</li>
<li>This allows the attacker to write arbitrary files with <code>root</code> privileges to a chosen location on the affected RHEL system, bypassing normal file system permissions.</li>
<li>The attacker injects a malicious Kerberos configuration file (e.g., within <code>/etc/krb5.conf.d/</code> or <code>/etc/krb5.conf</code>) into a directory that is processed by the system's Kerberos client.</li>
<li>The injected configuration manipulates Kerberos authentication parameters, potentially redirecting authentication requests or enabling compromise of Kerberos tickets.</li>
<li>This manipulation leads to an authentication bypass, granting the attacker unauthorized access or elevated privileges on the SSSD-managed RHEL system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-14476 grants an authenticated attacker (with AD GPO management access) the ability to achieve arbitrary file write as root on targeted Red Hat Enterprise Linux systems. This level of access allows for critical system compromise, including the injection of malicious Kerberos configurations that can lead to a full authentication bypass. The consequence is a complete compromise of system integrity, confidentiality, and availability, enabling unauthorized access to sensitive data and critical system functions. Organizations relying on SSSD for Active Directory integration on RHEL are at risk, with potential for widespread compromise if AD GPO management systems are breached.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-14476 by applying the latest security updates provided by Red Hat for SSSD to all affected Red Hat Enterprise Linux and OpenShift Container Platform installations.</li>
<li>Review and restrict Active Directory GPO management access to only necessary administrative accounts, following the principle of least privilege.</li>
<li>Monitor for unusual file creation or modification events in sensitive system directories (e.g., <code>/etc/krb5.conf</code>, <code>/etc/krb5.conf.d/</code>) on SSSD-managed RHEL systems.</li>
<li>Implement host-based intrusion detection systems to alert on unexpected changes to Kerberos configuration files or attempts to write files outside standard GPO cache locations.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>path-traversal</category><category>privilege-escalation</category><category>authentication-bypass</category><category>kerberos</category><category>linux</category><category>red-hat</category><category>sssd</category><category>cve</category></item><item><title>CVE-2026-9165 - Red Hat Advanced Cluster Security for Kubernetes Central Component Denial of Service</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-9165-rhacs-dos/</link><pubDate>Mon, 06 Jul 2026 09:27:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-9165-rhacs-dos/</guid><description>An authenticated denial of service vulnerability (CVE-2026-9165) exists in the Red Hat Advanced Cluster Security for Kubernetes (RHACS) Central component, allowing attackers with a valid API token to send deeply nested GraphQL queries that cause excessive resource consumption and render the management plane unavailable.</description><content:encoded><![CDATA[<p>A high-severity flaw, identified as CVE-2026-9165, has been discovered in Red Hat Advanced Cluster Security for Kubernetes (RHACS). Specifically, the vulnerability affects the Central component of RHACS, which serves as the management plane for cluster security. The issue stems from the authenticated GraphQL API's failure to limit the depth of incoming GraphQL queries. An attacker who has already obtained a valid API token for RHACS Central can exploit this by submitting excessively complex and deeply nested GraphQL queries. This malicious activity leads to uncontrolled resource consumption within the Central component, including CPU and memory. The consequence is a denial of service (DoS) for the entire RHACS management plane, preventing legitimate administrators from monitoring, configuring, or enforcing security policies across their Kubernetes clusters. This vulnerability highlights the importance of input validation and resource governance in API design, even for authenticated endpoints.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access (Prerequisite):</strong> An attacker gains unauthorized access to a valid API token for the Red Hat Advanced Cluster Security for Kubernetes (RHACS) Central component, potentially through credential compromise or misconfiguration.</li>
<li><strong>API Identification:</strong> The attacker identifies the authenticated GraphQL API endpoint exposed by the RHACS Central component.</li>
<li><strong>Query Crafting:</strong> The attacker constructs a GraphQL query with an intentionally deep and complex nesting structure, designed to demand significant computational resources from the server.</li>
<li><strong>Authenticated Request:</strong> The crafted, deeply nested GraphQL query is sent by the attacker to the RHACS Central authenticated GraphQL API, using the previously obtained valid API token.</li>
<li><strong>Uncontrolled Resource Consumption:</strong> RHACS Central's GraphQL API processes the received query without enforcing limits on query depth or complexity, causing an exponential increase in its resource utilization (CPU, memory, network).</li>
<li><strong>System Degradation:</strong> The Central component's performance rapidly deteriorates as it struggles to manage the overwhelming resource demands imposed by the malicious query.</li>
<li><strong>Denial of Service:</strong> The RHACS Central management plane becomes unresponsive or crashes due to resource exhaustion, effectively preventing legitimate administrative access and rendering the security platform inoperable.</li>
<li><strong>Operational Impact:</strong> Security operations are disrupted, leading to a loss of visibility, control, and enforcement capabilities for the targeted Kubernetes clusters, potentially creating a window for further attacks or compliance breaches.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The primary impact of CVE-2026-9165 is a denial of service (DoS) for the management plane of Red Hat Advanced Cluster Security for Kubernetes. This means that administrators would be unable to access, configure, or monitor their cluster security posture through the RHACS Central interface. Such an outage could lead to significant operational disruptions, potentially hindering the ability to respond to ongoing security incidents, apply necessary policy updates, or maintain compliance. While no specific victim counts or targeted sectors are provided, any organization utilizing vulnerable versions of RHACS could be affected, facing a critical loss of their security control plane.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li><strong>Patch CVE-2026-9165:</strong> Immediately apply the security updates provided by Red Hat to remediate CVE-2026-9165 on all affected Red Hat Advanced Cluster Security for Kubernetes Central components.</li>
<li><strong>Monitor RHACS Central Resources:</strong> Monitor the CPU, memory, and network utilization of your RHACS Central components for unusual spikes or sustained high usage, which could indicate attempted exploitation of the vulnerability.</li>
<li><strong>Review API Access:</strong> Regularly audit and rotate API tokens used for RHACS Central to minimize the window of opportunity for an attacker using a compromised token.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>kubernetes</category><category>red-hat</category><category>dos</category><category>vulnerability</category><category>graphql</category></item><item><title>Red Hat JBoss Enterprise Application Platform: Multiple Vulnerabilities</title><link>https://feed.craftedsignal.io/briefs/2026-07-red-hat-jboss-vulnerabilities/</link><pubDate>Mon, 06 Jul 2026 08:21:07 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-red-hat-jboss-vulnerabilities/</guid><description>Multiple vulnerabilities in Red Hat JBoss Enterprise Application Platform allow a remote, unauthenticated attacker to execute arbitrary code, perform cross-site scripting (XSS) attacks, disclose sensitive information, cause a denial of service, or bypass security mechanisms, posing a significant risk of system compromise and data exposure.</description><content:encoded><![CDATA[<p>A remote, unauthenticated attacker can exploit multiple vulnerabilities in Red Hat JBoss Enterprise Application Platform (EAP) to achieve various malicious outcomes. These vulnerabilities, detailed in a BSI (Cert-Bund) advisory (WID-SEC-2023-0239) published on 2026-07-06, could lead to arbitrary code execution, cross-site scripting (XSS) attacks, sensitive information disclosure, denial of service (DoS) conditions, or the bypass of existing security mechanisms. The unauthenticated and remote nature of these vulnerabilities means they are accessible to a broad range of attackers, increasing the urgency of patching and highlighting the critical need for organizations utilizing JBoss EAP to apply security updates immediately to mitigate significant risks. These flaws affect various components within the JBoss EAP, potentially allowing for full system compromise, unauthorized data access, and disruption of critical business services.</p>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of these vulnerabilities could lead to severe consequences for affected organizations. Arbitrary code execution might result in complete control over the compromised JBoss EAP server, allowing attackers to deploy malware, exfiltrate sensitive data, or establish persistence within the network. Cross-site scripting vulnerabilities could enable session hijacking or credential theft from legitimate users, impacting user data integrity and confidentiality. Information disclosure could expose proprietary business data, customer details, or internal system configurations, leading to compliance violations and reputational damage. Denial of service attacks can disrupt critical applications and services, leading to significant operational downtime and financial losses. The ability to bypass security mechanisms further exacerbates these risks, making the platform vulnerable to subsequent attacks. Given the broad range of potential impacts, organizations must prioritize remediation to prevent significant operational and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply all available security updates and patches for Red Hat JBoss Enterprise Application Platform immediately, as advised by Red Hat and BSI (WID-SEC-2023-0239).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>rce</category><category>xss</category><category>dos</category><category>information-disclosure</category><category>red-hat</category><category>jboss</category><category>enterprise-application-platform</category><category>server-side</category></item></channel></rss>