漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
protobufjs: Text Format string map parsing can mutate returned map object prototype
Vulnerability Description
protobufjs compiles protobuf definitions into JavaScript (JS) functions. From 8.2.0 until 8.6.5, the protobufjs Text Format extension parsed string-keyed map entries using ordinary property assignment, allowing a map entry with key __proto__ to change the prototype of the returned map object instead of creating an own map entry in protobufjs/ext/textformat. This issue is fixed in version 8.6.5.
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Vulnerability Type
CWE-1321
Vulnerability Title
protobufjs protobuf.js 输入验证错误漏洞
Vulnerability Description
protobufjs protobuf.js是protobufjs的JavaScript序列化库。 protobufjs protobuf.js 8.2.0版本至8.6.5之前版本存在输入验证错误漏洞,该漏洞源于protobufjs Text Format扩展使用普通属性分配解析字符串键映射条目,允许键为__proto__的映射条目更改返回映射对象的原型,而非创建自身的映射条目。
CVSS Information
N/A
Vulnerability Type
N/A