imPC@ndo IT

Linux vulnerabilities

14.775 CVE

CVE-2022-29581
High 7.8

Improper Update of Reference Count vulnerability in net/sched of Linux Kernel allows local attacker to cause privilege escalation to root. This issue affects: Linux Kernel versions prior to 5.18; version 4.14 and later versions.

canonical ubuntu_linux · debian debian_linux · linux linux_kernel · netapp h300e_firmware · and 7 more
0.01EPSS
CVE-2020-15436
Medium 6.7

Use-after-free vulnerability in fs/block_dev.c in the Linux kernel before 5.8 allows local users to gain privileges or cause a denial of service by leveraging improper access to a certain error field.

broadcom brocade_fabric_operating_system_firmware · linux linux_kernel · netapp a250_firmware · netapp a700s_firmware · and 15 more
0.01EPSS
CVE-2016-8400
Medium 5.5

An information disclosure vulnerability in the NVIDIA librm library (libnvrm) could enable a local malicious application to access data outside of its permission levels. This issue is rated as Moderate because it could be used to access sensitive data without …

linux linux_kernel
0.01EPSS
CVE-2011-1021
Low 3.6

drivers/acpi/debugfs.c in the Linux kernel before 3.0 allows local users to modify arbitrary kernel memory locations by leveraging root privileges to write to the /sys/kernel/debug/acpi/custom_method file. NOTE: this vulnerability exists because of an incomple…

linux linux_kernel
0.01EPSS
CVE-2009-0835
Low 3.6

The __secure_computing function in kernel/seccomp.c in the seccomp subsystem in the Linux kernel 2.6.28.7 and earlier on the x86_64 platform, when CONFIG_SECCOMP is enabled, does not properly handle (1) a 32-bit process making a 64-bit syscall or (2) a 64-bit …

linux linux_kernel
0.01EPSS
CVE-2022-25258
Medium 4.6

An issue was discovered in drivers/usb/gadget/composite.c in the Linux kernel before 5.16.10. The USB Gadget subsystem lacks certain validation of interface OS descriptor requests (ones with a large array index and ones associated with NULL function pointer re…

debian debian_linux · fedoraproject fedora · linux linux_kernel · netapp active_iq_unified_manager · and 5 more
0.01EPSS
CVE-2022-48788
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: fix possible use-after-free in transport error_recovery work While nvme_rdma_submit_async_event_work is checking the ctrl and queue state before preparing the AER command and sche…

linux linux_kernel
0.01EPSS
CVE-2024-36896
Critical 9.1

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix access violation during port device removal Testing with KASAN and syzkaller revealed a bug in port.c:disable_store(): usb_hub_to_struct_hub() can return NULL if the hub that …

linux linux_kernel
0.01EPSS
CVE-2016-1575
High 7.8

The overlayfs implementation in the Linux kernel through 4.5.2 does not properly maintain POSIX ACL xattr data, which allows local users to gain privileges by leveraging a group-writable setgid directory.

canonical ubuntu_core · canonical ubuntu_linux · canonical ubuntu_touch · linux linux_kernel
0.01EPSS
CVE-2011-1020
Medium 4.6

The proc filesystem implementation in the Linux kernel 2.6.37 and earlier does not restrict access to the /proc directory tree of a process after this process performs an exec of a setuid program, which allows local users to obtain sensitive information or cau…

linux linux_kernel
0.01EPSS
CVE-2024-42284
Critical 9.1

In the Linux kernel, the following vulnerability has been resolved: tipc: Return non-zero value from tipc_udp_addr2str() on error tipc_udp_addr2str() should return non-zero value if the UDP media address is invalid. Otherwise, a buffer overflow access can oc…

linux linux_kernel
0.01EPSS
CVE-2021-33624
Medium 4.7

In kernel/bpf/verifier.c in the Linux kernel before 5.12.13, a branch can be mispredicted (e.g., because of type confusion) and consequently an unprivileged BPF program can read arbitrary memory locations via a side-channel attack, aka CID-9183671af6db.

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2011-2918
Medium 5.5

The Performance Events subsystem in the Linux kernel before 3.1 does not properly handle event overflows associated with PERF_COUNT_SW_CPU_CLOCK events, which allows local users to cause a denial of service (system hang) via a crafted application.

linux linux_kernel
0.01EPSS
CVE-2022-2590
High 7.0

A race condition was found in the way the Linux kernel's memory subsystem handled the copy-on-write (COW) breakage of private read-only shared memory mappings. This flaw allows an unprivileged, local user to gain write access to read-only memory mappings, incr…

linux linux_kernel
0.01EPSS
CVE-2016-10295
Medium 4.7

An information disclosure vulnerability in the Qualcomm LED driver could enable a local malicious application to access data outside of its permission levels. This issue is rated as Moderate because it first requires compromising a privileged process. Product:…

linux linux_kernel
0.01EPSS
CVE-2022-48747
High 7.5

In the Linux kernel, the following vulnerability has been resolved: block: Fix wrong offset in bio_truncate() bio_truncate() clears the buffer outside of last block of bdev, however current bio_truncate() is using the wrong offset of page. So it can return t…

linux linux_kernel
0.01EPSS
CVE-2023-3390
High 7.8

A use-after-free vulnerability was found in the Linux kernel's netfilter subsystem in net/netfilter/nf_tables_api.c. Mishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-after-free vu…

linux linux_kernel · netapp h300s · netapp h410c · netapp h410s · and 2 more
0.01EPSS
CVE-2010-3858
Medium 4.9

The setup_arg_pages function in fs/exec.c in the Linux kernel before 2.6.36, when CONFIG_STACK_GROWSDOWN is used, does not properly restrict the stack memory consumption of the (1) arguments and (2) environment for a 32-bit application on a 64-bit platform, wh…

canonical ubuntu_linux · debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2010-4243
Medium 4.9

fs/exec.c in the Linux kernel before 2.6.37 does not enable the OOM Killer to assess use of stack memory by arrays representing the (1) arguments and (2) environment, which allows local users to cause a denial of service (memory consumption) via a crafted exec…

linux linux_kernel
0.01EPSS
CVE-2019-14816
High 7.8

There is heap-based buffer overflow in kernel, all versions up to, excluding 5.3, in the marvell wifi chip driver in Linux kernel, that allows local users to cause a denial of service(system crash) or possibly execute arbitrary code.

canonical ubuntu_linux · debian debian_linux · fedoraproject fedora · linux linux_kernel · and 35 more
0.01EPSS
CVE-2026-53359
High 8.8

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected role Commit 0cb2af2ea66ad ("KVM: x86: Fix shadow paging use-after-free due to unexpected GFN") fixed a shadow paging mismatch bet…

linux linux_kernel
0.01EPSS
CVE-2017-0429
High 7.8

An elevation of privilege vulnerability in the NVIDIA GPU driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Critical due to the possibility of a local permanent device compromis…

google android · linux linux_kernel
0.01EPSS
CVE-2017-0428
High 7.8

An elevation of privilege vulnerability in the NVIDIA GPU driver could enable a local malicious application to execute arbitrary code within the context of the kernel. This issue is rated as Critical due to the possibility of a local permanent device compromis…

google android · linux linux_kernel
0.01EPSS
CVE-2024-35823
Medium 5.3

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 ("vt: fix memory overlapping when deleting cha…

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2021-47075
Medium 5.3

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmet_alloc_ctrl() When creating ctrl in nvmet_alloc_ctrl(), if the cntlid_min is larger than cntlid_max of the subsystem, and jumps to the "out_free_changed_ns_lis…

linux linux_kernel
0.01EPSS