thrift@0.9.3 vulnerabilities

Python bindings for the Apache Thrift RPC system

  • latest version

    0.21.0

  • latest non vulnerable version

  • first published

    12 years ago

  • latest version published

    5 months ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the thrift package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    Denial of Service (DoS)

    thrift is a Python bindings package for Apache Thrift.

    Affected versions of this package are vulnerable to Denial of Service (DoS). A server or client may run into an endless loop when fed with specific input data.

    Note: This issue was found to be partially fixed within version 0.11.0. As such depending on the installed version it affects only certain language bindings.

    How to fix Denial of Service (DoS)?

    Upgrade thrift to version 0.13.0 or higher.

    [,0.13.0)
    • H
    Authentication Bypass

    thrift is a Python bindings package for Apache Thrift.

    Affected versions of this package are vulnerable to Authentication Bypass. It could bypass SASL negotiation in the org.apache.thrift.transport.TSaslTransport class. An assert used to determine if the SASL handshake had successfully completed could be disabled in production settings making the validation incomplete.

    How to fix Authentication Bypass?

    Upgrade thrift to version 0.10.0 or higher.

    [,0.10.0)