imPC@ndo IT

Linux vulnerabilities

14.775 CVE

CVE-2024-53124
High 7.5

In the Linux kernel, the following vulnerability has been resolved: net: fix data-races around sk->sk_forward_alloc Syzkaller reported this warning: ------------[ cut here ]------------ WARNING: CPU: 0 PID: 16 at net/ipv4/af_inet.c:156 inet_sock_destruct+0…

linux linux_kernel
0.01EPSS
CVE-2024-46858
High 8.1

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in __timer_delete_sync There are two paths to access mptcp_pm_del_add_timer, result in a race condition: CPU1 CPU2 ==== ==== …

linux linux_kernel
0.01EPSS
CVE-2019-15902
Medium 5.6

A backporting error was discovered in the Linux stable/longterm kernel 4.4.x through 4.4.190, 4.9.x through 4.9.190, 4.14.x through 4.14.141, 4.19.x through 4.19.69, and 5.2.x through 5.2.11. Misuse of the upstream "x86/ptrace: Fix possible spectre-v1 in ptrac…

debian debian_linux · linux linux_kernel · netapp active_iq_performance_analytics_services · netapp baseboard_management_controller_firmware · and 2 more
0.01EPSS
CVE-2018-20169
Medium 6.8

An issue was discovered in the Linux kernel before 4.19.9. The USB subsystem mishandles size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c.

canonical ubuntu_linux · debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2016-3951
Medium 4.6

Double free vulnerability in drivers/net/usb/cdc_ncm.c in the Linux kernel before 4.5 allows physically proximate attackers to cause a denial of service (system crash) or possibly have unspecified other impact by inserting a USB device with an invalid USB desc…

canonical ubuntu_linux · linux linux_kernel · novell suse_linux_enterprise_desktop · novell suse_linux_enterprise_live_patching · and 6 more
0.01EPSS
CVE-2016-3689
Medium 4.6

The ims_pcu_parse_cdc_data function in drivers/input/misc/ims-pcu.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (system crash) via a USB device without both a master and a slave interface.

canonical ubuntu_linux · linux linux_kernel · novell suse_linux_enterprise_desktop · novell suse_linux_enterprise_live_patching · and 5 more
0.01EPSS
CVE-2016-2187
Medium 4.6

The gtco_probe function in drivers/input/tablet/gtco.c in the Linux kernel through 4.5.2 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted endpoints value in a USB device descriptor.

canonical ubuntu_linux · linux linux_kernel · novell suse_linux_enterprise_debuginfo · novell suse_linux_enterprise_server · and 1 more
0.01EPSS
CVE-2022-49110
High 7.5

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: revisit gc autotuning as of commit 4608fdfc07e1 ("netfilter: conntrack: collect all entries in one cycle") conntrack gc was changed to run every 2 minutes. On systems …

linux linux_kernel
0.01EPSS
CVE-2019-19051
Medium 5.5

A memory leak in the i2400m_op_rfkill_sw_toggle() function in drivers/net/wimax/i2400m/op-rfkill.c in the Linux kernel before 5.3.11 allows attackers to cause a denial of service (memory consumption), aka CID-6f3ef5c25cc7.

canonical ubuntu_linux · debian debian_linux · linux linux_kernel · opensuse leap
0.01EPSS
CVE-2025-21748
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix integer overflows on 32 bit systems On 32bit systems the addition operations in ipc_msg_alloc() can potentially overflow leading to memory corruption. Add bounds checking using KS…

linux linux_kernel
0.01EPSS
CVE-2019-16232
Medium 4.1

drivers/net/wireless/marvell/libertas/if_sdio.c in the Linux kernel 5.2.14 does not check the alloc_workqueue return value, leading to a NULL pointer dereference.

canonical ubuntu_linux · fedoraproject fedora · linux linux_kernel · opensuse leap
0.01EPSS
CVE-2014-8133
Low 2.1

arch/x86/kernel/tls.c in the Thread Local Storage (TLS) implementation in the Linux kernel through 3.18.1 allows local users to bypass the espfix protection mechanism, and consequently makes it easier for local users to bypass the ASLR protection mechanism, vi…

