<?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>Software-Vulnerability - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/software-vulnerability/</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>Thu, 18 Jun 2026 20:24:29 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/software-vulnerability/feed.xml" rel="self" type="application/rss+xml"/><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>