Skip to content

fix(deps): update dependency commons-io:commons-io to v2.14.0 [security]#1262

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/maven-commons-io-commons-io-vulnerability
Open

fix(deps): update dependency commons-io:commons-io to v2.14.0 [security]#1262
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/maven-commons-io-commons-io-vulnerability

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
commons-io:commons-io (source) 2.13.02.14.0 age confidence

Apache Commons IO: Possible denial of service attack on untrusted input to XmlStreamReader

CVE-2024-47554 / GHSA-78wr-2p64-hpwj

More information

Details

Uncontrolled Resource Consumption vulnerability in Apache Commons IO.

The org.apache.commons.io.input.XmlStreamReader class may excessively consume CPU resources when processing maliciously crafted input.

This issue affects Apache Commons IO: from 2.0 before 2.14.0.

Users are recommended to upgrade to version 2.14.0 or later, which fixes the issue.

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added the automerge Merge the pull request once unit tests and other checks pass. label Apr 28, 2026
@renovate-bot renovate-bot requested a review from a team as a code owner April 28, 2026 00:50
@renovate-bot renovate-bot added the automerge Merge the pull request once unit tests and other checks pass. label Apr 28, 2026
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 28, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 28, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the commons-io dependency from version 2.13.0 to 2.14.0. Feedback suggests upgrading to version 2.16.1 instead to avoid a known regression in version 2.14.0 while ensuring compatibility with Java 8.

<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While version 2.14.0 addresses the security vulnerability (CVE-2024-47554), it introduced a regression in XmlStreamReader (IO-811) where encoding detection can fail in certain scenarios. Since this project targets Java 1.8, it is recommended to upgrade to version 2.16.1, which is the latest version compatible with Java 8 and includes the fix for this regression as well as other stability improvements.

Suggested change
<version>2.14.0</version>
<version>2.16.1</version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Merge the pull request once unit tests and other checks pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants