Skip to main content

Out-of-bounds Write

CVE-2025-3136

Severity Medium
Score 4.8/10

Summary

A vulnerability, which was classified as problematic, has been found in PyTorch through 2.7.0. This issue affects the function "torch.cuda.memory.caching_allocator_delete" of the file "c10/cuda/CUDACachingAllocator.cpp". The manipulation leads to Memory Corruption. An attack has to be approached locally. The exploit has been disclosed to the public and may be used.

  • LOW
  • LOCAL
  • NONE
  • UNCHANGED
  • NONE
  • LOW
  • NONE
  • LOW

CWE-787 - Out-of-Bounds Write

Out-of-bounds write vulnerability is a memory access bug that allows software to write data past the end or before the beginning of the intended buffer. This may result in the corruption of data, a crash, or arbitrary code execution.

Advisory Timeline

  • Published