Pytorch

Pytorch

11 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.03%
  • Veröffentlicht 27.01.2026 21:13:46
  • Zuletzt bearbeitet 30.01.2026 21:51:55

PyTorch is a Python package that provides tensor computation. Prior to version 2.10.0, a vulnerability in PyTorch's `weights_only` unpickler allows an attacker to craft a malicious checkpoint file (`.pth`) that, when loaded with `torch.load(..., weig...

Exploit
  • EPSS 0.01%
  • Veröffentlicht 12.11.2025 00:00:00
  • Zuletzt bearbeitet 02.01.2026 20:54:21

An issue was discovered in PyTorch v2.5 and v2.7.1. Omission of profiler.stop() can cause torch.profiler.profile (PythonTracer) to crash or hang during finalization, leading to a Denial of Service (DoS).

  • EPSS 0.12%
  • Veröffentlicht 25.09.2025 16:15:35
  • Zuletzt bearbeitet 14.10.2025 19:59:06

An issue in pytorch v2.7.0 can lead to a Denial of Service (DoS) when a PyTorch model consists of torch.Tensor.to_sparse() and torch.Tensor.to_dense() and is compiled by Inductor.

  • EPSS 0.05%
  • Veröffentlicht 25.09.2025 16:15:34
  • Zuletzt bearbeitet 03.10.2025 18:10:04

A syntax error in the component proxy_tensor.py of pytorch v2.7.0 allows attackers to cause a Denial of Service (DoS).

  • EPSS 0.05%
  • Veröffentlicht 25.09.2025 16:15:34
  • Zuletzt bearbeitet 03.10.2025 18:07:23

A Name Error occurs in pytorch v2.7.0 when a PyTorch model consists of torch.cummin and is compiled by Inductor, leading to a Denial of Service (DoS).

  • EPSS 0.09%
  • Veröffentlicht 25.09.2025 16:15:34
  • Zuletzt bearbeitet 03.10.2025 18:06:47

A buffer overflow occurs in pytorch v2.7.0 when a PyTorch model consists of torch.nn.Conv2d, torch.nn.functional.hardshrink, and torch.Tensor.view-torch.mv() and is compiled by Inductor, leading to a Denial of Service (DoS).

  • EPSS 0.02%
  • Veröffentlicht 25.09.2025 15:16:12
  • Zuletzt bearbeitet 03.10.2025 17:58:39

In PyTorch before 2.7.0, when inductor is used, nn.Fold has an assertion error.

  • EPSS 0.05%
  • Veröffentlicht 25.09.2025 15:16:12
  • Zuletzt bearbeitet 03.10.2025 17:58:05

In PyTorch before 2.7.0, when torch.compile is used, FractionalMaxPool2d has inconsistent results.

  • EPSS 0.07%
  • Veröffentlicht 25.09.2025 15:16:12
  • Zuletzt bearbeitet 03.10.2025 17:57:35

In PyTorch before 2.7.0, bitwise_right_shift produces incorrect output for certain out-of-bounds values of the "other" argument.

  • EPSS 0.07%
  • Veröffentlicht 25.09.2025 15:16:12
  • Zuletzt bearbeitet 03.10.2025 17:56:58

PyTorch before 3.7.0 has a bernoulli_p decompose function in decompositions.py even though it lacks full consistency with the eager CPU implementation, negatively affecting nn.Dropout1d, nn.Dropout2d, and nn.Dropout3d for fallback_random=True.