Search CVE reports


Toggle filters

171 – 180 of 953 results


CVE-2026-6100

Medium priority

Some fixes available 3 of 24

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be...

13 affected packages

pypy3, python3.10, python3.12, python3.13, python3.14...

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
pypy3 Needs evaluation Needs evaluation Needs evaluation Needs evaluation
python3.10 Not in release Not in release Fixed
python3.12 Not in release Fixed Not in release
python3.13 Not in release Not in release Not in release
python3.14 Fixed Not in release Not in release
python2.7 Not in release Not in release Needs evaluation Needs evaluation Needs evaluation
python3.11 Not in release Not in release Needs evaluation
python3.4 Not in release Not in release Not in release
python3.5 Not in release Not in release Not in release
python3.6 Not in release Not in release Not in release Needs evaluation
python3.7 Not in release Not in release Not in release Needs evaluation
python3.8 Not in release Not in release Not in release Needs evaluation Needs evaluation
python3.9 Not in release Not in release Not in release Needs evaluation
Show all 13 packages Show less packages

CVE-2026-3446

Medium priority
Needs evaluation

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...

13 affected packages

pypy3, python3.10, python3.12, python3.13, python3.14...

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
pypy3 Needs evaluation Needs evaluation Needs evaluation Needs evaluation
python3.10 Not in release Not in release Ignored
python3.12 Not in release Ignored Not in release
python3.13 Not in release Not in release Not in release
python3.14 Not affected Not in release Not in release
python2.7 Not in release Not in release Needs evaluation Needs evaluation Needs evaluation
python3.11 Not in release Not in release Needs evaluation
python3.4 Not in release Not in release Not in release
python3.5 Not in release Not in release Not in release
python3.6 Not in release Not in release Not in release Needs evaluation
python3.7 Not in release Not in release Not in release Needs evaluation
python3.8 Not in release Not in release Not in release Needs evaluation Needs evaluation
python3.9 Not in release Not in release Not in release Needs evaluation
Show all 13 packages Show less packages

CVE-2026-1502

Medium priority

Some fixes available 3 of 31

CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.

14 affected packages

jython, pypy3, python3.10, python3.12, python3.13...

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
jython Needs evaluation Needs evaluation Needs evaluation Needs evaluation Needs evaluation
pypy3 Needs evaluation Needs evaluation Needs evaluation Needs evaluation
python3.10 Not in release Not in release Fixed
python3.12 Not in release Fixed Not in release
python3.13 Not in release Not in release Not in release
python3.14 Fixed Not in release Not in release
python2.7 Not in release Not in release Needs evaluation Needs evaluation Needs evaluation
python3.11 Not in release Not in release Needs evaluation
python3.4 Not in release Not in release Not in release
python3.5 Not in release Not in release Not in release
python3.6 Not in release Not in release Not in release Needs evaluation
python3.7 Not in release Not in release Not in release Needs evaluation
python3.8 Not in release Not in release Not in release Needs evaluation Needs evaluation
python3.9 Not in release Not in release Not in release Needs evaluation
Show all 14 packages Show less packages

CVE-2026-39892

Medium priority
Not affected

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g....

1 affected package

python-cryptography

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
python-cryptography Not affected Not affected Not affected Not affected
Show less packages

CVE-2026-39373

Medium priority
Needs evaluation

JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to 1.5.7, an unauthenticated attacker can exhaust server memory by sending crafted JWE tokens with ZIP compression. The existing patch for...

1 affected package

python-jwcrypto

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
python-jwcrypto Needs evaluation Needs evaluation Needs evaluation Needs evaluation Needs evaluation
Show less packages

CVE-2026-4292

Low priority
Fixed

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. Admin changelist forms using `ModelAdmin.list_editable` incorrectly allowed new instances to be created via forged `POST` data. Earlier,...

1 affected package

python-django

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
python-django Fixed Fixed Fixed Fixed
Show less packages

CVE-2026-4277

Low priority

Some fixes available 6 of 7

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. Add permissions on inline model instances were not validated on submission of forged `POST` data in `GenericInlineModelAdmin`. Earlier,...

1 affected package

python-django

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
python-django Fixed Fixed Fixed Fixed
Show less packages

CVE-2026-3902

Low priority
Fixed

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. `ASGIRequest` allows a remote attacker to spoof headers by exploiting an ambiguous mapping of two header variants (with hyphens or with...

1 affected package

python-django

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
python-django Fixed Fixed Not affected Not affected
Show less packages

CVE-2026-33034

Low priority

Some fixes available 2 of 7

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. ASGI requests with a missing or understated `Content-Length` header could bypass the `DATA_UPLOAD_MAX_MEMORY_SIZE` limit when...

1 affected package

python-django

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
python-django Fixed Ignored Ignored Ignored
Show less packages

CVE-2026-33033

Medium priority
Fixed

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. `MultiPartParser` allows remote attackers to degrade performance by submitting multipart uploads with `Content-Transfer-Encoding:...

1 affected package

python-django

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
python-django Fixed Fixed Fixed Fixed Fixed
Show less packages