Linux

Linux Kernel

15465 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 08.01.2025 18:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:30

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers The return value of drm_atomic_get_crtc_state() needs to be checked. To avoid use of error pointer 'crtc_state' in case of th...

  • EPSS 0.01%
  • Veröffentlicht 08.01.2025 18:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:30

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check The return value of drm_atomic_get_crtc_state() needs to be checked. To avoid use of error pointer 'c...

  • EPSS 0.01%
  • Veröffentlicht 08.01.2025 18:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:30

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check The return value of drm_atomic_get_crtc_state() needs to be checked. To avoid use of error pointer ...

  • EPSS 0.02%
  • Veröffentlicht 08.01.2025 18:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:31

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur The action force umount(umount -f) will attempt to kill all rpc_task even umount operation may ultimately fail if som...

  • EPSS 0.02%
  • Veröffentlicht 08.01.2025 18:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:31

In the Linux kernel, the following vulnerability has been resolved: quota: flush quota_release_work upon quota writeback One of the paths quota writeback is called from is: freeze_super() sync_filesystem() ext4_sync_fs() dquot_writebac...

  • EPSS 0.03%
  • Veröffentlicht 08.01.2025 18:15:17
  • Zuletzt bearbeitet 01.10.2025 20:17:51

In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC information These four chips: * W25N512GW * W25N01GW * W25N01JW * W25N02JW all require a single bit of ECC strength and th...

  • EPSS 0.03%
  • Veröffentlicht 08.01.2025 18:15:17
  • Zuletzt bearbeitet 10.02.2025 18:15:32

In the Linux kernel, the following vulnerability has been resolved: kunit: string-stream: Fix a UAF bug in kunit_init_suite() In kunit_debugfs_create_suite(), if alloc_string_stream() fails in the kunit_suite_for_each_test_case() loop, the "suite->...

  • EPSS 0.01%
  • Veröffentlicht 08.01.2025 17:15:15
  • Zuletzt bearbeitet 03.11.2025 21:18:29

In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: account for backlog updates from child qdisc In general, 'qlen' of any classful qdisc should keep track of the number of packets that the qdisc itself and all of ...

  • EPSS 0.01%
  • Veröffentlicht 06.01.2025 17:15:44
  • Zuletzt bearbeitet 03.11.2025 21:18:29

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg Syzbot reports [1] an uninitialized value issue found by KMSAN in dib3000_read_reg(). Local u8 rb[2] is used...

  • EPSS 0.02%
  • Veröffentlicht 06.01.2025 17:15:43
  • Zuletzt bearbeitet 03.11.2025 21:18:29

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmel_pmecc_create_user() The "user" pointer was converted from being allocated with kzalloc() to being allocated by devm_kzalloc(). Calling kfree...