Debian

Debian 12 (bookworm)

11227 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:28:01
  • Zuletzt bearbeitet 24.04.2026 18:42:01

In the Linux kernel, the following vulnerability has been resolved: HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing them In commit 2ff5baa9b527 ("HID: appleir: Fix potential NULL dereference at raw event handle"), we handle the fac...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:28:00
  • Zuletzt bearbeitet 24.04.2026 18:41:47

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the nd_tbl is never initialized because inet6_init() exits before n...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:58
  • Zuletzt bearbeitet 24.04.2026 16:24:20

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'q_sum' and 'q...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:57
  • Zuletzt bearbeitet 24.04.2026 15:57:11

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ife: Fix metalist update behavior Whenever an ife action replace changes the metalist, instead of replacing the old data on the metalist, the current ife code is app...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:55
  • Zuletzt bearbeitet 27.04.2026 14:16:30

In the Linux kernel, the following vulnerability has been resolved: blktrace: fix __this_cpu_read/write in preemptible context tracing_record_cmdline() internally uses __this_cpu_read() and __this_cpu_write() on the per-CPU variable trace_cmdline_s...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:53
  • Zuletzt bearbeitet 24.04.2026 16:36:05

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel tx_work before socket teardown In rawsock_release(), cancel any pending tx_work and purge the write queue before orphaning the socket. rawsock_tx_work runs on...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:52
  • Zuletzt bearbeitet 24.04.2026 16:36:24

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting Running stress-ng --schedpolicy 0 on an RT kernel on a big machine might lead to the following WARNINGs (edited)...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:51
  • Zuletzt bearbeitet 24.04.2026 16:37:55

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-wmi-sysman: Don't hex dump plaintext password data set_new_password() hex dumps the entire buffer, which contains plaintext password data, including current and ...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:49
  • Zuletzt bearbeitet 24.04.2026 18:41:25

In the Linux kernel, the following vulnerability has been resolved: wifi: radiotap: reject radiotap with unknown bits The radiotap parser is currently only used with the radiotap namespace (not with vendor namespaces), but if the undefined field 18...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:49
  • Zuletzt bearbeitet 24.04.2026 18:41:33

In the Linux kernel, the following vulnerability has been resolved: net: phy: register phy led_triggers during probe to avoid AB-BA deadlock There is an AB-BA deadlock when both LEDS_TRIGGER_NETDEV and LED_TRIGGER_PHY are enabled: [ 1362.049207] [...