BIT-libpython-2026-3446

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/libpython/BIT-libpython-2026-3446.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-libpython-2026-3446
Aliases
Published
2026-04-16T23:43:07.878Z
Modified
2026-04-17T04:57:18.287046770Z
Summary
Base64 decoding stops at first padded quad by default
Details

When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use "validate=True" to enable stricter processing of base64 data.

Database specific
{
    "severity": "Medium",
    "cpes": [
        "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
    ]
}
References

Affected packages

Bitnami / libpython

Package

Name
libpython
Purl
pkg:bitnami/libpython

Severity

  • 6.0 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.13.13
Introduced
3.14.0
Fixed
3.14.4

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/libpython/BIT-libpython-2026-3446.json"