LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25956: Improper User Access Control in "Dolibarr" Leads to Account Takeover

In “Dolibarr” application, v3.3.beta1_20121221 to v13.0.2 have “Modify” access for admin level users to change other user’s details but fails to validate already existing “Login” name, while renaming the user “Login”. This leads to complete account takeover of the victim user. This happens since the password gets overwritten for the victim user having a similar login name.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-25956 is a Dolibarr access-control flaw where an authenticated administrator can accidentally or deliberately overwrite another user’s credentials by renaming a login without proper duplicate-name validation. Business impact is account takeover inside the application, but exploitation requires high privileges.

Executive priority

Treat this as a moderate-priority administrative control risk. It is not documented as actively exploited, but affected Dolibarr systems should be upgraded or otherwise controlled because a compromised administrator could take over other accounts.

Technical view

Dolibarr versions v3.3.beta1_20121221 through v13.0.2 fail to validate an existing login name during user-login modification. With admin-level modify access, changing a user login can overwrite the password for another user with a similar or colliding login, enabling takeover. CVSS 3.1 is 4.7, PR:H, AV:N.

Likely exposure

Exposure is limited to Dolibarr deployments in the stated affected range, especially where multiple administrators or delegated user-management roles can modify accounts. Internet exposure matters less than who has administrative access.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. The flaw is network reachable but requires high privileges, so insider misuse, compromised admin accounts, or overly broad admin delegation are the main concerns.

Researcher notes

The evidence supports an improper access-control and validation issue, mapped to CWE-284. The public description is concise and does not provide broad exploit telemetry. Avoid assuming impact beyond Dolibarr account takeover without local role, logging, and version evidence.

Mitigation direction

  • Identify Dolibarr deployments running v3.3.beta1_20121221 through v13.0.2.
  • Review Dolibarr vendor guidance and the referenced fix commit before upgrading.
  • Restrict user-management privileges to trusted administrators only.
  • Audit recent login renames and password changes for unexpected account ownership changes.
  • Require strong administrator authentication and review admin account inventory.

Validation and detection

  • Confirm the exact Dolibarr version for each production and staging instance.
  • Review admin activity logs for user login edits and password resets.
  • Verify in a non-production environment that duplicate login names are rejected.
  • Check whether the referenced upstream fix is present in your deployed code.
  • Confirm affected accounts have not been renamed or overwritten unexpectedly.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-25956 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L1.23.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2021-25956Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Dolibarrdolibarr3.3.beta1_20121221Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.