VDB
Sign up
HIGH7.5

GHSA-8wv5-x4w7-5gww

Apache Thrift Python, Go, PHP and Java bindings have an Infinite Loop

Quick fix

GHSA-8wv5-x4w7-5gww — thrift: upgrade to the fixed version with the command below.

pip install --upgrade 'thrift>=0.24.0'

Details

Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Apache Thrift Python, Go, PHP and Java bindings.This issue affects Apache Thrift: before 0.24.0.

Users are recommended to upgrade to version 0.24.0, which fixes the issue.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/thrift
Introduced in: 0Fixed in: 0.24.0
Fixpip install --upgrade 'thrift>=0.24.0'
Go/github.com/apache/thrift
Introduced in: 0Fixed in: 0.24.0
Fixgo get github.com/apache/thrift@v0.24.0
Packagist/apache/thrift
Introduced in: 0Fixed in: 0.24.0
Fixcomposer require apache/thrift:^0.24.0
Maven/org.apache.thrift:libthrift
Introduced in: 0Fixed in: 0.24.0
Fix# pom.xml: bump <version>0.24.0</version> for org.apache.thrift:libthrift

References