linux linux_kernel
0.01EPSS
CVE-2012-2136
High 7.2

The sock_alloc_send_pskb function in net/core/sock.c in the Linux kernel before 3.4.5 does not properly validate a certain length value, which allows local users to cause a denial of service (heap-based buffer overflow and system crash) or possibly gain privil…

linux linux_kernel
0.01EPSS
CVE-2022-28356
Medium 5.5

In the Linux kernel before 5.17.1, a refcount leak bug was found in net/llc/af_llc.c.

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2017-2583
High 8.4

The load_segment_descriptor implementation in arch/x86/kvm/emulate.c in the Linux kernel before 4.9.5 improperly emulates a "MOV SS, NULL selector" instruction, which allows guest OS users to cause a denial of service (guest OS crash) or gain guest OS privileg…

linux linux_kernel
0.01EPSS
CVE-2016-4470
Medium 5.5

The key_reject_and_link function in security/keys/key.c in the Linux kernel through 4.6.3 does not ensure that a certain data structure is initialized, which allows local users to cause a denial of service (system crash) via vectors involving a crafted keyctl …

linux linux_kernel · novell suse_linux_enterprise_real_time_extension · oracle linux · oracle vm_server · and 10 more
0.01EPSS
CVE-2010-0727
Medium 4.9

The gfs2_lock function in the Linux kernel before 2.6.34-rc1-next-20100312, and the gfs_lock function in the Linux kernel on Red Hat Enterprise Linux (RHEL) 5 and 6, does not properly remove POSIX locks on files that are setgid without group-execute permission…

debian debian_linux · linux linux_kernel · redhat enterprise_linux
0.01EPSS
CVE-2006-1055
Medium 4.9

The fill_write_buffer function in sysfs/file.c in Linux kernel 2.6.12 up to versions before 2.6.17-rc1 does not zero terminate a buffer when a length of PAGE_SIZE or more is requested, which might allow local users to cause a denial of service (crash) by causi…

linux linux_kernel
0.01EPSS
CVE-2019-15214
Medium 6.4

An issue was discovered in the Linux kernel before 5.0.10. There is a use-after-free in the sound subsystem because card disconnection causes certain data structures to be deleted too early. This is related to sound/core/init.c and sound/core/info.c.

canonical ubuntu_linux · linux linux_kernel · opensuse leap
0.01EPSS
CVE-2016-10905
High 7.8

An issue was discovered in fs/gfs2/rgrp.c in the Linux kernel before 4.8. A use-after-free is caused by the functions gfs2_clear_rgrpd and read_rindex_entry.

linux linux_kernel
0.01EPSS
CVE-2024-50046
Critical 9.8

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies() On the node of an NFS client, some files saved in the mountpoint of the NFS server were copied to another location of the s…

linux linux_kernel
0.01EPSS
CVE-2021-47178
High 7.5

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smp_processor_id() in preemptible code The BUG message "BUG: using smp_processor_id() in preemptible [00000000] code" was observed for TCMU devices with kernel conf…

linux linux_kernel
0.01EPSS
CVE-2014-8481
Medium 4.9

The instruction decoder in arch/x86/kvm/emulate.c in the KVM subsystem in the Linux kernel before 3.18-rc2 does not properly handle invalid instructions, which allows guest OS users to cause a denial of service (NULL pointer dereference and host OS crash) via …

linux linux_kernel
0.01EPSS
CVE-2022-39842
Medium 6.1

An issue was discovered in the Linux kernel before 5.19. In pxa3xx_gcu_write in drivers/video/fbdev/pxa3xx-gcu.c, the count parameter has a type conflict of size_t versus int, causing an integer overflow and bypassing the size check. After that, because it is …

debian debian_linux · linux linux_kernel
0.01EPSS
CVE-2020-27171
Medium 6.0

An issue was discovered in the Linux kernel before 5.11.8. kernel/bpf/verifier.c has an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigat…

canonical ubuntu_linux · debian debian_linux · fedoraproject fedora · linux linux_kernel
0.01EPSS