Lucene search
+L

9690 matches found

OSV
OSV
added 2024/09/18 7:12 a.m.18 views

CVE-2024-46790 codetag: debug: mark codetags for poisoned page as empty

In the Linux kernel, the following vulnerability has been resolved: codetag: debug: mark codetags for poisoned page as empty When PGhwpoison pages are freed they are treated differently in freepagesprepare and instead of being released they are isolated. Page allocation tag counters are decrement...

4.9AI score
SaveExploits0References5
CVE
CVE
added 2024/09/18 7:12 a.m.97 views

CVE-2024-46790

CVE-2024-46790 concerns the Linux kernel: when freeing PG_hwpoison pages they are isolated rather than released, leading to a warning: “alloc_tag was not set.” The Astra Linux bulletin confirms the issue and states the fix is to “clear the page tag reference after the page got isolated and accoun...

5.5CVSS5.2AI score0.00179EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/09/18 7:12 a.m.92 views

CVE-2024-46789

CVE-2024-46789 (Linux kernel) details from connected documents show a concrete fix: in mm/slub, the tagging logic now checks s->flags in alloc_tagging_slab_free_hook to avoid calling alloc_tag_add when SLAB_NO_OBJ_EXT or SLAB_NOLEAKTRACE are set. This prevents the NULL ref (ref->ct) and the...

5.5CVSS5.1AI score0.00177EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.37 views

CVE-2024-46771 can: bcm: Remove proc entry when dev is unregistered.

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcmconnect below. 0 The repro calls connect to vxcan1, removes vxcan1, and calls connect with ifindex == 0. Calling connect for a BCM socket...

7.8CVSS0.00273EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/18 7:12 a.m.17 views

CVE-2024-46771 can: bcm: Remove proc entry when dev is unregistered.

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcmconnect below. 0 The repro calls connect to vxcan1, removes vxcan1, and calls connect with ifindex == 0. Calling connect for a BCM socket...

7.8CVSS6AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.22 views

CVE-2024-46771 can: bcm: Remove proc entry when dev is unregistered.

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcmconnect below. 0 The repro calls connect to vxcan1, removes vxcan1, and calls connect with ifindex == 0. Calling connect for a BCM socket...

6.5AI score0.00273EPSS
SaveExploits0References8
CVE
CVE
added 2024/09/18 7:12 a.m.202 views

CVE-2024-46771

CVE-2024-46771 : In the Linux kernel, the can:bcm module leaked a proc entry when a bound BCM socket was unregistered. The repro flow creates a BCM connect(), registers a proc entry, then unregisters the bound netdev and attempts a second connect(), which can allocate a new proc entry with the sa...

7.8CVSS5.9AI score0.00273EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.27 views

CVE-2024-46750 PCI: Add missing bridge lock to pci_bus_lock()

In the Linux kernel, the following vulnerability has been resolved: PCI: Add missing bridge lock to pcibuslock One of the true positives that the cfgaccesslock lockdep effort identified is this sequence: WARNING: CPU: 14 PID: 1 at drivers/pci/pci.c:4886 pcibridgesecondarybusreset+0x5d/0x70 RIP:...

7.8CVSS0.00224EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/18 6:32 a.m.19 views

CVE-2024-46725 drm/amdgpu: Fix out-of-bounds write warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix out-of-bounds write warning Check the ring type value to fix the out-of-bounds write warning...

7.8CVSS6.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.32 views

CVE-2024-46725 drm/amdgpu: Fix out-of-bounds write warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix out-of-bounds write warning Check the ring type value to fix the out-of-bounds write warning...

7.8CVSS0.00237EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/09/18 6:32 a.m.28 views

CVE-2024-46725

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix out-of-bounds write warning Check the ring type value to fix the out-of-bounds write warning...

7.8CVSS5.6AI score0.00237EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/09/18 6:32 a.m.24 views

CVE-2024-46723

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix ucode out-of-bounds read warning Clear warning that read ucode may out-of-bounds...

7.1CVSS5.6AI score0.00251EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.35 views

CVE-2024-46723 drm/amdgpu: fix ucode out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix ucode out-of-bounds read warning Clear warning that read ucode may out-of-bounds...

0.00251EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.23 views

CVE-2024-46722 drm/amdgpu: fix mc_data out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mcdata out-of-bounds read warning Clear warning that read mcdatai-1 may out-of-bounds...

6.8AI score0.00253EPSS
SaveExploits0References8
CVE
CVE
added 2024/09/18 6:32 a.m.188 views

CVE-2024-46722

CVE-2024-46722 is a Linux kernel vulnerability affecting the DRM AMDGPU driver where a read of mc_data[i-1] could go out of bounds. The connected Astra/DEBIAN/CBLMARINER advisories reference the same issue in the kernel and confirm a fix was applied in the AMDGPU/mc_data path to address the out-o...

7.1CVSS6.9AI score0.00253EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/09/18 6:32 a.m.25 views

CVE-2024-46722 drm/amdgpu: fix mc_data out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mcdata out-of-bounds read warning Clear warning that read mcdatai-1 may out-of-bounds...

6.1AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/09/18 6:32 a.m.19 views

CVE-2024-46722

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mcdata out-of-bounds read warning Clear warning that read mcdatai-1 may out-of-bounds...

7.1CVSS5.6AI score0.00253EPSS
SaveExploits0
Hacker One
Hacker One
added 2024/09/16 10:07 a.m.9 views

HackerOne: Issue with VDP Program's Transition to Private Status and Missing Warning Labels on ORG Invitation

Vulnerability description not provided...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/09/16 12:00 a.m.7 views

PT-2024-7437

Name of the Vulnerable Software and Affected Versions macOS versions prior to Sequoia 15 Description A security issue exists in macOS related to deficiencies in access control. Exploitation of this issue may allow an attacker to bypass privacy settings. Microsoft discovered this flaw, dubbed "HM...

5.5CVSS7.1AI score0.0735EPSS
SaveExploits1References61
Tenable Nessus
Tenable Nessus
added 2024/09/12 12:00 a.m.191 views

EulerOS 2.0 SP9 : kernel (EulerOS-SA-2024-2394)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : kernel:ACPI: CPPC: Use accesswidth over bitwidth for system memory accessesCVE-2024-35995 ACPI: LPIT: Avoid u32 multiplication...

10CVSS7.5AI score0.02701EPSS
SaveExploits3References207
Rows per page
Query Builder