Debian

Debian 12 (bookworm)

11831 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Medienbericht
  • EPSS 0.13%
  • Veröffentlicht 30.05.2026 12:13:45
  • Zuletzt bearbeitet 09.07.2026 01:19:06

In the Linux kernel, the following vulnerability has been resolved: eventpoll: fix ep_remove struct eventpoll / struct file UAF ep_remove() (via ep_remove_file()) cleared file->f_ep under file->f_lock but then kept using @file inside the critical s...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:41:09
  • Zuletzt bearbeitet 10.06.2026 21:01:29

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix use-after-free on registration failure Make sure to disable and free the interrupts in case controller registration fails to avoid a potential use-after-free and ...

  • EPSS 0.26%
  • Veröffentlicht 28.05.2026 09:41:06
  • Zuletzt bearbeitet 10.06.2026 21:06:10

In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop caching unowned originator pointers in BAT IV BAT IV keeps the last-hop neighbor address in each neigh_node, but some paths also cache an originator pointer derive...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:41:05
  • Zuletzt bearbeitet 10.06.2026 21:10:28

In the Linux kernel, the following vulnerability has been resolved: media: rc: xbox_remote: heed DMA restrictions The buffer for IO must not be part of the device structure because that violates the DMA coherency rules.

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:41:04
  • Zuletzt bearbeitet 10.06.2026 21:10:40

In the Linux kernel, the following vulnerability has been resolved: media: saa7164: add ioremap return checks and cleanups Add checks for ioremap return values in saa7164_dev_setup(). If ioremap for BAR0 or BAR2 fails, release the already allocated...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:40:58
  • Zuletzt bearbeitet 10.06.2026 21:11:26

In the Linux kernel, the following vulnerability has been resolved: vsock: fix buffer size clamping order In vsock_update_buffer_size(), the buffer size was being clamped to the maximum first, and then to the minimum. If a user sets a minimum buffe...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:40:55
  • Zuletzt bearbeitet 10.06.2026 21:11:45

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: only purge non-released claims When batadv_bla_purge_claims() goes through the list of claims, it is only traversing the hash list with an rcu_read_lock(). Due to ...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:40:53
  • Zuletzt bearbeitet 10.06.2026 21:12:01

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: put backbone reference on failed claim hash insert When batadv_bla_add_claim() fails to insert a new claim into the hash, it leaked a reference to the backbone_gw ...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:40:52
  • Zuletzt bearbeitet 10.06.2026 21:12:12

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg.

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:40:51
  • Zuletzt bearbeitet 10.06.2026 21:12:21

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure KFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE but not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving ...