Lucene search
+L

11003 matches found

Debian CVE
Debian CVE
added 2024/07/12 12:25 p.m.35 views

CVE-2024-40924

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm-boundlist. Then it tries to rewrite the PTEs via a stale CPU...

7.8CVSS5.6AI score0.00296EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:24 p.m.25 views

CVE-2024-40914 mm/huge_memory: don't unpoison huge_zero_folio

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: don't unpoison hugezerofolio When I did memory failure tests recently, below panic occurs: kernel BUG at include/linux/mm.h:1135! invalid opcode: 0000 1 PREEMPT SMP NOPTI CPU: 9 PID: 137 Comm: kswapd1 Not tainted...

5.8AI score
SaveExploits0References9
CVE
CVE
added 2024/07/12 12:24 p.m.148 views

CVE-2024-40914

The CVE-2024-40914 entry concerns a Linux kernel memory management issue in mm/huge_memory. The root cause is that HWPoison could be set for huge_zero_folio without increasing the folio refcount, causing unpoison_memory() to decrement the folio’s refcount as if it were hwpoisoned, triggering VM_B...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:24 p.m.40 views

CVE-2024-40914 mm/huge_memory: don't unpoison huge_zero_folio

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: don't unpoison hugezerofolio When I did memory failure tests recently, below panic occurs: kernel BUG at include/linux/mm.h:1135! invalid opcode: 0000 1 PREEMPT SMP NOPTI CPU: 9 PID: 137 Comm: kswapd1 Not tainted...

0.00277EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.35 views

CVE-2024-40907 ionic: fix kernel panic in XDP_TX action

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionictxclean frees that page. But RX ring buffer isn't reset to...

9.8CVSS0.00614EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.17 views

CVE-2024-40907 ionic: fix kernel panic in XDP_TX action

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionictxclean frees that page. But RX ring buffer isn't reset to...

6.9AI score0.00614EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/12 12:20 p.m.163 views

CVE-2024-40907

The CVE-2024-40907 issue is in the Linux kernel ionic driver XDP/TX path. A kernel panic occurs because ionic_rx_service frees the RX page after TX but does not reset the RX ring entry to NULL, causing a freed page to be reused. This is tied to the ionic_run_xdp() flow in ionic_txrx.c, leading to...

9.8CVSS5.5AI score0.00614EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.29 views

CVE-2024-40907

In the Linux kernel, the following vulnerability has been resolved: ionic: fix kernel panic in XDPTX action In the XDPTX path, ionic driver sends a packet to the TX path with rx page and corresponding dma address. After tx is done, ionictxclean frees that page. But RX ring buffer isn't reset to...

9.8CVSS6AI score0.00614EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.24 views

CVE-2024-39500 sock_map: avoid race between sock_map_close and sk_psock_put

In the Linux kernel, the following vulnerability has been resolved: sockmap: avoid race between sockmapclose and skpsockput skpsockget will return NULL if the refcount of psock has gone to 0, which will happen when the last call of skpsockput is done. However, skpsockdrop may not have finished ye...

6.7AI score0.00221EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/12 12:20 p.m.26 views

CVE-2024-39497 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.39 views

CVE-2024-39497 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

0.00277EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.17 views

CVE-2024-39497 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

6.7AI score0.00277EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.23 views

CVE-2024-39497

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

5.5CVSS5.6AI score0.00277EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:20 p.m.194 views

CVE-2024-39497

CVE-2024-39497: In the Linux kernel, drm/shmem-helper fix for a BUG_ON() triggered by mmap(PROT_WRITE, MAP_PRIVATE) in drm_gem_shmem_mmap. The issue arose from a missing check for copy-on-write (COW) mappings, which could lead to a kernel panic at vmf_insert_pfn_prot when a VMA has VM_PFNMAP and ...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/07/12 11:07 a.m.9 views

OESA-2024-1839 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Fix DSP oops stack dump output contents Fix @buf arg given to hexdumptobuffer and stack address used in dump error output.CVE-2021-47381 In the Linux...

9.8CVSS5.8AI score0.00861EPSS
SaveExploits0References40
OSV
OSV
added 2024/07/12 11:07 a.m.5 views

OESA-2024-1837 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ARM: 9170/1: fix panic when kasan and kprobe are enabled arm32 uses software to simulate the instruction replaced by kprobe. some instructions may be simulated b...

7CVSS6.4AI score0.00861EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/12 11:07 a.m.6 views

OESA-2024-1838 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ARM: 9170/1: fix panic when kasan and kprobe are enabled arm32 uses software to simulate the instruction replaced by kprobe. some instructions may be simulated b...

7CVSS5.8AI score0.00861EPSS
SaveExploits0References36
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.6 views

Linux kernel security vulnerabilities

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 the fact that the DPT object of the drm/i915/dpt component may shrink in some scenarios, but the actual...

5.5CVSS6.5AI score0.00296EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/07/10 11:07 a.m.28 views

CVE-2024-39488

In the Linux kernel, the following vulnerability has been resolved: arm64: asm-bug: Add .align 2 to the end of BUGENTRY When CONFIGDEBUGBUGVERBOSE=n, we fail to add necessary padding bytes to bugtable entries, and as a result the last entry in a bug table will be ignored, potentially leading to a...

5.5CVSS6.7AI score0.00237EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/10 8:15 a.m.29 views

CVE-2024-39488

In the Linux kernel, the following vulnerability has been resolved: arm64: asm-bug: Add .align 2 to the end of BUGENTRY When CONFIGDEBUGBUGVERBOSE=n, we fail to add necessary padding bytes to bugtable entries, and as a result the last entry in a bug table will be ignored, potentially leading to a...

5.5CVSS0.00237EPSS
SaveExploits0References8
Rows per page
Query Builder