VYPR

apk package

chainguard/airflow-postgres-fips-3

pkg:apk/chainguard/airflow-postgres-fips-3

Vulnerabilities (8)

  • CVE-2026-54283higJun 15, 2026
    affected < 3.2.2-r2fixed 3.2.2-r2

    ### Summary `request.form()` accepts `max_fields` and `max_part_size` to bound resource consumption while parsing form data. These limits are enforced for `multipart/form-data`, but silently ignored for `application/x-www-form-urlencoded`. An unauthenticated attacker can therefor

  • CVE-2026-54282lowJun 15, 2026
    affected < 3.2.2-r2fixed 3.2.2-r2

    ### Summary In affected versions, the HTTP request path is not validated before being used to reconstruct `request.url`. Because `request.url` is rebuilt by concatenating `{scheme}://{host}{path}` and re-parsing the result, a path that does not begin with `/` (for example `@goog

  • CVE-2026-53539higJun 15, 2026
    affected < 3.2.2-r1fixed 3.2.2-r1

    ### Summary When parsing `application/x-www-form-urlencoded` bodies, `QuerystringParser` located the field separator with a two step lookup: it first scanned the entire remaining buffer for `&`, and only when no `&` existed anywhere ahead did it fall back to scanning for `;`. Fo

  • CVE-2026-53538lowJun 15, 2026
    affected < 3.2.2-r1fixed 3.2.2-r1

    ### Summary `QuerystringParser` treated `;` as a field separator in `application/x-www-form-urlencoded` bodies, in addition to `&`. The [WHATWG URL standard](https://url.spec.whatwg.org/#urlencoded-parsing), modern browsers, and Python's `urllib.parse` (since the CVE-2021-23336

  • CVE-2026-53537lowJun 15, 2026
    affected < 3.2.2-r1fixed 3.2.2-r1

    ### Summary `parse_options_header` parsed `Content-Disposition` (and `Content-Type`) headers with [`email.message.Message`](https://docs.python.org/3/library/email.compat32-message.html#email.message.Message), which transparently applies [RFC 2231](https://datatracker.ietf.org/d

  • CVE-2026-48526HigMay 28, 2026
    affected < 3.2.2-r3fixed 3.2.2-r3

    PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, when the verifier is decoding JSON Web Tokens, while supporting both asymmetric and HMAC algorithms, the library does not validate use of JSON Web Keys in HMAC algorithm, allowing attacker to use the issuer publ

  • CVE-2026-48525MedMay 28, 2026
    affected < 3.2.2-r3fixed 3.2.2-r3

    PyJWT is a JSON Web Token implementation in Python. From 2.8.0 to 2.12.1, when verifying detached JWS tokens using the unencoded-payload option ("b64": false, RFC 7797), PyJWT performs Base64URL decoding of the compact-serialization payload segment before enforcing the detached-p

  • CVE-2026-48522MedMay 28, 2026
    affected < 3.2.2-r3fixed 3.2.2-r3

    PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There i