๐Ÿ” CVE Alert

CVE-2026-81031

HIGH 7.2

IDURAR ERP CRM through 4.1.1 Account Takeover via Unverified Identifier on Password Update

CVSS Score
7.2
EPSS Score
0.3%
EPSS Percentile
24th

IDURAR ERP CRM changes the password of whichever account a request names rather than the account making the request. The update handler in backend/src/controllers/middlewaresControllers/createUserController/updatePassword.js resolves the authenticated user from the request that the token middleware populated, then issues its update against a filter built from the identifier in the URL path, and never compares the two. The route is mounted behind the administrator token check only, so any valid administrator session is sufficient, and the sole ownership-like guard in the handler rejects a single hardcoded demo address. A caller can therefore set an arbitrary password on any other administrator account and sign in as it. The read handler in the same controller directory accepts an identifier the same way, which supplies the identifiers needed to pick a target.

CWE CWE-639
Vendor idurar
Product idurar-erp-crm
Published Aug 26, 2026
Last Updated Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for idurar idurar-erp-crm

Be the first to know when new high vulnerabilities affecting idurar idurar-erp-crm are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

idurar / idurar-erp-crm
0 โ‰ค 4.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/idurar/idurar-erp-crm github.com: https://github.com/idurar/idurar-erp-crm/issues/1470 github.com: https://github.com/idurar/idurar-erp-crm/blob/4.1.0/backend/src/controllers/middlewaresControllers/createUserController/updatePassword.js vulncheck.com: https://www.vulncheck.com/advisories/idurar-erp-crm-through-4.1.1-account-takeover-via-unverified-identifier-on-password-update

Credits

George Chen