CVE Catalog

CVE-2026-65918

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

24th percentile - higher than 24% of all known CVEs

Summary

Out-of-bounds heap read vulnerability in PyTorch torchvision up to version 0.28.0 (fixed in commit 4e05dc2). The GIF decoder passes an unclamped length to memcpy, potentially leading to memory disclosure or denial of service.

Risk Assessment

An attacker can supply a malicious GIF file, causing leakage of sensitive heap memory or application crash.

Recommendation

Update torchvision to a version containing commit 4e05dc2 or later.

Related vulnerabilities

Original NVD description (English source)

PyTorch torchvision through 0.28.0, fixed in commit 4e05dc2, contains an out-of-bounds heap read vulnerability in the GIF decoder's read_from_tensor callback that passes unclamped length to memcpy. Attackers can supply malicious or truncated GIF files to cause denial of service via segmentation fault or disclose adjacent heap memory contents.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS