Publish GHSA-pppg-cpfq-h7wr

This commit is contained in:
advisory-database[bot]
2024-11-12 16:23:11 +00:00
parent 87df3ade4d
commit e30e2d6fb1
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-pppg-cpfq-h7wr",
"modified": "2024-10-21T19:02:54Z",
"modified": "2024-11-12T16:21:52Z",
"published": "2024-10-11T15:30:32Z",
"aliases": [
"CVE-2024-21534"
],
"summary": "JSONPath Plus Remote Code Execution (RCE) Vulnerability",
"details": "Versions of the package jsonpath-plus before 10.0.0 are vulnerable to Remote Code Execution (RCE) due to improper input sanitization. An attacker can execute aribitrary code on the system by exploiting the unsafe default usage of vm in Node.\n\n**Note:**\n\nThe unsafe behavior is still available after applying the fix but it is not turned on by default.",
"details": "Versions of the package jsonpath-plus before 10.0.7 are vulnerable to Remote Code Execution (RCE) due to improper input sanitization. An attacker can execute aribitrary code on the system by exploiting the unsafe default usage of vm in Node.\n\n**Note:**\n\nThere was an attempt to fix it in version [10.0.0](https://github.com/JSONPath-Plus/JSONPath/commit/6b2f1b4c234292c75912b790bf7e2d7339d4ccd3) but it could still be exploited using [different payloads](https://github.com/JSONPath-Plus/JSONPath/issues/226).",
"severity": [
{
"type": "CVSS_V3",
@@ -32,7 +32,26 @@
"introduced": "0"
},
{
"fixed": "10.0.0"
"fixed": "10.0.7"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.webjars.npm:jsonpath-plus"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "6.0.1"
}
]
}
@@ -48,6 +67,10 @@
"type": "WEB",
"url": "https://github.com/JSONPath-Plus/JSONPath/issues/226"
},
{
"type": "WEB",
"url": "https://github.com/JSONPath-Plus/JSONPath/issues/226#issuecomment-2424230316"
},
{
"type": "WEB",
"url": "https://github.com/JSONPath-Plus/JSONPath/commit/6b2f1b4c234292c75912b790bf7e2d7339d4ccd3"