<?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>Local-Exploitation - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/local-exploitation/</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>Fri, 19 Jun 2026 09:32:06 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/local-exploitation/feed.xml" rel="self" type="application/rss+xml"/><item><title>Multiple Vulnerabilities in expat XML Parser Library</title><link>https://feed.craftedsignal.io/briefs/2026-06-expat-multiple-vulnerabilities/</link><pubDate>Fri, 19 Jun 2026 09:32:06 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-expat-multiple-vulnerabilities/</guid><description>Multiple vulnerabilities have been discovered in the expat XML parser library that can be exploited by a local attacker, potentially leading to a Denial of Service condition or allowing for arbitrary code execution on the affected system.</description><content:encoded><![CDATA[<p>The German Federal Office for Information Security (BSI) has released an advisory regarding multiple vulnerabilities discovered in the <code>expat</code> XML parser library. These flaws can be exploited by a local attacker to achieve either a Denial of Service (DoS) condition, causing affected applications to crash or become unresponsive, or potentially lead to arbitrary code execution (RCE). <code>expat</code> is a widely used open-source XML parser, meaning numerous applications could be indirectly affected. While no specific CVEs were listed in this advisory, the vulnerabilities pose a significant risk, as a compromised local account or application could leverage them to escalate privileges or disrupt critical services. Defenders should prioritize updating systems and applications that incorporate the <code>expat</code> library to mitigate these risks.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Foothold</strong>: A local attacker gains initial access to a system, potentially through a low-privilege user account or by compromising another application.</li>
<li><strong>Vulnerable Application Identification</strong>: The attacker identifies a local application that utilizes the <code>expat</code> XML parsing library and is susceptible to the identified vulnerabilities, often through parsing configuration files, data imports, or other XML-based inputs.</li>
<li><strong>Malicious XML Crafting</strong>: The attacker crafts a specially malformed XML document designed to trigger the <code>expat</code> vulnerabilities. For Denial of Service, this might involve excessive recursive entities or large attribute values, while for RCE, specific memory corruption techniques are used.</li>
<li><strong>XML Delivery/Input</strong>: The crafted malicious XML is provided as input to the vulnerable local application. This input could be delivered via a local file, a command-line argument, a named pipe, or an inter-process communication (IPC) channel.</li>
<li><strong>Expat Parsing Trigger</strong>: The vulnerable local application processes the attacker-provided XML input, which then passes the malformed data to the <code>expat</code> library for parsing.</li>
<li><strong>Vulnerability Activation</strong>: The <code>expat</code> library attempts to parse the malformed XML, leading to the activation of the underlying vulnerabilities (e.g., buffer overflow, memory exhaustion, infinite loop).</li>
<li><strong>Impact Manifestation</strong>: The system experiences either a Denial of Service, where the application crashes, hangs, or consumes excessive system resources, or arbitrary code execution (RCE), where the attacker's payload is executed.</li>
<li><strong>Post-Exploitation (if RCE)</strong>: If RCE is successful, the attacker performs further actions such as privilege escalation, creating new user accounts, establishing persistence mechanisms (e.g., scheduled tasks, registry run keys), or deploying additional malware.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of these <code>expat</code> vulnerabilities by a local attacker can result in significant disruption and potential compromise. A Denial of Service (DoS) attack would render critical applications or services unresponsive, leading to operational downtime and loss of productivity. If arbitrary code execution (RCE) is achieved, the local attacker could elevate privileges, gain full control over the affected system, steal sensitive data, deploy ransomware, or establish long-term persistence within the environment. The broad usage of <code>expat</code> means that various critical system components and third-party applications could be affected, broadening the potential blast radius.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Prioritize patching or updating any software that bundles the <code>expat</code> library, as identified in the <code>affected_products</code> section of this brief, to the latest vendor-provided secure versions.</li>
<li>Deploy the Sigma rules in this brief to your SIEM and tune for your environment to detect suspicious process creation or file activity indicative of successful exploitation.</li>
<li>Implement robust monitoring for application crashes or excessive resource consumption (CPU/memory) on systems running applications known to process XML, as these could be signs of a Denial of Service attempt via <code>expat</code> vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>vulnerability</category><category>library</category><category>xml</category><category>denial-of-service</category><category>code-execution</category><category>local-exploitation</category></item><item><title>CVE-2026-25865: Punto Switcher Unquoted Search Path Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2026-25865-punto-switcher/</link><pubDate>Thu, 18 Jun 2026 20:24:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2026-25865-punto-switcher/</guid><description>CVE-2026-25865 describes an unquoted search path element vulnerability in Yandex Punto Switcher through version 4.5.0.583, allowing local attackers to execute arbitrary code by placing a malicious `RunDll32.exe` earlier in the system's PATH to hijack the application's insecure `WinExec` call, leading to arbitrary code execution with affected user privileges.</description><content:encoded><![CDATA[<p>A critical local arbitrary code execution vulnerability, identified as CVE-2026-25865, affects Yandex Punto Switcher versions up to and including 4.5.0.583. This flaw stems from an unquoted search path element vulnerability where the application makes an insecure call to <code>WinExec</code> for <code>RunDll32.exe</code> without specifying a fully qualified path when invoking <code>shell32.dll Control_RunDLL input.dll</code>. This allows a local attacker, with minimal privileges, to craft and place a malicious executable named <code>RunDll32.exe</code> in a directory that is prioritized in the system's PATH environment variable. When Punto Switcher attempts to launch the legitimate <code>RunDll32.exe</code>, it instead executes the attacker-controlled binary, leading to arbitrary code execution in the context of the currently logged-in user. This vulnerability presents a significant risk for privilege escalation and persistent access on affected Windows systems.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access:</strong> An attacker gains local access to a system with an unpatched Punto Switcher installation (e.g., via social engineering, a prior low-privilege exploit, or physical access).</li>
<li><strong>Vulnerability Discovery:</strong> The attacker identifies the Punto Switcher process's insecure call to <code>WinExec(&quot;RunDll32.exe shell32.dll Control_RunDLL input.dll&quot;)</code>.</li>
<li><strong>Payload Creation:</strong> The attacker creates a malicious executable file and names it <code>RunDll32.exe</code>. This payload can perform actions such as establishing persistence, escalating privileges, or exfiltrating data.</li>
<li><strong>Path Manipulation:</strong> The attacker places their malicious <code>RunDll32.exe</code> in a directory (e.g., a user-writable folder) that is listed <em>before</em> <code>C:\Windows\System32</code> in the system's environment <code>PATH</code> variable.</li>
<li><strong>Execution Trigger:</strong> The attacker waits for Punto Switcher to start or forces its execution, which causes Punto Switcher to attempt to call <code>RunDll32.exe</code>.</li>
<li><strong>Hijacked Execution:</strong> Due to the unquoted search path vulnerability, the operating system's loader resolves <code>RunDll32.exe</code> to the attacker's malicious binary located earlier in the PATH, rather than the legitimate one in <code>C:\Windows\System32</code>.</li>
<li><strong>Arbitrary Code Execution:</strong> The malicious <code>RunDll32.exe</code> is executed by Punto Switcher, allowing the attacker to run arbitrary code with the privileges of the affected user.</li>
<li><strong>Impact:</strong> The attacker achieves local arbitrary code execution, enabling further actions like privilege escalation, data exfiltration, or system modification.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of CVE-2026-25865 leads to local arbitrary code execution. This means an attacker, already having local access, can elevate their privileges or execute any code they choose on the affected system, potentially compromising the user's data and system integrity. Given the high CVSS base score of 7.8, the impact on confidentiality, integrity, and availability is considered high for the affected user's scope. This could lead to data theft, installation of additional malware, or complete system compromise within the user's context. There is no information available regarding specific victims or targeted sectors, but any Windows user running the vulnerable Punto Switcher software is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li><strong>Patch CVE-2026-25865 immediately</strong>: Update Yandex Punto Switcher to a version beyond 4.5.0.583 as soon as a patch is available from the vendor.</li>
<li><strong>Deploy the Sigma rule &quot;Detects CVE-2026-25865 Exploitation - Malicious RunDll32.exe by Punto Switcher&quot; to your SIEM</strong>: Monitor for Punto Switcher processes launching <code>RunDll32.exe</code> from non-standard system paths.</li>
<li><strong>Deploy the Sigma rule &quot;Detects Unsigned RunDll32.exe Executing from Suspicious Paths&quot; to your SIEM</strong>: Monitor for <code>RunDll32.exe</code> executing from non-standard paths, especially if the binary is unsigned, as a general defense against path interception.</li>
<li><strong>Enable Sysmon process-creation logging</strong>: Ensure detailed logging for <code>process_creation</code> events, including <code>Image</code>, <code>CommandLine</code>, <code>ParentImage</code>, and <code>Hashes</code> fields, to activate the rules above.</li>
<li><strong>Review system PATH environment variables</strong>: Regularly audit system and user <code>PATH</code> variables for inclusion of non-standard, user-writable directories before system directories like <code>C:\Windows\System32</code>.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>local-exploitation</category><category>windows</category><category>software-vulnerability</category><category>path-interception</category></item></channel></rss>