Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.2%
  • Veröffentlicht 22.08.2024 04:15:16
  • Zuletzt bearbeitet 19.06.2025 13:15:21

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: unregister flowtable hooks on netns exit Unregister flowtable hooks before they are releases via nf_tables_flowtable_destroy() otherwise hook core reports UAF...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2024 04:15:15
  • Zuletzt bearbeitet 23.08.2024 02:05:14

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: add spinlock for rndis response list There's no lock for rndis response list. It could cause list corruption if there're two different list_add at the same time...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2024 04:15:15
  • Zuletzt bearbeitet 23.08.2024 01:58:43

In the Linux kernel, the following vulnerability has been resolved: iio: adc: men_z188_adc: Fix a resource leak in an error handling path If iio_device_register() fails, a previous ioremap() is left unbalanced. Update the error handling path and a...

  • EPSS 0.17%
  • Veröffentlicht 22.08.2024 04:15:15
  • Zuletzt bearbeitet 23.08.2024 01:51:30

In the Linux kernel, the following vulnerability has been resolved: RDMA/ib_srp: Fix a deadlock Remove the flush_workqueue(system_long_wq) call since flushing system_long_wq is deadlock-prone and since that call is redundant with a preceding cancel...

  • EPSS 0.17%
  • Veröffentlicht 22.08.2024 02:15:08
  • Zuletzt bearbeitet 12.09.2024 12:58:50

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix fault in reweight_entity Syzbot found a GPF in reweight_entity. This has been bisected to commit 4ef0c5c6b5ba ("kernel/sched: Fix sched_fork() access an invalid sch...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2024 02:15:08
  • Zuletzt bearbeitet 12.09.2024 12:52:54

In the Linux kernel, the following vulnerability has been resolved: riscv: fix oops caused by irqsoff latency tracer The trace_hardirqs_{on,off}() require the caller to setup frame pointer properly. This because these two functions use macro 'CALLE...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2024 02:15:08
  • Zuletzt bearbeitet 27.08.2024 16:07:43

In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: fix memory leak in int3400_notify() It is easy to hit the below memory leaks in my TigerLake platform: unreferenced object 0xffff927c8b91dbc0 (size 32): comm "...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2024 02:15:08
  • Zuletzt bearbeitet 23.08.2024 02:07:41

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.src_addr outside state checks If the state is not idle then resolve_prepare_src() should immediately fail and no change to global state should ha...

  • EPSS 0.16%
  • Veröffentlicht 22.08.2024 02:15:06
  • Zuletzt bearbeitet 12.09.2024 13:04:26

In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 12.09.2024 13:44:45

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: free reset-work-item when flushing Fix a tiny memory leak when flushing the reset work queue.