VYPR

base64

by Python (programming language)

Source repositories

CVEs (1)

  • CVE-2025-12781Jan 21, 2026
    risk 0.00cvss epss 0.01

    When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the "base64" module the characters "+/" will always be accepted, regardless of the value of "altchars" parameter, typically used to establish an "alternative base64 alphabet" such as…