Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 16.09.2025 08:11:33
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule() Inject fault When select CONFIG_VCAP_KUNIT_TEST, the below memory leak occurs. If kzalloc() for duprule succe...

  • EPSS 0.02%
  • Published 16.09.2025 08:11:32
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix kernel crash due to null io->bio We should return when io->bio is null before doing anything. Otherwise, panic. BUG: kernel NULL pointer dereference, address: 0000000000...

  • EPSS 0.02%
  • Published 16.09.2025 08:11:31
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: media: hi846: Fix memleak in hi846_init_controls() hi846_init_controls doesn't clean the allocated ctrl_hdlr in case there is a failure, which causes memleak. Add v4l2_ctrl_handler...

  • EPSS 0.03%
  • Published 16.09.2025 08:11:30
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: nfc: fix memory leak of se_io context in nfc_genl_se_io The callback context for sending/receiving APDUs to/from the selected secure element is allocated inside nfc_genl_se_io and ...

  • EPSS 0.04%
  • Published 16.09.2025 08:11:30
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix leak of 'r10bio->remaining' for recovery raid10_sync_request() will add 'r10bio->remaining' for both rdev and replacement rdev. However, if the read io fails, recove...

  • EPSS 0.03%
  • Published 16.09.2025 08:11:29
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp conn->chan_lock isn't acquired before l2cap_get_chan_by_scid, if l2cap_get_chan_by_scid returns NULL, then 'bad u...

  • EPSS 0.03%
  • Published 16.09.2025 08:11:28
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: sctp: check send stream number after wait_for_sndbuf This patch fixes a corner case where the asoc out stream count may change after wait_for_sndbuf. When the main thread in the c...

  • EPSS 0.03%
  • Published 16.09.2025 08:11:27
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: udf: Do not update file length for failed writes to inline files When write to inline file fails (or happens only partly), we still updated length of inline data as if the whole wr...

  • EPSS 0.02%
  • Published 16.09.2025 08:11:26
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() Syzbot reported a null-ptr-deref bug: ntfs3: loop0: Different NTFS' sector size (1024) and media sector size (512) ntf...

  • EPSS 0.02%
  • Published 16.09.2025 08:11:25
  • Last modified 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: check for NULL in btrtl_set_quirks() The btrtl_set_quirks() has accessed btrtl_dev->ic_info->lmp_subver since b8e482d02513. However, if installing a Realtek Bluet...