Linux

Linux

7352 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:26
  • Zuletzt bearbeitet 14.01.2026 19:16:10

In the Linux kernel, the following vulnerability has been resolved: i2c: designware: Fix handling of real but unexpected device interrupts Commit c7b79a752871 ("mfd: intel-lpss: Add Intel Alder Lake PCH-S PCI IDs") caused a regression on certain Gi...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:26
  • Zuletzt bearbeitet 14.01.2026 19:16:10

In the Linux kernel, the following vulnerability has been resolved: led: qcom-lpg: Fix sleeping in atomic lpg_brighness_set() function can sleep, while led's brightness_set() callback must be non-blocking. Change LPG driver to use brightness_set_bl...

  • EPSS 0.03%
  • Veröffentlicht 17.09.2025 14:56:24
  • Zuletzt bearbeitet 14.01.2026 19:16:09

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case the...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:24
  • Zuletzt bearbeitet 14.01.2026 19:16:09

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix null-ptr-deref in vkms_release() A null-ptr-deref is triggered when it tries to destroy the workqueue in vkms->output.composer_workq in vkms_release(). KASAN: null-...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:23
  • Zuletzt bearbeitet 14.01.2026 19:16:09

In the Linux kernel, the following vulnerability has been resolved: fs: fix UAF/GPF bug in nilfs_mdt_destroy In alloc_inode, inode_init_always() could return -ENOMEM if security_inode_alloc() fails, which causes inode->i_private uninitialized. Then...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:17
  • Zuletzt bearbeitet 14.01.2026 19:16:09

In the Linux kernel, the following vulnerability has been resolved: powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue When value < time_unit, the parameter of ilog2() will be zero and the return value is -1. u64(-1) is too large for shift e...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:16
  • Zuletzt bearbeitet 14.01.2026 19:16:09

In the Linux kernel, the following vulnerability has been resolved: skbuff: Account for tail adjustment during pull operations Extending the tail can have some unexpected side effects if a program uses a helper like BPF_FUNC_skb_pull_data to read p...

  • EPSS 0.03%
  • Veröffentlicht 17.09.2025 14:56:15
  • Zuletzt bearbeitet 14.01.2026 19:16:08

In the Linux kernel, the following vulnerability has been resolved: skmsg: pass gfp argument to alloc_sk_msg() syzbot found that alloc_sk_msg() could be called from a non sleepable context. sk_psock_verdict_recv() uses rcu_read_lock() protection. ...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:15
  • Zuletzt bearbeitet 14.01.2026 19:16:09

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platform_get_resource() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resou...

  • EPSS 0.02%
  • Veröffentlicht 17.09.2025 14:56:14
  • Zuletzt bearbeitet 14.01.2026 19:16:08

In the Linux kernel, the following vulnerability has been resolved: dmaengine: hisilicon: Add multi-thread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo ...