Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 27.08.2024 13:41:30

In the Linux kernel, the following vulnerability has been resolved: drm/admgpu: fix dereferencing null pointer context When user space sets an invalid ta type, the pointer context will be empty. So it need to check the pointer context before using ...

  • EPSS 0.01%
  • Published 26.08.2024 11:15:03
  • Last modified 27.08.2024 14:37:45

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check in resource_log_pipe_topology_update [WHY] When switching from "Extend" to "Second Display Only" we sometimes call resource_get_otg_master_for_strea...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:03
  • Last modified 05.09.2024 19:43:44

In the Linux kernel, the following vulnerability has been resolved: net/tcp: Disable TCP-AO static key after RCU grace period The lifetime of TCP-AO static_key is the same as the last tcp_ao_info. On the socket destruction tcp_ao_info ceases to be ...

  • EPSS 0.01%
  • Published 26.08.2024 11:15:03
  • Last modified 16.04.2025 19:15:51

In the Linux kernel, the following vulnerability has been resolved: mm: list_lru: fix UAF for memory cgroup The mem_cgroup_from_slab_obj() is supposed to be called under rcu lock or cgroup_mutex or others which could prevent returned memcg from bei...

  • EPSS 0.01%
  • Published 26.08.2024 11:15:03
  • Last modified 03.11.2025 22:18:17

In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padata_mt_helper() We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. [ 10.017908] Oops: divide ...

  • EPSS 0.02%
  • Published 26.08.2024 08:15:03
  • Last modified 03.11.2025 22:18:16

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Add error handling to pair_device() hci_conn_params_add() never checks for a NULL value and could lead to a NULL pointer dereference causing a crash. Fixed by add...

  • EPSS 0.02%
  • Published 23.08.2024 13:15:03
  • Last modified 03.11.2025 22:18:16

In the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does n...

  • EPSS 0.02%
  • Published 22.08.2024 04:15:19
  • Last modified 22.08.2024 18:27:42

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvm_arch_can_dequeue_async_page_present() to determine whethe...

  • EPSS 0.03%
  • Published 22.08.2024 04:15:18
  • Last modified 22.08.2024 18:25:14

In the Linux kernel, the following vulnerability has been resolved: hwmon: Handle failure to register sensor with thermal zone correctly If an attempt is made to a sensor with a thermal zone and it fails, the call to devm_thermal_zone_of_sensor_reg...

  • EPSS 0.01%
  • Published 22.08.2024 04:15:17
  • Last modified 22.08.2024 19:07:28

In the Linux kernel, the following vulnerability has been resolved: io_uring: add a schedule point in io_add_buffers() Looping ~65535 times doing kmalloc() calls can trigger soft lockups, especially with DEBUG features (like KASAN). [ 253.536212]...