Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • Veröffentlicht 01.05.2025 12:55:36
  • Zuletzt bearbeitet 05.11.2025 18:04:14

In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe() soc_dev_attr->revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer ...

  • EPSS 0.17%
  • Veröffentlicht 01.05.2025 12:55:35
  • Zuletzt bearbeitet 05.11.2025 18:05:02

In the Linux kernel, the following vulnerability has been resolved: mfd: ene-kb3930: Fix a potential NULL pointer dereference The off_gpios could be NULL. Add missing check in the kb3930_probe(). This is similar to the issue fixed in commit b1ba8bc...

  • EPSS 0.18%
  • Veröffentlicht 01.05.2025 12:55:34
  • Zuletzt bearbeitet 05.11.2025 18:05:35

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix NULL pointer in can_accept_new_subflow When testing valkey benchmark tool with MPTCP, the kernel panics in 'mptcp_can_accept_new_subflow' because subflow_req->msk is NUL...

  • EPSS 0.18%
  • Veröffentlicht 01.05.2025 12:55:33
  • Zuletzt bearbeitet 14.07.2026 13:17:32

In the Linux kernel, the following vulnerability has been resolved: net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. When I ran the repro [0] and waited a few seconds, I observed two LOCKDEP splats: a warning immediately follow...

  • EPSS 0.18%
  • Veröffentlicht 01.05.2025 12:55:33
  • Zuletzt bearbeitet 06.11.2025 17:39:57

In the Linux kernel, the following vulnerability has been resolved: backlight: led_bl: Hold led_access lock when calling led_sysfs_disable() Lockdep detects the following issue on led-backlight removal: [ 142.315935] ------------[ cut here ]----...

  • EPSS 0.19%
  • Veröffentlicht 01.05.2025 12:55:32
  • Zuletzt bearbeitet 05.11.2025 22:04:01

In the Linux kernel, the following vulnerability has been resolved: sctp: detect and prevent references to a freed transport in sendmsg sctp_sendmsg() re-uses associations and transports when possible by doing a lookup based on the socket endpoint ...

  • EPSS 0.18%
  • Veröffentlicht 01.05.2025 12:55:30
  • Zuletzt bearbeitet 05.11.2025 21:46:13

In the Linux kernel, the following vulnerability has been resolved: misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq error After devm_request_irq() fails with error in pci_endpoint_test_request_irq(), the pci_endpoint_...

  • EPSS 0.19%
  • Veröffentlicht 18.04.2025 14:20:55
  • Zuletzt bearbeitet 03.11.2025 20:18:37

In the Linux kernel, the following vulnerability has been resolved: HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition In the ssi_protocol_probe() function, &ssi->work is bound with ssip_xmit_work(), In...

  • EPSS 0.23%
  • Veröffentlicht 18.04.2025 07:01:36
  • Zuletzt bearbeitet 03.11.2025 20:18:47

In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds read in ea_get() During the "size_check" label in ea_get(), the code checks if the extended attribute list (xattr) size matches ea_size. If not, it logs...

  • EPSS 0.23%
  • Veröffentlicht 18.04.2025 07:01:35
  • Zuletzt bearbeitet 03.11.2025 20:18:47

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsung_clk_init() With UBSAN_ARRAY_BOUNDS=y, I'm hitting the below panic due to dereferencing `ctx->clk_data.hws` before setting `ctx->clk_data.nu...