Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2022-36033 (Medium) detected in jsoup-1.12.1.jar, jsoup-1.8.3.jar #268

Open
mend-for-github-com bot opened this issue Aug 30, 2022 · 0 comments
Open
Labels
security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

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:

  • quarkus-bootstrap-core-1.12.2.Final.jar (Root Library)
    • quarkus-bootstrap-maven-resolver-1.12.2.Final.jar
      • wagon-http-3.3.4.jar
        • wagon-http-shared-3.3.4.jar
          • jsoup-1.12.1.jar (Vulnerable Library)
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:

  • integration-arquillian-tests-base-13.0.0-SNAPSHOT.jar (Root Library)
    • arquillian-browser-screenshooter-2.3.2.jar
      • arquillian-drone-webdriver-2.4.3.jar
        • jsoup-1.8.3.jar (Vulnerable Library)

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-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 (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

@mend-for-github-com mend-for-github-com bot added the security vulnerability Security vulnerability detected by WhiteSource label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants