Debian

Debian 12 (bookworm)

12113 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.25%
  • Veröffentlicht 16.07.2024 12:15:06
  • Zuletzt bearbeitet 12.05.2026 10:16:39

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix ia_size underflow iattr::ia_size is a loff_t, which is a signed 64-bit type. NFSv3 and NFSv4 both define file size as an unsigned 64-bit type. Thus there is a range of va...

  • EPSS 0.25%
  • Veröffentlicht 16.07.2024 12:15:06
  • Zuletzt bearbeitet 12.05.2026 10:16:39

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes iattr::ia_size is a loff_t, so these NFSv3 procedures must be careful to deal with incoming client size values that ar...

  • EPSS 0.2%
  • Veröffentlicht 16.07.2024 12:15:06
  • Zuletzt bearbeitet 25.09.2025 19:22:00

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix potential CAN frame reception race in isotp_rcv() When receiving a CAN frame the current code logic does not consider concurrently receiving processes which do not ...

  • EPSS 0.27%
  • Veröffentlicht 16.07.2024 12:15:06
  • Zuletzt bearbeitet 25.09.2025 20:08:29

In the Linux kernel, the following vulnerability has been resolved: ima: fix reference leak in asymmetric_verify() Don't leak a reference to the key if its algorithm is unknown.

  • EPSS 0.22%
  • Veröffentlicht 16.07.2024 12:15:06
  • Zuletzt bearbeitet 07.10.2025 20:04:46

In the Linux kernel, the following vulnerability has been resolved: audit: don't deref the syscall args when checking the openat2 open_how::flags As reported by Jeff, dereferencing the openat2 syscall argument in audit_match_perm() to obtain the op...

  • EPSS 0.29%
  • Veröffentlicht 16.07.2024 12:15:05
  • Zuletzt bearbeitet 25.09.2025 19:38:10

In the Linux kernel, the following vulnerability has been resolved: ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler Currently, the same handler is called for both a NETDEV_BONDING_INFO LAG unlink notification as for a NETDEV_UNREGISTER call. ...

  • EPSS 0.27%
  • Veröffentlicht 16.07.2024 12:15:05
  • Zuletzt bearbeitet 21.11.2024 07:34:07

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic when DSA master device unbinds on shutdown Rafael reports that on a system with LX2160A and Marvell DSA switches, if a reboot occurs while the DSA master (dpaa2...

  • EPSS 0.28%
  • Veröffentlicht 16.07.2024 12:15:05
  • Zuletzt bearbeitet 21.11.2024 07:34:07

In the Linux kernel, the following vulnerability has been resolved: net: fix a memleak when uncloning an skb dst and its metadata When uncloning an skb dst and its associated metadata, a new dst+metadata is allocated and later replaces the old one ...

  • EPSS 0.21%
  • Veröffentlicht 16.07.2024 12:15:05
  • Zuletzt bearbeitet 03.10.2025 14:19:18

In the Linux kernel, the following vulnerability has been resolved: ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path ip[6]mr_free_table() can only be called under RTNL lock. RTNL: assertion failed at net/core/dev.c (103...

  • EPSS 0.27%
  • Veröffentlicht 16.07.2024 12:15:05
  • Zuletzt bearbeitet 25.09.2025 19:37:05

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: don't release napi in __ibmvnic_open() If __ibmvnic_open() encounters an error such as when setting link state, it calls release_resources() which frees the napi structure...