CVE 8.7 HIGH

Cerebrate before v1.37 allows mass assignment of record identifiers during object creation_CVE-2026-53901

8.7 / 10
HIGH
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

Description

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.

AI Analysis

Mass-assignment vulnerability in Cerebrate before v1.37 allows creation of objects with attacker-chosen identifiers, potentially causing unauthorized data manipulation or object spoofing.

Basic Information

ID CVE-2026-53901
Source CIRCL
Published Jun 11, 2026 at 07:31

Affected Product

Vendor cerebrate
Product cerebrate
Affected Versions cerebrate cerebrate 0

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor Cerebrate Project
Product Cerebrate
Version < 1.37

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.