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


Threat Intelligence

EPSS
0.59% (47th 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-DEBIAN12-PYPY3-10773595
  • published18 Jul 2025
  • disclosed3 Jun 2025

Introduced: 3 Jun 2025

CVE-2025-4435  (opens in a new tab)

Amendment

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

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 using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.