Beveiligingsadvies

CVE-2026-3446

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-04-10 18:17:35
Laatst bijgewerkt 2026-04-13 16:07:24
Toegewezen door PSF
CVSS-score 6.0
Status PUBLISHED

Beschrijving

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.