<?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:sabyasachirana:webmap:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3asabyasachiranawebmap/</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, 15 Sep 2026 01:37:43 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3asabyasachiranawebmap/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>Remote Command Injection in SabyasachiRana WebMap</title><link>https://feed.craftedsignal.io/briefs/2026-09-webmap-command-injection/</link><pubDate>Tue, 15 Sep 2026 01:37:43 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-webmap-command-injection/</guid><description>An unauthenticated remote OS command injection vulnerability in SabyasachiRana WebMap's nmap_newscan function allows attackers to execute arbitrary commands via the target/params argument.</description><content:encoded><![CDATA[<p>CVE-2026-90843 describes a critical remote code execution vulnerability identified in the SabyasachiRana WebMap application. The vulnerability exists within the nmap_newscan function, located in the functions_nmap.py file. It is caused by improper sanitization of the target/params argument, which is passed directly to system-level calls. An attacker can exploit this by submitting crafted input to the target or parameters field of the New Nmap Scan Handler, enabling them to execute arbitrary OS commands on the host server. The vulnerability is exploitable remotely without authentication. Public disclosure of the exploit has increased the likelihood of active exploitation. Organizations using versions of WebMap up to commit 8b95fe4dc301a3c09ddf145b895de0bf9f8d2a25 should immediately apply the vendor-provided patch 3d52f65803a2716bff14d938352c6fef45b0cfb6 to mitigate this risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target running a vulnerable version of SabyasachiRana WebMap exposed to the internet.</li>
<li>Attacker probes the application to locate the New Nmap Scan Handler feature.</li>
<li>Attacker crafts an HTTP request targeting the functionality served by functions_nmap.py.</li>
<li>Attacker injects malicious OS command syntax into the target or params argument fields.</li>
<li>The application passes the unsanitized input to the nmap_newscan function.</li>
<li>The underlying OS executes the attacker-supplied command with the privileges of the WebMap service.</li>
<li>Attacker achieves remote code execution for potential post-exploitation activities.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for full remote command execution on the host server, potentially leading to unauthorized data exfiltration, internal network lateral movement, or complete system compromise. The vulnerability affects all users of the WebMap project prior to the application of the specified security patch.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the WebMap application to at least commit 3d52f65803a2716bff14d938352c6fef45b0cfb6 immediately.</li>
<li>Audit webserver access logs for POST requests directed at endpoints associated with the New Nmap Scan Handler containing shell metacharacters such as semicolon, pipe, or backticks in the request body.</li>
<li>Implement strict input validation on the application front-end for all target and parameter fields passed to scanning components.</li>
<li>Restrict network access to the WebMap administrative interface to trusted IP addresses only.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category></item></channel></rss>