Bump Avro to 1.11.4 — CVE-2024-47561#634
Merged
Merged
Conversation
maluchari
reviewed
Jun 16, 2026
maluchari
approved these changes
Jun 16, 2026
maluchari
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for fixing this!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump Avro to 1.11.4 — CVE-2024-47561 (OpenHouse OSS)
Companion to the merged iceberg-fork PRs (linkedin/iceberg#247 →
1.2.0.18, linkedin/iceberg#248 →1.5.2.14). Propagates Avro 1.11.4 into OpenHouse OSS on both the 1.2 and 1.5 codepaths.Why
Apache Avro ≤ 1.11.3 is affected by CVE-2024-47561 — a critical-severity deserialization RCE in the schema parser. Fixed in upstream Avro 1.11.4.
Why 1.11.4 (not 1.11.5)
1.11.5 is also flagged for CVE-2025-52999 (a transitive
jackson-corestack-overflow on deeply nested JSON, fixed injackson-core 2.15.0+). That CVE affects both 1.11.4 and 1.11.5 equally — bumping to 1.11.5 does not fix it. CVE-2025-52999 is tracked separately as a jackson upgrade.Issue] Briefly discuss the summary of the changes made in this
pull request in 2-3 lines.
Changes
Change details
The force lifts the server-side Avro resolution to 1.11.4 directly, in addition to picking it up transitively via the new iceberg coordinates. Both paths land at the same result.
What does NOT change
Risk — LOW
1.11.4 is a patch release within the 1.11.x line. No public API changes vs 1.11.1 / 1.11.3, binary-compatible with Iceberg / Parquet / Spark, no wire / file format changes.
For all the boxes checked, please include additional details of the changes made in this pull request.
Testing Done
For all the boxes checked, include a detailed description of the testing done for the changes made in this pull request.
Local docker testing:
Additional Information
Related PRs:
For all the boxes checked, include additional details of the changes made in this pull request.