<?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>FS-Poster (&lt;= 8.0.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/fs-poster--8.0.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>Tue, 01 Sep 2026 17:06:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/fs-poster--8.0.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>Remote Code Execution in FS-Poster WordPress Plugin (CVE-2026-10195)</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-10195/</link><pubDate>Tue, 01 Sep 2026 17:06:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-10195/</guid><description>The FS-Poster WordPress plugin versions up to 8.0.1 contain a remote code execution vulnerability allowing authenticated subscriber-level users to run arbitrary system commands via an unsanitized FFmpeg path parameter.</description><content:encoded><![CDATA[<p>The FS-Poster plugin for WordPress is affected by a critical vulnerability, tracked as CVE-2026-10195, which enables Remote Code Execution (RCE). The flaw exists due to a combination of insufficient input sanitization of the FFmpeg path configuration parameter and a total lack of authorization checks on specific REST API endpoints. This vulnerability allows an authenticated attacker with a subscriber-level account - a common privilege level for registered users on many WordPress sites - to inject arbitrary commands that are subsequently processed by the server-side exec() function. This issue affects all versions of the plugin up to and including 8.0.1. Because the plugin interfaces directly with system binaries like FFmpeg, successful exploitation grants the attacker the execution context of the web server process (e.g., www-data), potentially leading to site takeover, data exfiltration, or further lateral movement within the hosting environment.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker registers an account or uses an existing subscriber-level account on the target WordPress site.</li>
<li>Attacker performs discovery to identify active plugins and confirms the presence of FS-Poster via public-facing path disclosures or theme assets.</li>
<li>Attacker authenticates to the WordPress site to obtain a valid session cookie and nonces required for API interaction.</li>
<li>Attacker crafts a malicious HTTP POST request targeting the vulnerable FS-Poster REST API endpoint.</li>
<li>Attacker injects shell metacharacters (e.g., ;, &amp;&amp;, |) into the FFmpeg path parameter within the REST request payload.</li>
<li>The plugin fails to validate or sanitize the FFmpeg path input before passing it to the PHP exec() system call.</li>
<li>The underlying web server process executes the injected commands with the privileges of the web service account.</li>
<li>Attacker achieves command execution to download web shells, reverse shells, or exfiltrate configuration files.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-10195 permits authenticated attackers to execute arbitrary system commands on the WordPress server. This impact is significant for organizations hosting sensitive content, user data, or those using the WordPress instance as an entry point into a larger corporate network. Given that many WordPress sites allow open registration, the barrier to entry is extremely low, potentially exposing thousands of installations to unauthorized server access, site defacement, and total system compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security operations and IT teams:</p>
<ul>
<li>Update the FS-Poster plugin to a version beyond 8.0.1 immediately.</li>
<li>Audit WordPress user accounts and disable open registration if not required for business operations to mitigate the risk of unauthorized authenticated access.</li>
<li>Implement web application firewall (WAF) rules to inspect POST requests to the FS-Poster REST API, specifically monitoring for shell metacharacters in parameters related to binary paths.</li>
<li>Review web server access logs for requests to REST API endpoints originating from users with subscriber-level permissions, focusing on unusual POST parameters.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>rce</category><category>web-application</category><category>cve</category></item></channel></rss>