VYPR

apk package

chainguard/apache-beam-python-3.14-sdk

pkg:apk/chainguard/apache-beam-python-3.14-sdk

Vulnerabilities (14)

  • CVE-2026-71491HigAug 17, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, group_comments in sqlparse/engine/grouping.py repeatedly rescans comment-only statements before the MAX_GROUPING_TOKENS guard, causing quadratic CPU consumption through sqlparse.parse() and sqlparse.format

  • CVE-2026-59894MedAug 17, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, sqlparse/filters/output.py fails to escape existing backslashes before quotes in sqlparse.format output_format='python' and output_format='php' and the corresponding sqlformat -l modes, allowing crafted SQ

  • CVE-2026-59893HigAug 17, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, SQL_REGEX in sqlparse/keywords.py and the per-position loop in sqlparse/lexer.py repeatedly scan unmatched dollar-quoted literal and multiline-comment delimiters, causing quadratic CPU consumption through

  • CVE-2026-54284HigAug 17, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, TokenList construction and string conversion in sqlparse/sql.py repeatedly flatten nested token subtrees constructed by group_parenthesis and group_case, causing quadratic CPU consumption through sqlparse.

  • CVE-2026-56862HigAug 13, 2026
    affected < 0fixed 0

    Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indef

  • CVE-2026-56860MedAug 13, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-b

  • CVE-2026-56859HigAug 13, 2026
    affected < 0fixed 0

    Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.

  • CVE-2026-56858MedAug 13, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    Previously, pathological inputs could close an unescaped '/' early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.

  • CVE-2026-56853HigAug 13, 2026
    affected < 0fixed 0

    When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.

  • CVE-2026-33818HigAug 13, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.

  • CVE-2026-71554MedAug 6, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    h2 is a pure-Python implementation of a HTTP/2 protocol stack. Versions up to and including 4.4.0 accept request header blocks containing more than one Host header, and forward every Host header to the consuming application. Where the consumer downgrades HTTP/2 to HTTP/1.1, the r

  • CVE-2026-69247HigAug 3, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 44.0.0 until 50.0.0, pkcs7_decrypt_der, pkcs7_decrypt_pem, and pkcs7_decrypt_smime reported the outcome of decrypting a RecipientInfo's encryptedKey in several distinguish

  • CVE-2026-46600HigJul 21, 2026
    affected < 2.75.0-r2fixed 2.75.0-r2

    Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.

  • CVE-2026-39821CriMay 22, 2026
    affected < 0fixed 0

    The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in program