CVE-2025-55552
25.09.2025, 16:15
pytorch v2.8.0 was discovered to display unexpected behavior when the components torch.rot90 and torch.randn_like are used together.Enginsight
| Vendor | Product | Version |
|---|---|---|
| linuxfoundation | pytorch | 𝑥 ≤ 2.8.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-190 - Integer Overflow or WraparoundThe software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.
- CWE-682 - Incorrect CalculationThe software performs a calculation that generates incorrect or unintended results that are later used in security-critical decisions or resource management.