<?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>Cpe:2.3:a:suse:pam-Config:1.1.8-24.71.1:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3asusepam-config1.1.8-24.71.1/</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>Wed, 26 Aug 2026 09:03:38 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3asusepam-config1.1.8-24.71.1/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>Local Privilege Escalation Chain on SUSE Linux via CVE-2025-6018 and CVE-2025-6019</title><link>https://feed.craftedsignal.io/briefs/2026-08-suse-lpe-chain/</link><pubDate>Wed, 26 Aug 2026 09:03:38 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-suse-lpe-chain/</guid><description>An exploit chain targeting SUSE Linux systems leverages CVE-2025-6018 and CVE-2025-6019 to achieve local privilege escalation to root by abusing PAM environment injection and a race condition in UDisks2.</description><content:encoded><![CDATA[<p>Publicly available proof-of-concept exploits describe a multi-stage local privilege escalation (LPE) chain targeting SUSE and openSUSE distributions. The attack leverages CVE-2025-6018 and CVE-2025-6019 to elevate an unprivileged user to root. The first stage involves exploiting an environment variable injection vulnerability in the PAM module <code>pam_env.so</code> (CVE-2025-6018). By injecting specific directives into <code>~/.pam_environment</code>, an attacker can manipulate XDG session variables to deceive <code>systemd-logind</code> into incorrectly granting 'allow_active' PolicyKit privileges.</p>
<p>Once the attacker gains these elevated permissions, they exploit a race condition in UDisks2 and <code>libblockdev</code> (CVE-2025-6019). This vulnerability occurs during the <code>Filesystem.Resize</code> D-Bus method call, where an attacker can mount a malicious XFS filesystem image containing a SUID root binary. Because the system fails to unmount the filesystem properly after a triggered error, the SUID binary becomes accessible in a temporary directory, allowing the attacker to execute it and obtain a root shell.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker prepares a 300MB XFS filesystem image containing a SUID root bash binary on a local system.</li>
<li>Attacker transfers the malicious filesystem image to the target SUSE system, typically placing it in <code>/tmp/</code>.</li>
<li>Attacker modifies the local <code>~/.pam_environment</code> file on the target to include malicious XDG session variables (e.g., XDG_SEAT, XDG_VTNR).</li>
<li>Attacker triggers the PAM injection by logging out and logging back into the target system via SSH.</li>
<li>The target's <code>systemd-logind</code> processes the malicious environment, elevating the attacker's session status to 'allow_active' within PolicyKit.</li>
<li>Attacker initiates the <code>Filesystem.Resize</code> method via D-Bus, targeting the previously uploaded XFS image.</li>
<li>The <code>libblockdev</code> component mounts the image but fails to unmount it after the resize operation errors out, leaving the files accessible in <code>/tmp/blockdev*/</code>.</li>
<li>Attacker executes the SUID root bash binary found in the temporary mount point to gain root privileges.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full local privilege escalation, granting an attacker root access on affected SUSE and openSUSE systems. This allows for total system compromise, data exfiltration, and persistence, provided the attacker has already obtained an initial unprivileged user session.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Prioritize patching SUSE and openSUSE systems by applying official updates that address CVE-2025-6018 and CVE-2025-6019.</li>
<li>Monitor systems for suspicious creation of <code>~/.pam_environment</code> files, particularly those containing XDG variable overrides.</li>
<li>Audit PolicyKit configuration and limit 'allow_active' permissions for standard, non-interactive service accounts.</li>
<li>Use File Integrity Monitoring (FIM) to detect the presence of SUID binaries in temporary directories like <code>/tmp/</code>.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>