<?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:ispconfig:ispconfig:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aispconfigispconfig/</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>Mon, 31 Aug 2026 17:05:03 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aispconfigispconfig/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>Public Exploit Released for ISPConfig PHP Code Injection (CVE-2023-46818)</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2023-46818-exploit/</link><pubDate>Mon, 31 Aug 2026 17:05:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2023-46818-exploit/</guid><description>A functional exploit for CVE-2023-46818 in ISPConfig allows authenticated high-privileged users to achieve Remote Code Execution via PHP code injection in language_edit.php.</description><content:encoded><![CDATA[<p>CVE-2023-46818 is a PHP code injection vulnerability impacting ISPConfig versions 3.2.11 and earlier. The vulnerability exists within the 'language_edit.php' script, which fails to properly sanitize the 'records[]' form field input. By leveraging high-privileged administrative credentials, an attacker can submit malicious PHP code through this parameter, leading to arbitrary code execution on the underlying server.</p>
<p>As of August 2026, proof-of-concept exploit code has been published and is actively circulating, significantly lowering the barrier for exploitation. The released exploit automates the authentication process, performs the code injection to drop a persistent 'sh.php' web shell, and establishes an interactive interface for remote command execution. Defenders should prioritize patching ISPConfig installations to versions beyond 3.2.11 and auditing administrative access logs for suspicious activity targeting language management endpoints.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains or possesses valid administrative credentials for the ISPConfig management panel.</li>
<li>Attacker authenticates to the ISPConfig interface using the compromised high-privileged account.</li>
<li>Attacker navigates to the language management functionality, specifically interacting with 'language_edit.php'.</li>
<li>Attacker submits a POST request to 'language_edit.php' containing the malicious payload within the 'records[]' form field.</li>
<li>The server-side PHP script evaluates the injected payload, causing the creation of a malicious file, typically 'sh.php', on the file system.</li>
<li>The attacker interacts with the newly created 'sh.php' web shell to issue OS-level commands.</li>
<li>The web shell executes the commands and returns the output to the attacker, often delimited by custom markers.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full Remote Code Execution (RCE) on the ISPConfig host. An attacker can use this access to exfiltrate sensitive data, manipulate server configurations, or pivot to internal network segments. Given the nature of ISPConfig as a hosting control panel, a compromise likely impacts all hosted websites, databases, and mail services managed by the application.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch all ISPConfig instances to a version later than 3.2.11 immediately.</li>
<li>Deploy the provided Sigma rule to detect POST requests to 'language_edit.php' containing suspicious characters associated with injection.</li>
<li>Audit web server access logs for requests to 'sh.php' or other unexpected script files within the web root.</li>
<li>Restrict access to the ISPConfig administrative panel to known-safe IP addresses using network-layer controls.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>