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

[🐸 Frogbot] Update version of org.apache.ivy:ivy to [2.5.2] #878

Merged

Conversation

github-actions[bot]
Copy link

📦 Vulnerable Dependencies

✍️ Summary

SEVERITY CONTEXTUAL ANALYSIS DIRECT DEPENDENCIES IMPACTED DEPENDENCY FIXED VERSIONS

Unknown
Undetermined org.apache.ivy:ivy:2.5.1 org.apache.ivy:ivy:2.5.1 [2.5.2]

👇 Details

  • Severity Unknown
  • Contextual Analysis: Undetermined
  • Package Name: org.apache.ivy:ivy
  • Current Version: 2.5.1
  • Fixed Version: [2.5.2]
  • CVE: CVE-2022-46751

Description:

Improper Restriction of XML External Entity Reference, XML Injection (aka Blind XPath Injection) vulnerability in Apache Software Foundation Apache Ivy.This issue affects any version of Apache Ivy prior to 2.5.2.

When Apache Ivy prior to 2.5.2 parses XML files - either its own configuration, Ivy files or Apache Maven POMs - it will allow downloading external document type definitions and expand any entity references contained therein when used.

This can be used to exfiltrate data, access resources only the machine running Ivy has access to or disturb the execution of Ivy in different ways.

Starting with Ivy 2.5.2 DTD processing is disabled by default except when parsing Maven POMs where the default is to allow DTD processing but only to include a DTD snippet shipping with Ivy that is needed to deal with existing Maven POMs that are not valid XML files but are nevertheless accepted by Maven. Access can be be made more lenient via newly introduced system properties where needed.

Users of Ivy prior to version 2.5.2 can use Java system properties to restrict processing of external DTDs, see the section about "JAXP Properties for External Access restrictions" inside Oracle's "Java API for XML Processing (JAXP) Security Guide".


@yahavi yahavi added the safe to test Approve running integration tests on a pull request label Nov 28, 2023
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Nov 28, 2023
@yahavi yahavi merged commit d9e5fde into master Nov 28, 2023
1 of 4 checks passed
@yahavi yahavi deleted the frogbot-org.apache.ivy_ivy-9fe8d35cca33424d4c9db583c674160c branch November 28, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants