漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Cerebrate before v1.37 allows mass assignment of record identifiers during object creation
Vulnerability 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.
CVSS Information
N/A
Vulnerability Type
输入验证不恰当
Vulnerability Title
Cerebrate 输入验证错误漏洞
Vulnerability Description
Cerebrate是Cerebrate开源的一个开源平台。旨在充当受信任的联系信息提供者和其他安全工具的互连协调器。 Cerebrate 1.37之前版本存在输入验证错误漏洞,该漏洞源于通用CRUD添加路径中的批量赋值问题。add()处理程序在通过__massageInput()规范化请求之前,尝试从$params中移除攻击者提供的id。由于规范化的$input仍可能包含id字段,能够访问受影响添加端点的用户可以提供一个本应由服务器控制的标识符。成功利用可能导致创建具有攻击者选择标识符的对象,可能根据受影
CVSS Information
N/A
Vulnerability Type
N/A