Lucene search
+L

5670 matches found

CNNVD
CNNVD
added 2024/11/05 12:0 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure of the drm/amd module to properly handle bad data provided by the BIOS when processing the ATIF AC...

5.5CVSS6.7AI score0.00245EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/10/30 12:39 a.m.9 views

kernel: x86/apic: Don't disable x2APIC if locked

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Don't disable x2APIC if locked The APIC supports two modes, legacy APIC or xAPIC, and Extended APIC or x2APIC. X2APIC mode is mostly compatible with legacy APIC, but it disables the memory-mapped APIC interface in favor...

5.7AI score0.00211EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/29 12:50 a.m.30 views

CVE-2024-50083 tcp: fix mptcp DSS corruption due to large pmtu xmit

In the Linux kernel, the following vulnerability has been resolved: tcp: fix mptcp DSS corruption due to large pmtu xmit Syzkaller was able to trigger a DSS corruption: TCP: requestsocksubflowv4: Possible SYN flooding on port :::20002. Sending cookies. ------------ cut here ------------ WARNING:...

7.5CVSS6.3AI score0.00875EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.17 views

CVE-2024-50072

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Use code segment selector for VERW operand Robert Gill reported below GP in 32-bit mode when dosemu software was executing vm86 system call: general protection fault: 0000 1 PREEMPT SMP CPU: 4 PID: 4610 Comm: dosemu.bin...

5.5CVSS6AI score0.00231EPSS
SaveExploits0
Hewlett-Packard
Hewlett-Packard
added 2024/10/24 12:0 a.m.11 views

HP PC BIOS Security Update for EDK2 NetworkPkg

Potential vulnerabilities have been identified in the system BIOS for certain HP PC products, which might allow code execution, denial of service, and/or information disclosure. HP is releasing mitigation for these potential vulnerabilities. HP has identified affected platforms and corresponding...

8.8CVSS9.8AI score0.02101EPSS
SaveExploits1Affected Software997
RedhatCVE
RedhatCVE
added 2024/10/22 7:15 a.m.18 views

CVE-2022-49003

A vulnerability was found in the Linux kernel's NVMe driver, involving a race condition in multipath configurations with RDMA connections. The nvmenshead list that tracks NVMe namespaces is not properly synchronized with the SRCU lock in the nvmempathrevalidatepaths function. This can cause a...

4.7CVSS4.3AI score0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.21 views

CVE-2024-50033

In the Linux kernel, the following vulnerability has been resolved: slip: make slhcremember more robust against malicious packets syzbot found that slhcremember was missing checks against malicious packets 1. slhcremember only checked the size of the packet was at least 20, which is not good...

7.1CVSS0.00272EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.19 views

CVE-2022-49014 net: tun: Fix use-after-free in tun_detach()

In the Linux kernel, the following vulnerability has been resolved: net: tun: Fix use-after-free in tundetach syzbot reported use-after-free in tundetach 1. This causes call trace like below: ================================================================== BUG: KASAN: use-after-free in...

7.2AI score0.00263EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.20 views

CVE-2022-49003 nvme: fix SRCU protection of nvme_ns_head list

In the Linux kernel, the following vulnerability has been resolved: nvme: fix SRCU protection of nvmenshead list Walking the nvmenshead siblings list is protected by the head's srcu in nvmensheadsubmitbio but not nvmempathrevalidatepaths. Removing namespaces from the list also fails to synchroniz...

0.00229EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/10/21 8:5 p.m.30 views

CVE-2022-48956 ipv6: avoid use-after-free in ip6_fragment()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6fragment Blamed commit claimed rcureadlock was held by ip6fragment callers. It seems to not be always true, at least for UDP stack. syzbot reported: BUG: KASAN: use-after-free in ip6dstidev...

0.00265EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.18 views

CVE-2024-50039 net/sched: accept TCA_STAB only for root qdisc

In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCASTAB only for root qdisc Most qdiscs maintain their backlog using qdiscpktlenskb on the assumption it is invariant between the enqueue and dequeue handlers. Unfortunately syzbot can crash a host rather easily...

0.00245EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.13 views

CVE-2024-50034 net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix lacks of icsksynmss with IPPROTOSMC Eric report a panic on IPPROTOSMC, and give the facts that when INETPROTOSWICSK was set, icsk-icsksyncmss must be set too. Bug: Unable to handle kernel NULL pointer dereference at...

6.2AI score0.002EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 7:39 p.m.120 views

CVE-2024-50034

CVE-2024-50034 affects the Linux kernel net/smc, where INET_PROTOSW_ICSK can leave icsk_sync_mss unset for IPPROTO_SMC, triggering a NULL pointer dereference panic. The provided trace indicates a kernel oops when handling IPPROTO_SMC, with a failed icsk_mss synchronization. A patch sequence in st...

5.5CVSS5.1AI score0.002EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/10/21 7:39 p.m.224 views

CVE-2024-50033

CVE-2024-50033 relates to the Linux kernel slip/slhc.c, where slhc_remember() failed to validate packets against malicious inputs. The issue allowed uninit reads due to insufficient checks on packet contents beyond a 20-byte minimum, risking exposure via PPP/SLIP processing when IPv4 and TCP head...

7.1CVSS7.8AI score0.00272EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2024/10/21 7:15 p.m.17 views

CVE-2024-50017

In the Linux kernel, the following vulnerability has been resolved: x86/mm/identmap: Use gbpages only where full GB page should be mapped. When identpudinit uses only GB pages to create identity maps, large ranges of addresses not actually requested can be included in the resulting table; a 4K...

5.5CVSS0.0022EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/10/21 6:54 p.m.10 views

CVE-2024-50014 ext4: fix access to uninitialised lock in fc replay path

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit feature enabled: INFO: trying to register non-static...

6.8AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 6:15 p.m.12 views

CVE-2024-49942

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Prevent null pointer access in xemigratecopy xemigratecopy designed to copy content of TTM resources. When source resource is null, it will trigger a NULL pointer dereference in xemigratecopy. To avoid this situation,...

5.5CVSS0.00233EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.26 views

CVE-2024-49953 net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix crash caused by calling xfrmstatedelete twice The km.state is not checked in driver's delayed work. When xfrmstatecheckexpire is called, the state can be reset to XFRMSTATEEXPIRED, even if it is XFRMSTATEDEAD...

0.00302EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.15 views

CVE-2024-49953 net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix crash caused by calling xfrmstatedelete twice The km.state is not checked in driver's delayed work. When xfrmstatecheckexpire is called, the state can be reset to XFRMSTATEEXPIRED, even if it is XFRMSTATEDEAD...

6.8AI score0.00302EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.24 views

CVE-2024-49934 fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name

In the Linux kernel, the following vulnerability has been resolved: fs/inode: Prevent dumpmapping accessing invalid dentry.dname.name It's observed that a crash occurs during hot-remove a memory device, in which user is accessing the hugetlb. See calltrace as following: ------------ cut here...

0.00388EPSS
SaveExploits0References5
Rows per page
Query Builder