<?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>V-Sft — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/v-sft/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 01 Apr 2026 23:17:03 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/v-sft/feed.xml" rel="self" type="application/rss+xml"/><item><title>V-SFT Stack-Based Buffer Overflow Vulnerability (CVE-2026-32928)</title><link>https://feed.craftedsignal.io/briefs/2026-04-v-sft-overflow/</link><pubDate>Wed, 01 Apr 2026 23:17:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-v-sft-overflow/</guid><description>V-SFT versions 6.2.10.0 and prior are susceptible to a stack-based buffer overflow vulnerability that could allow arbitrary code execution when a malicious V7 file is opened.</description><content:encoded><![CDATA[<p>V-SFT versions 6.2.10.0 and earlier are vulnerable to a stack-based buffer overflow (CVE-2026-32928) located in the VS6ComFile!CSaveData::_conv_AnimationItem function. This vulnerability is triggered when the software processes a specially crafted V7 file. Successful exploitation of this vulnerability can lead to arbitrary code execution within the context of the application. Given the potential for complete system compromise, organizations using affected versions of V-SFT should take immediate steps to mitigate this risk. This vulnerability was reported by JPCERT/CC.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target using a vulnerable version of V-SFT (&lt;= 6.2.10.0).</li>
<li>Attacker crafts a malicious V7 file designed to trigger the buffer overflow in the <code>VS6ComFile!CSaveData::_conv_AnimationItem</code> function.</li>
<li>The attacker delivers the malicious V7 file to the target, potentially through social engineering or other means.</li>
<li>The target user opens the malicious V7 file using the vulnerable V-SFT software.</li>
<li>The <code>VS6ComFile!CSaveData::_conv_AnimationItem</code> function processes the V7 file, copying data into a fixed-size buffer on the stack.</li>
<li>The crafted V7 file contains data exceeding the buffer&rsquo;s capacity, causing a buffer overflow.</li>
<li>The overflow overwrites adjacent stack memory, including the return address.</li>
<li>When the <code>_conv_AnimationItem</code> function returns, execution is redirected to an attacker-controlled address, allowing arbitrary code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-32928 allows an attacker to execute arbitrary code on the affected system. This could lead to complete system compromise, data theft, or denial of service. The vulnerability affects any system running V-SFT versions 6.2.10.0 and prior. The severity is rated as high with a CVSS v3.1 score of 7.8.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patch or upgrade to a non-vulnerable version of V-SFT (later than 6.2.10.0) as provided by the vendor.</li>
<li>Monitor process creation events for V-SFT processes spawning child processes or executing unusual commands, using the provided Sigma rule.</li>
<li>Implement file integrity monitoring for the V-SFT executable and associated libraries to detect unauthorized modifications.</li>
<li>Educate users about the risks of opening files from untrusted sources to mitigate social engineering attacks.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-32928</category><category>buffer-overflow</category><category>code-execution</category><category>v-sft</category></item><item><title>V-SFT Out-of-Bounds Read Vulnerability (CVE-2026-32929)</title><link>https://feed.craftedsignal.io/briefs/2026-04-vsft-oob-read/</link><pubDate>Wed, 01 Apr 2026 23:17:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-vsft-oob-read/</guid><description>V-SFT versions 6.2.10.0 and prior contain an out-of-bounds read vulnerability (CVE-2026-32929) in VS6ComFile!get_macro_mem_COM, where opening a crafted V7 file may lead to information disclosure.</description><content:encoded><![CDATA[<p>CVE-2026-32929 is an out-of-bounds read vulnerability affecting V-SFT versions 6.2.10.0 and prior. The vulnerability exists within the <code>VS6ComFile!get_macro_mem_COM</code> function. An attacker can exploit this vulnerability by crafting a malicious V7 file. When a user opens the crafted V7 file with a vulnerable version of V-SFT, the out-of-bounds read can be triggered, leading to potential information disclosure. This vulnerability was disclosed on April 1, 2026, and poses a risk to users who rely on V-SFT software for industrial automation and control systems. Organizations should assess their exposure to this vulnerability and take appropriate mitigation steps, including updating to a patched version of V-SFT.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target using V-SFT versions 6.2.10.0 or prior.</li>
<li>Attacker crafts a malicious V7 file specifically designed to trigger the out-of-bounds read in <code>VS6ComFile!get_macro_mem_COM</code>.</li>
<li>Attacker delivers the crafted V7 file to the target, possibly through social engineering or other means.</li>
<li>The target user opens the malicious V7 file using the vulnerable V-SFT software.</li>
<li>V-SFT attempts to parse the crafted V7 file, triggering the <code>VS6ComFile!get_macro_mem_COM</code> function.</li>
<li>Due to the malformed structure of the crafted V7 file, the <code>get_macro_mem_COM</code> function attempts to read data beyond the allocated buffer.</li>
<li>The out-of-bounds read occurs, potentially disclosing sensitive information from the V-SFT process memory.</li>
<li>The attacker may be able to leverage the disclosed information to further compromise the system or network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-32929 can lead to information disclosure. An attacker who successfully exploits this vulnerability may be able to read sensitive data from the memory of the V-SFT process. The disclosed information could potentially include configuration settings, credentials, or other sensitive data that could be used to further compromise the affected system. While the NVD does not yet contain scoring data, JPCERT/CC assigned a base score of 7.8 HIGH.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade V-SFT to a version that patches CVE-2026-32929 to remediate the vulnerability.</li>
<li>Deploy the Sigma rule &ldquo;Detect V-SFT V7 File Opening&rdquo; to detect attempts to open V7 files using the vulnerable software.</li>
<li>Monitor systems running V-SFT for unexpected behavior or crashes, which could indicate exploitation attempts.</li>
<li>Educate users about the risks of opening files from untrusted sources to prevent social engineering attacks.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>cve-2026-32929</category><category>out-of-bounds read</category><category>information disclosure</category><category>v-sft</category></item><item><title>V-SFT v6.2.10.0 Stack-Based Buffer Overflow (CVE-2026-32925)</title><link>https://feed.craftedsignal.io/briefs/2026-04-v-sft-buffer-overflow/</link><pubDate>Wed, 01 Apr 2026 23:17:02 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-v-sft-buffer-overflow/</guid><description>V-SFT versions 6.2.10.0 and prior are vulnerable to a stack-based buffer overflow (CVE-2026-32925) in the VS6ComFile!CV7BaseMap::WriteV7DataToRom function, potentially leading to arbitrary code execution when processing a crafted V7 file.</description><content:encoded><![CDATA[<p>V-SFT versions 6.2.10.0 and earlier are susceptible to a critical stack-based buffer overflow vulnerability identified as CVE-2026-32925. This flaw resides within the <code>VS6ComFile!CV7BaseMap::WriteV7DataToRom</code> function. The vulnerability is triggered when the software processes a specially crafted V7 file. A successful exploit could allow an attacker to execute arbitrary code within the context of the application. This poses a significant risk to systems utilizing affected versions of V-SFT, as it could lead to complete system compromise. The vulnerability was reported to JPCERT/CC and assigned CWE-121, highlighting the classic stack-based buffer overflow nature of the issue.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker crafts a malicious V7 file designed to exploit the buffer overflow in <code>VS6ComFile!CV7BaseMap::WriteV7DataToRom</code>.</li>
<li>The user opens the malicious V7 file using a vulnerable version of V-SFT (6.2.10.0 or prior).</li>
<li>V-SFT attempts to parse the V7 file, specifically calling the <code>CV7BaseMap::WriteV7DataToRom</code> function.</li>
<li>During the <code>WriteV7DataToRom</code> function execution, the crafted V7 file provides input that exceeds the buffer size allocated on the stack.</li>
<li>The excessive input overwrites adjacent memory locations on the stack, including the return address.</li>
<li>Upon completion of the <code>WriteV7DataToRom</code> function, control is transferred to the overwritten return address.</li>
<li>The attacker redirects code execution to a location containing malicious code injected into the process memory.</li>
<li>The injected code executes with the privileges of the V-SFT application, potentially leading to complete system compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-32925 allows an attacker to execute arbitrary code on systems running vulnerable versions of V-SFT (6.2.10.0 and prior). This could result in complete system compromise, data theft, or denial of service. The exact number of potential victims is unknown, but the severity is high due to the potential for arbitrary code execution.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patch or upgrade to a non-vulnerable version of V-SFT as provided by the vendor (Fujielectric). Refer to the vendor advisory (<a href="https://felib.fujielectric.co.jp/en/M10010/M20060/document_detail/5d9dd71d-9494-41a4-aa5c-8e6b8b21066b?region=en-glb">https://felib.fujielectric.co.jp/en/M10010/M20060/document_detail/5d9dd71d-9494-41a4-aa5c-8e6b8b21066b?region=en-glb</a>).</li>
<li>Monitor process creation events for V-SFT spawning unusual child processes, which might indicate successful code execution. Utilize the Sigma rule &ldquo;Detect Suspicious V-SFT Child Processes&rdquo; to identify such behavior.</li>
<li>Implement file integrity monitoring for the V-SFT executable and related libraries to detect unauthorized modifications.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>cve-2026-32925</category><category>stack-based-buffer-overflow</category><category>v-sft</category></item></channel></rss>