Debian

Debian 14 (forky)

15391 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:45

In the Linux kernel, the following vulnerability has been resolved: fbcon: Fix a NULL pointer dereference issue in fbcon_putcs syzbot has found a NULL pointer dereference bug in fbcon. Here is the simplified C reproducer: struct param { uint8_t t...

  • EPSS 0.22%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:45

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se [WHAT & HOW] se is null checked previously in the same function, indicating it might be null; therefore, it must be chec...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 05.01.2026 11:17:22

In the Linux kernel, the following vulnerability has been resolved: driver core: bus: Fix double free in driver API bus_register() For bus_register(), any error which happens after kset_register() will cause that @priv are freed twice, fixed by set...

  • EPSS 0.22%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 03.11.2025 20:16:34

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c Fix potential dereferencing of ERR_PTR() in find_format_by_pix() and uvc_v4l2_enum_format(). Fix the following smatch error...

  • EPSS 0.21%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 24.10.2024 16:12:52

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devm_free_irq() only if client->irq is set. Th...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 12.05.2026 13:16:17

In the Linux kernel, the following vulnerability has been resolved: serial: protect uart_port_dtr_rts() in uart_shutdown() too Commit af224ca2df29 (serial: core: Prevent unsafe uart port access, part 3) added few uport == NULL checks. It added one ...

  • EPSS 0.23%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 08.11.2024 16:15:42

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Free tzp copy along with the thermal zone The object pointed to by tz->tzp may still be accessed after being freed in thermal_zone_device_unregister(), so move the f...

  • EPSS 0.2%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 25.10.2024 15:21:23

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermal_zone_get_by_id() There are places in the thermal netlink code where nothing prevents the thermal zone object from going away whil...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 25.10.2024 15:27:06

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync This checks if the ACL connection remains valid as it could be destroyed while hci_enhanced_setup_sync is pending on cmd_syn...

  • EPSS 0.23%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 25.10.2024 14:06:40

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in send_recv() Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire afte...