<?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>Cve-2026-71504 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-71504/</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, 24 Aug 2026 20:06:34 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-71504/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>Dolibarr Members REST API Improper Authorization Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-08-dolibarr-api-auth/</link><pubDate>Mon, 24 Aug 2026 20:06:34 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-dolibarr-api-auth/</guid><description>An improper authorization vulnerability (CVE-2026-71504) in Dolibarr prior to version 24.0.0 allows authenticated users to overwrite the credentials of any account via the Members REST API.</description><content:encoded><![CDATA[<p>Dolibarr versions prior to 24.0.0 are vulnerable to an improper authorization flaw (CVE-2026-71504) within the Members REST API. This vulnerability stems from a mass assignment issue that allows attackers possessing standard member-creation privileges to modify sensitive user account attributes. Specifically, an authenticated attacker can submit a crafted request to the API containing an arbitrary user identifier and a new password. The application fails to verify if the requester possesses the necessary permissions to change passwords, allowing the attacker to overwrite the credentials of any account, including the system administrator. This flaw facilitates full account takeover and enables the attacker to lock out legitimate users, presenting a significant risk to organizational identity management and data integrity.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains valid credentials for a standard user account with at least member-creation privileges in the Dolibarr instance.</li>
<li>Attacker performs reconnaissance to identify the endpoint for the Members REST API.</li>
<li>Attacker crafts a malicious HTTP POST request targeting the Members API endpoint.</li>
<li>Attacker inserts an arbitrary 'user_id' and the desired 'password' into the request body, leveraging mass assignment properties.</li>
<li>The Dolibarr server processes the request without enforcing authorization checks for password modification.</li>
<li>The backend updates the target user's credentials in the database to the attacker-supplied password.</li>
<li>Attacker logs into the target account (including administrative accounts) using the updated credentials.</li>
<li>Attacker gains full access to the victim's resources or performs administrative actions.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-71504 results in unauthorized account takeover, including administrative accounts. This leads to complete compromise of the Dolibarr instance, potential exfiltration of sensitive member or organizational data, and denial of service for legitimate users who are locked out of their accounts. The vulnerability affects all Dolibarr installations running versions prior to 24.0.0.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update all Dolibarr instances to version 24.0.0 or later immediately.</li>
<li>Monitor web server logs for suspicious POST requests to the Members REST API, specifically looking for requests that include unexpected password change parameters.</li>
<li>Audit logs for unauthorized password resets occurring through the API for administrative accounts.</li>
<li>Restrict access to the Members REST API to only those service accounts or users strictly requiring member-creation privileges.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>rest-api</category><category>privilege-escalation</category><category>cve-2026-71504</category></item></channel></rss>