Debian

Debian 12 (bookworm)

11239 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:07
  • Zuletzt bearbeitet 21.10.2025 12:19:21

In the Linux kernel, the following vulnerability has been resolved: extcon: Modify extcon device to be created after driver data is set Currently, someone can invoke the sysfs such as state_show() intermittently before dev_set_drvdata() is done. An...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:07
  • Zuletzt bearbeitet 03.11.2025 20:15:58

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback() There is a deadlock in rtw_surveydone_event_callback(), which is shown below: (Thread 1) ...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:07
  • Zuletzt bearbeitet 01.10.2025 20:16:04

In the Linux kernel, the following vulnerability has been resolved: char: xillybus: fix a refcount leak in cleanup_dev() usb_get_dev is called in xillyusb_probe. So it is better to call usb_put_dev before xdev is released.

  • EPSS 0.1%
  • Veröffentlicht 26.02.2025 07:01:07
  • Zuletzt bearbeitet 01.10.2025 20:16:04

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle() There is a deadlock in rtw_joinbss_event_prehandle(), which is shown below: (Thread 1) ...

  • EPSS 0.09%
  • Veröffentlicht 26.02.2025 07:01:07
  • Zuletzt bearbeitet 01.10.2025 20:16:05

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix a potential memory leak in r871xu_drv_init() In r871xu_drv_init(), if r8712_init_drv_sw() fails, then the memory allocated by r8712_alloc_io_queue() in r8712_...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:06
  • Zuletzt bearbeitet 22.09.2025 19:44:21

In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INT_MAX overflow at vmalloc() allocation that is called from snd_pcm_plug_alloc(). Although we a...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:06
  • Zuletzt bearbeitet 21.10.2025 11:46:00

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: initialize registers in nft_do_chain() Initialize registers to avoid stack leak into userspace.

  • EPSS 0.1%
  • Veröffentlicht 26.02.2025 07:01:06
  • Zuletzt bearbeitet 01.10.2025 20:16:02

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check if modulo is 0 before dividing. [How & Why] If a value of 0 is read, then this will cause a divide-by-0 panic.

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:06
  • Zuletzt bearbeitet 01.10.2025 20:16:02

In the Linux kernel, the following vulnerability has been resolved: nbd: call genl_unregister_family() first in nbd_cleanup() Otherwise there may be race between module removal and the handling of netlink command, which can lead to the oops as show...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:06
  • Zuletzt bearbeitet 01.10.2025 20:16:02

In the Linux kernel, the following vulnerability has been resolved: ceph: fix possible deadlock when holding Fwb to get inline_data 1, mount with wsync. 2, create a file with O_RDWR, and the request was sent to mds.0: ceph_atomic_open()--> ...