CVE-2026-53901

Source
https://cve.org/CVERecord?id=CVE-2026-53901
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53901.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53901
Published
2026-06-11T07:31:37.630Z
Modified
2026-07-15T01:49:01.165211325Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:L/SA:N/U:Amber CVSS Calculator
Summary
Cerebrate before v1.37 allows mass assignment of record identifiers during object creation
Details

Cerebrate before version 1.37 contains a mass-assignment vulnerability in the generic CRUD add path. The add() handler attempted to remove an attacker-supplied id from $params before normalizing the request through __massageInput(). Because the normalized $input could still contain an id field, a user able to reach an affected add endpoint could supply an identifier that should have been server-controlled.

Successful exploitation could allow creation of objects with attacker-chosen identifiers, potentially causing unauthorized data manipulation, object spoofing, inconsistent references, or disruption through identifier collisions, depending on the affected model and endpoint permissions. The issue was fixed in v1.37 by removing id from the normalized input before entity patching.

Database specific
{
    "cwe_ids": [
        "CWE-20"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53901.json",
    "cna_assigner": "CIRCL"
}
References

Affected packages

Git / github.com/cerebrate-project/cerebrate

Affected ranges

Type
GIT
Repo
https://github.com/cerebrate-project/cerebrate
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.37"
        }
    ],
    "source": [
        "DESCRIPTION",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.1
v0.2
v1.*
v1.28
v1.29
v1.30
v1.31
v1.32
v1.33
v1.34
v1.35
v1.36

Database specific

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