Lucene search
+L

5735 matches found

OSV
OSV
added 2024/11/05 6:15 p.m.10 views

UBUNTU-CVE-2024-50117

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Guard against bad data for ATIF ACPI method If a BIOS provides bad data in response to an ATIF method call this causes a NULL pointer dereference in the caller. ? showregs arch/x86/kernel/dumpstack.c:478 discriminator 1 ...

7.3CVSS6.2AI score0.00254EPSS
SaveExploits0References53
CVE
CVE
added 2024/11/05 5:10 p.m.154 views

CVE-2024-50132

CVE-2024-50132 – Linux kernel tracing/probes vulnerability . Affected component: tracing_eprobe code in the kernel/trace/trace_eprobe.c module. Root cause: nr_args was initialized before truncating arguments to MAX_TRACE_ARGS, causing invalid memory access when creating trace probes with more tha...

7.8CVSS4.9AI score0.00224EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.43 views

CVE-2024-50132 tracing/probes: Fix MAX_TRACE_ARGS limit handling

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Fix MAXTRACEARGS limit handling When creating a traceprobe we would set nrargs prior to truncating the arguments to MAXTRACEARGS. However, we would only initialize arguments up to the limit. This caused invalid...

7.8CVSS0.00224EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.47 views

CVE-2024-50117 drm/amd: Guard against bad data for ATIF ACPI method

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Guard against bad data for ATIF ACPI method If a BIOS provides bad data in response to an ATIF method call this causes a NULL pointer dereference in the caller. ? showregs arch/x86/kernel/dumpstack.c:478 discriminator 1 ...

7.3CVSS0.00254EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/05 5:10 p.m.190 views

CVE-2024-50117

CVE-2024-50117 is a Linux kernel issue affecting the DRM/AMD amdgpu ACPI ATIF path. The vulnerability arises when BIOS returns malformed data for the ATIF ACPI method, which can trigger a NULL pointer dereference in the caller. A guard was added in the AMdgpu ATIF handling (amdgpu_atif_query_back...

7.3CVSS5.1AI score0.00254EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.22 views

CVE-2024-50107 platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/pmc: Fix pmccoreiounmap to call iounmap for valid addresses Commit 50c6dbdfd16e "x86/ioremap: Improve iounmap address range checks" introduces a WARN when adrress ranges of iounmap are invalid. On Thinkpad P1 G...

0.00202EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/11/05 12:00 a.m.11 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.00254EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/10/30 12:39 a.m.14 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.00236EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/29 12:50 a.m.32 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:...

6.3AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/10/29 12:50 a.m.23 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.00232EPSS
SaveExploits0
Hewlett-Packard
Hewlett-Packard
added 2024/10/24 12:00 a.m.13 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.19 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.00618EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.25 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...

9.8CVSS0.00785EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 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.8CVSS7.2AI score0.00263EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.30 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...

9.8CVSS0.00618EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/10/21 8:05 p.m.37 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...

7.8CVSS0.00265EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.26 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...

7.8CVSS0.00254EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.15 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.00202EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 7:39 p.m.127 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.00202EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/10/21 7:39 p.m.230 views

CVE-2024-50033

CVE-2024-50033 is a Linux kernel issue in the SLIP driver (drivers/net/slip/slhc.c). The root cause was that slhc_remember() did not adequately validate malicious packets, only checking that the packet length was at least 20 bytes. This allowed malformed frames to slip through without ensuring th...

9.8CVSS7.8AI score0.00785EPSS
SaveExploits0References11Affected Software1
Rows per page
Query Builder