CVE-2026-3446 The advisory has been revoked - it doesn't affect any version of package pypy3  (opens in a new tab)


Threat Intelligence

EPSS
0.19% (9th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-DEBIANUNSTABLE-PYPY3-16049525
  • published14 Apr 2026
  • disclosed10 Apr 2026

Introduced: 10 Apr 2026

CVE-2026-3446  (opens in a new tab)

Amendment

The Debian security team deemed this advisory irrelevant for Debian:unstable.

NVD Description

Note: Versions mentioned in the description apply only to the upstream pypy3 package and not the pypy3 package as distributed by Debian.

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.