<?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>Dolibarr ERP/CRM &lt; 17.0.1 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/dolibarr-erp/crm--17.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>Sat, 30 May 2026 08:03:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/dolibarr-erp/crm--17.0.1/feed.xml" rel="self" type="application/rss+xml"/><item><title>Dolibarr ERP/CRM OS Command Injection (CVE-2023-30253) Exploit Publicly Available</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2023-30253-dolibarr-rce/</link><pubDate>Sat, 30 May 2026 08:03:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2023-30253-dolibarr-rce/</guid><description>A public exploit is available for an OS Command Injection vulnerability in Dolibarr ERP/CRM versions prior to 17.0.1 (CVE-2023-30253), which allows authenticated users to inject PHP code via the Website/CMS module to obtain a reverse shell as the www-data user.</description><content:encoded><![CDATA[<p>A public exploit has been published for CVE-2023-30253, an OS Command Injection vulnerability affecting Dolibarr ERP/CRM versions prior to 17.0.1. Discovered by Swascan (now Hacktivesecurity) in May 2023, the vulnerability resides in the Website/CMS module, allowing authenticated users to inject PHP code and execute arbitrary commands. An attacker can leverage this vulnerability to gain a reverse shell as the <code>www-data</code> user. The availability of a working exploit significantly increases the risk to unpatched Dolibarr ERP/CRM instances. The exploit uses specifically crafted HTTP POST requests to create a website, create a page within that website, inject malicious PHP code into the page content, and then trigger the execution of the injected code.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the Dolibarr ERP/CRM instance, obtaining session cookies and a CSRF token.</li>
<li>Attacker crafts a POST request to <code>/website/index.php?action=createsite</code> to create a new website with parameters such as <code>WEBSITE_REF</code> and <code>WEBSITE_TITLE</code>.</li>
<li>Attacker creates a page within the newly created website by sending a POST request to <code>/website/index.php?website=misitio</code> with parameters <code>WEBSITE_TYPE_CONTAINER</code> and <code>WEBSITE_TITLE</code>.</li>
<li>The attacker injects malicious PHP code into the page content by sending a POST request to <code>/website/index.php?website=misitio&amp;pageid=1&amp;action=editsource</code>. The injected code contains a PHP reverse shell payload. The <code>PAGE_CONTENT</code> parameter contains the injected PHP code.</li>
<li>The attacker triggers the execution of the injected PHP code by accessing the crafted URL: <code>/public/website/index.php?website=misitio&amp;pageref=misitio</code>.</li>
<li>The injected PHP code executes, creating a reverse shell connection back to the attacker&rsquo;s designated <code>lhost</code> and <code>lport</code> (e.g., 10.10.14.5:4444).</li>
<li>The attacker gains shell access with the privileges of the <code>www-data</code> user.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2023-30253 allows an attacker to execute arbitrary OS commands on the Dolibarr ERP/CRM server. This can lead to complete system compromise, including data theft, modification, and denial of service. Since ERP/CRM systems often contain sensitive business data, the impact can be significant. While the number of affected organizations is not specified, any Dolibarr ERP/CRM instance running a version prior to 17.0.1 is vulnerable.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patch by upgrading to Dolibarr version 17.0.1 or later to address CVE-2023-30253.</li>
<li>Monitor web server logs for POST requests to <code>/website/index.php</code> with suspicious <code>PAGE_CONTENT</code> parameters containing PHP code, as described in the Attack Chain.</li>
<li>Monitor network connections for outbound connections from the web server to unusual IPs and ports, which could indicate a reverse shell, using a network monitoring solution.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>cve-2023-30253</category><category>os command injection</category><category>rce</category><category>web application</category></item></channel></rss>