Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jdong10 committed Nov 12, 2024
1 parent 8896408 commit e51bbf3
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-pppg-cpfq-h7wr",
"modified": "2024-10-21T19:02:54Z",
"modified": "2024-10-21T19:02:55Z",
"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\nThe unsafe behavior is still available after applying the fix but it is not turned on by default.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
Expand All @@ -32,7 +28,7 @@
"introduced": "0"
},
{
"fixed": "10.0.0"
"fixed": "10.0.7"
}
]
}
Expand Down

0 comments on commit e51bbf3

Please sign in to comment.