Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Vulnerabilities
| CVE |
Severity |
CVSS |
Dependency |
Type |
Fixed in (jsoup version) |
Remediation Possible** |
Reachability |
| CVE-2021-37714 |
High |
7.5 |
jsoup-1.8.2.jar |
Direct |
1.14.2 |
✅ |
|
| CVE-2022-36033 |
Medium |
6.1 |
jsoup-1.8.2.jar |
Direct |
1.15.3 |
✅ |
|
| CVE-2015-6748 |
Medium |
6.1 |
jsoup-1.8.2.jar |
Direct |
1.8.3 |
✅ |
|
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2021-37714
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Dependency Hierarchy:
- ❌ jsoup-1.8.2.jar (Vulnerable Library)
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Found in base branch: master
Vulnerability Details
jsoup is a Java library for working with HTML. Those using jsoup versions prior to 1.14.2 to parse untrusted HTML or XML may be vulnerable to DOS attacks. If the parser is run on user supplied input, an attacker may supply content that causes the parser to get stuck (loop indefinitely until cancelled), to complete more slowly than usual, or to throw an unexpected exception. This effect may support a denial of service attack. The issue is patched in version 1.14.2. There are a few available workarounds. Users may rate limit input parsing, limit the size of inputs based on system resources, and/or implement thread watchdogs to cap and timeout parse runtimes.
Publish Date: 2021-08-18
URL: CVE-2021-37714
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
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: https://jsoup.org/news/release-1.14.2
Release Date: 2021-08-18
Fix Resolution: 1.14.2
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2022-36033
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Dependency Hierarchy:
- ❌ jsoup-1.8.2.jar (Vulnerable Library)
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Found in base branch: master
Vulnerability Details
jsoup is a Java HTML parser, built for HTML editing, cleaning, scraping, and cross-site scripting (XSS) safety. jsoup may incorrectly sanitize HTML including javascript: URL expressions, which could allow XSS attacks when a reader subsequently clicks that link. If the non-default SafeList.preserveRelativeLinks option is enabled, HTML including javascript: URLs that have been crafted with control characters will not be sanitized. If the site that this HTML is published on does not set a Content Security Policy, an XSS attack is then possible. This issue is patched in jsoup 1.15.3. Users should upgrade to this version. Additionally, as the unsanitized input may have been persisted, old content should be cleaned again using the updated version. To remediate this issue without immediately upgrading: - disable SafeList.preserveRelativeLinks, which will rewrite input URLs as absolute URLs - ensure an appropriate Content Security Policy is defined. (This should be used regardless of upgrading, as a defence-in-depth best practice.)
Publish Date: 2022-08-29
URL: CVE-2022-36033
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-gp7f-rwcx-9369
Release Date: 2022-08-29
Fix Resolution: 1.15.3
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2015-6748
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Dependency Hierarchy:
- ❌ jsoup-1.8.2.jar (Vulnerable Library)
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Found in base branch: master
Vulnerability Details
Cross-site scripting (XSS) vulnerability in jsoup before 1.8.3.
Publish Date: 2017-09-25
URL: CVE-2015-6748
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6748
Release Date: 2017-09-25
Fix Resolution: 1.8.3
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Vulnerabilities
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Dependency Hierarchy:
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Found in base branch: master
Vulnerability Details
jsoup is a Java library for working with HTML. Those using jsoup versions prior to 1.14.2 to parse untrusted HTML or XML may be vulnerable to DOS attacks. If the parser is run on user supplied input, an attacker may supply content that causes the parser to get stuck (loop indefinitely until cancelled), to complete more slowly than usual, or to throw an unexpected exception. This effect may support a denial of service attack. The issue is patched in version 1.14.2. There are a few available workarounds. Users may rate limit input parsing, limit the size of inputs based on system resources, and/or implement thread watchdogs to cap and timeout parse runtimes.
Publish Date: 2021-08-18
URL: CVE-2021-37714
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
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: https://jsoup.org/news/release-1.14.2
Release Date: 2021-08-18
Fix Resolution: 1.14.2
⛑️ Automatic Remediation will be attempted for this issue.
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Dependency Hierarchy:
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Found in base branch: master
Vulnerability Details
jsoup is a Java HTML parser, built for HTML editing, cleaning, scraping, and cross-site scripting (XSS) safety. jsoup may incorrectly sanitize HTML including
javascript:URL expressions, which could allow XSS attacks when a reader subsequently clicks that link. If the non-defaultSafeList.preserveRelativeLinksoption is enabled, HTML includingjavascript:URLs that have been crafted with control characters will not be sanitized. If the site that this HTML is published on does not set a Content Security Policy, an XSS attack is then possible. This issue is patched in jsoup 1.15.3. Users should upgrade to this version. Additionally, as the unsanitized input may have been persisted, old content should be cleaned again using the updated version. To remediate this issue without immediately upgrading: - disableSafeList.preserveRelativeLinks, which will rewrite input URLs as absolute URLs - ensure an appropriate Content Security Policy is defined. (This should be used regardless of upgrading, as a defence-in-depth best practice.)Publish Date: 2022-08-29
URL: CVE-2022-36033
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-gp7f-rwcx-9369
Release Date: 2022-08-29
Fix Resolution: 1.15.3
⛑️ Automatic Remediation will be attempted for this issue.
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.2/jsoup-1.8.2.jar
Dependency Hierarchy:
Found in HEAD commit: f3f3628f646118a4ebab90d4fa130808243d0f42
Found in base branch: master
Vulnerability Details
Cross-site scripting (XSS) vulnerability in jsoup before 1.8.3.
Publish Date: 2017-09-25
URL: CVE-2015-6748
CVSS 3 Score Details (6.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6748
Release Date: 2017-09-25
Fix Resolution: 1.8.3
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.