Lucene search
+L

1009 matches found

NVD
NVD
added 2024/10/21 6:15 p.m.10 views

CVE-2024-49890

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fwinfo is not null before using it This resolves the dereference null return value warning reported by Coverity...

5.5CVSS0.0025EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/21 6:15 p.m.1 views

DEBIAN-CVE-2024-49890

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fwinfo is not null before using it This resolves the dereference null return value warning reported by Coverity...

5.5CVSS5.7AI score0.0025EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/21 6:01 p.m.138 views

CVE-2024-49890

CVE-2024-49890 : Linux kernel fix for a NULL dereference in drm/amd/pm by ensuring fw_info is not NULL before use. The issue manifested as a null dereference warning reported by Coverity; the patch prevents dereferencing a NULL fw_info and thus mitigates the vulnerability as described in the entr...

5.5CVSS6.9AI score0.0025EPSS
SaveExploits0References11Affected Software1
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.3 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 Linux kernel that stems from a concurrency issue in the tpmpmsuspend function in the char component...

4.7CVSS6.7AI score0.00236EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:00 a.m.26 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-43909)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-43909 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer...

5.5CVSS6.1AI score0.00214EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/10/10 12:00 a.m.55 views

SUSE SLES12: cluster-md-kmp-rt / dlm-kmp-rt / gfs2-kmp-rt / kernel-devel-rt / etc (SUSE-SU-2024:3566-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3566-1 advisory. The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS6.9AI score0.00926EPSS
SaveExploits3References273
SUSE Linux
SUSE Linux
added 2024/10/09 9:43 a.m.5 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-46854: net: dpaa: Pad packets to ETHZLEN bsc1231084. CVE-2024-46770: ice: Add netifdeviceattach/detach into PF reset flow bsc1230763. CVE-2024-41073: nvme:...

8.7CVSS8.4AI score0.00926EPSS
SaveExploits3References376
Tenable Nessus
Tenable Nessus
added 2024/10/09 12:00 a.m.182 views

EulerOS 2.0 SP12 : kernel (EulerOS-SA-2024-2544)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : bpf, skmsg: Fix NULL pointer dereference in skpsockskbingressenqueueCVE-2024-36938 bpf, sockmap: Prevent lock inversion deadlock in map delete...

10CVSS7AI score0.02701EPSS
SaveExploits3References228
RedhatCVE
RedhatCVE
added 2024/09/27 3:46 p.m.27 views

CVE-2024-46821

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clkidex as an index into an array pptable-DpmDescriptor. V2: fix clkindex return check Tim Huang...

7.8CVSS7AI score0.0026EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/27 3:15 p.m.23 views

CVE-2024-46846

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 "spi: rockchip: Suspend and resume the bus during NOIRQSYSTEMSLEEPPM ops" stopped respecting runtime PM status and simply disabled clocks...

5.5CVSS6.9AI score0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/27 1:15 p.m.23 views

CVE-2024-46846

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 "spi: rockchip: Suspend and resume the bus during NOIRQSYSTEMSLEEPPM ops" stopped respecting runtime PM status and simply disabled clocks...

5.5CVSS0.00219EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/27 1:15 p.m.15 views

AZL-49977 CVE-2024-46821 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clkidex as an index into an array pptable-DpmDescriptor. V2: fix clkindex return check Tim Huang...

7.8CVSS6.5AI score0.0026EPSS
SaveExploits0References1
CVE
CVE
added 2024/09/27 12:42 p.m.181 views

CVE-2024-46858

CVE-2024-46858 in the Linux kernel fixes a local UAF race in mptcp_pm_del_add_timer. Two paths can access mptcp_pm_del_add_timer concurrently (CPU1 in PM code path vs CPU2 in netlink/ip stack path), leading to use-after-free when a timer entry is freed after leaving the critical region. The patch...

8.1CVSS7AI score0.00591EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/27 12:42 p.m.20 views

CVE-2024-46858 mptcp: pm: Fix uaf in __timer_delete_sync

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in timerdeletesync There are two paths to access mptcppmdeladdtimer, result in a race condition: CPU1 CPU2 ==== ==== netrxaction napipoll netlinksendmsg napipoll netlinkunicast processbacklog netlinkunicastkern...

6.8AI score0.00591EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.35 views

CVE-2024-46846 spi: rockchip: Resolve unbalanced runtime PM / system PM handling

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 "spi: rockchip: Suspend and resume the bus during NOIRQSYSTEMSLEEPPM ops" stopped respecting runtime PM status and simply disabled clocks...

0.00219EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/27 12:39 p.m.17 views

CVE-2024-46846 spi: rockchip: Resolve unbalanced runtime PM / system PM handling

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 "spi: rockchip: Suspend and resume the bus during NOIRQSYSTEMSLEEPPM ops" stopped respecting runtime PM status and simply disabled clocks...

6AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.21 views

CVE-2024-46846 spi: rockchip: Resolve unbalanced runtime PM / system PM handling

In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 "spi: rockchip: Suspend and resume the bus during NOIRQSYSTEMSLEEPPM ops" stopped respecting runtime PM status and simply disabled clocks...

6.9AI score0.00219EPSS
SaveExploits0References4
CVE
CVE
added 2024/09/27 12:36 p.m.166 views

CVE-2024-46821

CVE-2024-46821 (Linux kernel, drm/amd/pm) affects the Linux kernel’s AMD power management code where a negative clk_index/clk_idex was used as an index into pptable->DpmDescriptor, leading to a negative array index read. The issue is resolved by a fix that prevents using negative values as an ...

7.8CVSS7.3AI score0.0026EPSS
SaveExploits0References8Affected Software2
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.5 views

SUSE CVE-2024-46731

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References17
NVD
NVD
added 2024/09/18 7:15 a.m.24 views

CVE-2024-46731

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

7.1CVSS0.00239EPSS
SaveExploits0References8
Rows per page
Query Builder