Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 25.10.2024 14:35:25

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry() Syzbot reported a null-ptr-deref bug: NILFS (loop0): segctord starting. Construction interval = 5 seconds...

  • EPSS 0.13%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 25.10.2024 14:38:30

In the Linux kernel, the following vulnerability has been resolved: can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netdev is down In can327_feed_frame_to_netdev(), it did not free the skb when netdev is down, and all caller...

  • EPSS 0.1%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 18:59:25

In the Linux kernel, the following vulnerability has been resolved: hwmon: (asus-ec-sensors) Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 19:03:50

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) Check for null before removing sysfs attrs If coretemp_add_core() gets an error then pdata->core_data[indx] is already NULL and has been kfreed. Don't pass that t...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 19:01:47

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish usin...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 19:07:46

In the Linux kernel, the following vulnerability has been resolved: afs: Fix server->active leak in afs_put_server The atomic_read was accidentally replaced with atomic_inc_return, which prevents the server from getting cleaned up and causes rmmod ...

  • EPSS 0.12%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 19:09:30

In the Linux kernel, the following vulnerability has been resolved: sctp: fix memory leak in sctp_stream_outq_migrate() When sctp_stream_outq_migrate() is called to release stream out resources, the memory pointed to by prio_head in stream out is n...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 18:29:23

In the Linux kernel, the following vulnerability has been resolved: net: tun: Fix use-after-free in tun_detach() syzbot reported use-after-free in tun_detach() [1]. This causes call trace like below: ==============================================...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 18:31:54

In the Linux kernel, the following vulnerability has been resolved: net: hsr: Fix potential use-after-free The skb is delivered to netif_rx() which may free it, after calling this, dereferencing skb may trigger use-after-free.

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 18:35:01

In the Linux kernel, the following vulnerability has been resolved: net: mdiobus: fix unbalanced node reference count I got the following report while doing device(mscc-miim) load test with CONFIG_OF_UNITTEST and CONFIG_OF_DYNAMIC enabled: OF: E...