Linux

Linux Kernel

12969 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS -
  • Veröffentlicht 15.09.2025 14:21:57
  • Zuletzt bearbeitet 16.09.2025 10:15:37

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:55
  • Zuletzt bearbeitet 04.12.2025 14:57:14

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix OOB and integer underflow when rx packets Make sure mwifiex_process_mgmt_packet, mwifiex_process_sta_rx_packet and mwifiex_process_uap_rx_packet, mwifiex_uap_que...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:54
  • Zuletzt bearbeitet 04.12.2025 14:57:32

In the Linux kernel, the following vulnerability has been resolved: spi: imx: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error pa...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:53
  • Zuletzt bearbeitet 04.12.2025 14:57:52

In the Linux kernel, the following vulnerability has been resolved: ext4: Fix function prototype mismatch for ext4_feat_ktype With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expec...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:51
  • Zuletzt bearbeitet 04.12.2025 15:00:02

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for alloc_ordered_workqueue Add check for the return value of alloc_ordered_workqueue as it may return NULL pointer and cause NULL pointer dereferenc...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:50
  • Zuletzt bearbeitet 03.12.2025 15:27:46

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/ka...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:50
  • Zuletzt bearbeitet 04.12.2025 15:00:14

In the Linux kernel, the following vulnerability has been resolved: jfs: jfs_dmap: Validate db_l2nbperpage while mounting In jfs_dmap.c at line 381, BLKTODMAP is used to get a logical block number inside dbFree(). db_l2nbperpage, which is the log2 ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:49
  • Zuletzt bearbeitet 03.12.2025 15:29:49

In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() In az6007_i2c_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf wo...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:47
  • Zuletzt bearbeitet 03.12.2025 15:32:37

In the Linux kernel, the following vulnerability has been resolved: media: netup_unidvb: fix use-after-free at del_timer() When Universal DVB card is detaching, netup_unidvb_dma_fini() uses del_timer() to stop dma->timeout timer. But when timer han...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:45
  • Zuletzt bearbeitet 03.12.2025 15:41:25

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Make it so that a waiting process can be aborted When sendmsg() creates an rxrpc call, it queues it to wait for a connection and channel to be assigned and then waits before...