CVE-2026-81031

Source
https://cve.org/CVERecord?id=CVE-2026-81031
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81031.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-81031
Published
2026-08-26T15:44:59.362Z
Modified
2026-08-29T11:30:38.466628301Z
Severity
  • 8.6 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
IDURAR ERP CRM through 4.1.1 Account Takeover via Unverified Identifier on Password Update
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81031.json",
    "cwe_ids": [
        "CWE-639"
    ],
    "cna_assigner": "VulnCheck"
}
References

Affected packages

Git / github.com/idurar/idurar-erp-crm

Affected ranges

Type
GIT
Repo
https://github.com/idurar/idurar-erp-crm
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "4.1.1"
        }
    ]
}

Affected versions

2.*
2.0.0
2.0.1
2.1.0
3.*
3.0.0
3.0.0-beta.1
3.0.0-beta.10
3.0.0-beta.11
3.0.0-beta.2
3.0.0-beta.3
3.0.0-beta.4
3.0.0-beta.5
3.0.0-beta.6
3.0.0-beta.7
3.0.0-beta.8
3.0.0-beta.9
3.0.0.beta
3.0.1
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
4.*
4.0.0-beta.1
4.0.0-beta.2
4.0.0-beta.3
4.1.0
4.1.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81031.json"