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-2023-4218 (Medium) detected in org.eclipse.core.runtime-3.26.100.jar #3688

Closed
mend-for-github-com bot opened this issue Nov 13, 2023 · 4 comments · Fixed by #3737
Closed

CVE-2023-4218 (Medium) detected in org.eclipse.core.runtime-3.26.100.jar #3688

mend-for-github-com bot opened this issue Nov 13, 2023 · 4 comments · Fixed by #3737
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.

Comments

@mend-for-github-com
Copy link
Contributor

CVE-2023-4218 - Medium Severity Vulnerability

Vulnerable Library - org.eclipse.core.runtime-3.26.100.jar

Core Runtime

Library home page: https://projects.eclipse.org/projects/eclipse.platform

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.platform/org.eclipse.core.runtime/3.26.100/83c77ee0cfc948ea33f5054dda3f5c39250a7ed5/org.eclipse.core.runtime-3.26.100.jar

Dependency Hierarchy:

  • org.eclipse.core.runtime-3.26.100.jar (Vulnerable Library)

Found in HEAD commit: af149372b8b59259811625dcccadb402c5c32bd5

Found in base branch: main

Vulnerability Details

In Eclipse IDE versions < 2023-09 (4.29) some files with xml content are parsed vulnerable against all sorts of XXE attacks. The user just needs to open any evil project or update an open project with a vulnerable file (for example for review a foreign repository or patch).

Publish Date: 2023-11-09

URL: CVE-2023-4218

CVSS 3 Score Details (5.0)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Nov 13, 2023
@github-actions github-actions bot added the untriaged Require the attention of the repository maintainers and may need to be prioritized label Nov 13, 2023
@stephen-crawford
Copy link
Collaborator

[Triage] Someone should check on whether this is a concern and address if required.

@stephen-crawford stephen-crawford added triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable. and removed untriaged Require the attention of the repository maintainers and may need to be prioritized labels Nov 13, 2023
@dbwiddis
Copy link
Member

Transitive dependency from spotless (for formatting). Can resolve by forcing newest version of the dependency.

See opensearch-project/flow-framework#175

@dbwiddis
Copy link
Member

dbwiddis commented Nov 17, 2023

Note the version fix requires JDK 17+ (for running Spotless, so configure your CI appropriately)

You are running Spotless on JVM 11, which limits you to eclipse jdt formatter 4.26.

@stephen-crawford
Copy link
Collaborator

Thanks for looking into this @dbwiddis let me see about duplicating the changes you made to ai flow :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants