Debian

Debian 12 (bookworm)

11227 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:54
  • Zuletzt bearbeitet 08.05.2026 20:00:20

In the Linux kernel, the following vulnerability has been resolved: media: mtk-mdp: Fix a reference leak bug in mtk_mdp_remove() In mtk_mdp_probe(), vpu_get_plat_device() increases the reference count of the returned platform device. Add platform_d...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:54
  • Zuletzt bearbeitet 08.05.2026 19:40:49

In the Linux kernel, the following vulnerability has been resolved: drm/atmel-hlcdc: fix memory leak from the atomic_destroy_state callback After several commits, the slab memory increases. Some drm_crtc_commit objects are not freed. The atomic_des...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:53
  • Zuletzt bearbeitet 08.05.2026 21:02:20

In the Linux kernel, the following vulnerability has been resolved: hfsplus: pretend special inodes as regular files Since commit af153bb63a33 ("vfs: catch invalid modes in may_open()") requires any inode be one of S_IFDIR/S_IFLNK/S_IFREG/S_IFCHR/S...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:52
  • Zuletzt bearbeitet 08.05.2026 20:46:52

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't go past the ARM processor CPER record buffer There's a logic inside GHES/CPER to detect if the section_length is too small, but it doesn't detect if it is too big. ...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:51
  • Zuletzt bearbeitet 08.05.2026 20:33:43

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block() Ignore -EBUSY when checking nested events after exiting a blocking state while L2 is active, as exiting to use...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:50
  • Zuletzt bearbeitet 08.05.2026 20:33:27

In the Linux kernel, the following vulnerability has been resolved: fbdev: of: display_timing: fix refcount leak in of_get_display_timings() of_parse_phandle() returns a device_node with refcount incremented, which is stored in 'entry' and then cop...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:49
  • Zuletzt bearbeitet 08.05.2026 20:41:51

In the Linux kernel, the following vulnerability has been resolved: gfs2: fiemap page fault fix In gfs2_fiemap(), we are calling iomap_fiemap() while holding the inode glock. This can lead to recursive glock taking if the fiemap buffer is memory m...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:48
  • Zuletzt bearbeitet 08.05.2026 20:37:34

In the Linux kernel, the following vulnerability has been resolved: arm64: Add support for TSV110 Spectre-BHB mitigation The TSV110 processor is vulnerable to the Spectre-BHB (Branch History Buffer) attack, which can be exploited to leak informatio...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:46
  • Zuletzt bearbeitet 11.05.2026 18:10:27

In the Linux kernel, the following vulnerability has been resolved: alpha: fix user-space corruption during memory compaction Alpha systems can suffer sporadic user-space crashes and heap corruption when memory compaction is enabled. Symptoms incl...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:45
  • Zuletzt bearbeitet 11.05.2026 18:16:01

In the Linux kernel, the following vulnerability has been resolved: media: cx88: Add missing unmap in snd_cx88_hw_params() In error path, add cx88_alsa_dma_unmap() to release resource acquired by cx88_alsa_dma_map().