VYPR

apk package

chainguard/openstack-horizon-2025.2

pkg:apk/chainguard/openstack-horizon-2025.2

Vulnerabilities (4)

  • CVE-2026-54911Jun 19, 2026
    affected < 25.5.2_git20260617-r3fixed 25.5.2_git20260617-r3

    ### Summary `ujson.dumps()` (or `ujson.dump()` or `ujson.encode()`) have a `reject_bytes=False` option. When set, they may accept malformed or truncated UTF-8 byte sequences, silently rewriting them into different Unicode characters instead of rejecting them. This leads to input

  • CVE-2026-48526HigMay 28, 2026
    affected < 25.5.2_git20260617-r2fixed 25.5.2_git20260617-r2

    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 < 25.5.2_git20260617-r2fixed 25.5.2_git20260617-r2

    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 < 25.5.2_git20260617-r2fixed 25.5.2_git20260617-r2

    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