You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
Path to dependency file: /testsuite/integration-arquillian/servers/app-server/undertow/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar
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.)
CVE-2022-36033 - Medium Severity Vulnerability
Vulnerable Libraries - jsoup-1.12.1.jar, jsoup-1.8.3.jar
jsoup-1.12.1.jar
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
Path to dependency file: /testsuite/integration-arquillian/servers/app-server/undertow/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar,/home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar
Dependency Hierarchy:
jsoup-1.8.3.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /testsuite/model/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar
Dependency Hierarchy:
Found in HEAD commit: 34eee947640ca637662cb41e649c6acf8b6d8c2e
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.preserveRelativeLinks
option 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:
Suggested Fix
Type: Upgrade version
Origin: GHSA-gp7f-rwcx-9369
Release Date: 2022-08-29
Fix Resolution (org.jsoup:jsoup): 1.15.3
Direct dependency fix Resolution (io.quarkus:quarkus-bootstrap-core): 2.10.0.Final
⛑️ Automatic Remediation is available for this issue
The text was updated successfully, but these errors were encountered: