-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Vulnerable Library - json-path-2.2.0.jar
Java port of Stefan Goessner JsonPath.
Library home page: https://github.com/jayway/JsonPath
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.jar
Vulnerabilities
| Vulnerability | Severity | Exploit Maturity | EPSS | Dependency | Type | Fixed in (json-path version) | Remediation Possible** | Reachability | |
|---|---|---|---|---|---|---|---|---|---|
| CVE-2023-1370 | 7.5 | Not Defined | 0.0% | json-smart-2.2.1.jar | Transitive | 2.4.0 | ✅ | ||
| CVE-2021-27568 | 5.9 | Not Defined | 0.5% | json-smart-2.2.1.jar | Transitive | 2.4.0 | ✅ | ||
| CVE-2023-51074 | 5.3 | Not Defined | 0.1% | json-path-2.2.0.jar | Direct | 2.9.0 | ✅ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2023-1370
Vulnerable Library - json-smart-2.2.1.jar
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
Library home page: http://www.minidev.net/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/net/minidev/json-smart/2.2.1/json-smart-2.2.1.jar
Dependency Hierarchy:
- json-path-2.2.0.jar (Root Library)
- ❌ json-smart-2.2.1.jar (Vulnerable Library)
Found in base branch: master
Reachability Analysis
This vulnerability is potentially reachable
org.joychou.Application (Application)
-> org.springframework.boot.SpringApplication (Extension)
-> org.springframework.boot.SpringApplicationBannerPrinter (Extension)
-> com.jayway.jsonpath.JsonPath (Extension)
...
-> net.minidev.json.parser.JSONParser (Extension)
-> net.minidev.json.parser.JSONParserString (Extension)
-> ❌ net.minidev.json.parser.JSONParserMemory (Vulnerable Component)
Vulnerability Details
"Json-smart" (https://netplex.github.io/json-smart/) is a performance focused, JSON processor lib.
When reaching a ‘[‘ or ‘{‘ character in the JSON input, the code parses an array or an object respectively.
It was discovered that the code does not have any limit to the nesting of such arrays or objects. Since the parsing of nested arrays and objects is done recursively, nesting too many of them can cause a stack exhaustion (stack overflow) and crash the software.
Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2023-03-13
URL: CVE-2023-1370
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.0%
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2023-03-13
Fix Resolution (net.minidev:json-smart): 2.4.9
Direct dependency fix Resolution (com.jayway.jsonpath:json-path): 2.4.0
In order to enable automatic remediation, please create workflow rules
CVE-2021-27568
Vulnerable Library - json-smart-2.2.1.jar
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
Library home page: http://www.minidev.net/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/net/minidev/json-smart/2.2.1/json-smart-2.2.1.jar
Dependency Hierarchy:
- json-path-2.2.0.jar (Root Library)
- ❌ json-smart-2.2.1.jar (Vulnerable Library)
Found in base branch: master
Reachability Analysis
This vulnerability is potentially reachable
org.joychou.Application (Application)
-> org.springframework.boot.SpringApplication (Extension)
-> org.springframework.boot.SpringApplicationBannerPrinter (Extension)
-> net.minidev.json.JSONArray (Extension)
...
-> net.minidev.json.parser.JSONParser (Extension)
-> net.minidev.json.parser.JSONParserReader (Extension)
-> ❌ net.minidev.json.parser.JSONParserStream (Vulnerable Component)
Vulnerability Details
An issue was discovered in netplex json-smart-v1 through 2015-10-23 and json-smart-v2 through 2.4. An exception is thrown from a function, but it is not caught, as demonstrated by NumberFormatException. When it is not caught, it may cause programs using the library to crash or expose sensitive information.
Publish Date: 2021-02-23
URL: CVE-2021-27568
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.5%
CVSS 3 Score Details (5.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2021-02-23
Fix Resolution (net.minidev:json-smart): 2.3.1
Direct dependency fix Resolution (com.jayway.jsonpath:json-path): 2.4.0
In order to enable automatic remediation, please create workflow rules
CVE-2023-51074
Vulnerable Library - json-path-2.2.0.jar
Java port of Stefan Goessner JsonPath.
Library home page: https://github.com/jayway/JsonPath
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.jar
Dependency Hierarchy:
- ❌ json-path-2.2.0.jar (Vulnerable Library)
Found in base branch: master
Reachability Analysis
This vulnerability is potentially reachable
org.joychou.Application (Application)
-> org.springframework.boot.SpringApplication (Extension)
-> org.springframework.boot.SpringApplicationBannerPrinter (Extension)
-> org.springframework.data.repository.query.ResultProcessor$ProjectingConverter (Extension)
...
-> org.springframework.data.web.JsonProjectingMethodInterceptorFactory (Extension)
-> com.jayway.jsonpath.DocumentContext (Extension)
-> ❌ com.jayway.jsonpath.Criteria (Vulnerable Component)
Vulnerability Details
json-path v2.8.0 was discovered to contain a stack overflow via the Criteria.parse() method.
Publish Date: 2023-12-27
URL: CVE-2023-51074
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.1%
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2023-51074
Release Date: 2023-12-27
Fix Resolution: 2.9.0
In order to enable automatic remediation, please create workflow rules
In order to enable automatic remediation for this issue, please create workflow rules