CVE-2026-43871 GHSA-8wv5-x4w7-5gww libthrift: Infinite loop in Apache Thrift Java bindings (0.23.0 -> 0.24.0) - #1115
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](apache/thrift@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: org.apache.thrift:libthrift dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the managed
org.apache.thrift:libthriftversion in the rootpom.xmlfrom 0.23.0 to 0.24.0, clearing the open Dependabot security alert for this dependency.Advisory
CVE-2026-43871 / GHSA-8wv5-x4w7-5gww — Loop with Unreachable Exit Condition ("Infinite Loop", CWE-835) in the Apache Thrift Python, Go, PHP and Java bindings before 0.24.0. Crafted input can drive the affected binding into a loop that never exits, pinning a CPU and denying service.
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), CVSS 4.0 8.7org.apache.thrift:libthrift< 0.24.0Impact on OpenAM
Low. No OpenAM source imports
org.apache.thrift, andmvn dependency:tree -Dincludes=org.apache.thriftover all 157 reactor modules (Cassandra modules included) resolves no Thrift artifact — the entry is a<dependencyManagement>pin only, which fixes the version for deployments that do pull Thrift in transitively. The bump keeps that declared version out of the vulnerable range.Change
One-line version bump in
pom.xml. No code or behaviour changes.References