Lucene search
K

6393 matches found

RedhatCVE
RedhatCVE
added 2026/04/24 6:17 p.m.3 views

CVE-2026-31575

A flaw was found in the Linux kernel. A mismatch in the calculation of page indexes for huge pages within the mm/userfaultfd component can lead to race conditions between threads. These race conditions can corrupt the reservation map, potentially causing a system crash and resulting in a Denial o...

5.5CVSS5.7AI score0.00015EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/24 5:40 p.m.4 views

CVE-2026-42040

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the encode function in lib/helpers/AxiosURLSearchParams.js contains a character mapping charMap at line 21 that reverses the safe percent-encoding of null bytes. After encodeURIComponent'\x00' correctly...

3.7CVSS5.3AI score0.00083EPSS
Exploits1References2Affected Software1
NVD
NVD
added 2026/04/24 3:16 p.m.1 views

CVE-2026-31658

In the Linux kernel, the following vulnerability has been resolved: net: altera-tse: fix skb leak on DMA mapping error in tsestartxmit When dmamapsingle fails in tsestartxmit, the function returns NETDEVTXOK without freeing the skb. Since NETDEVTXOK tells the stack the packet was consumed, the sk...

5.5CVSS0.00015EPSS
Exploits0References8
NVD
NVD
added 2026/04/24 3:16 p.m.1 views

CVE-2026-31599

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtvchannelpmtmatchsections syzbot reported a general protection fault in vidtvpsidescassign 1. vidtvpsipmtstreaminit can return NULL on memory allocation failure, but...

5.5CVSS0.00014EPSS
Exploits0References9
OSV
OSV
added 2026/04/24 3:16 p.m.0 views

DEBIAN-CVE-2026-31597

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix use-after-free in ocfs2fault when VMFAULTRETRY filemapfault may drop the mmaplock before returning VMFAULTRETRY, as documented in mm/filemap.c: "If our return value has VMFAULTRETRY set, it's because the mmaplock may b...

7.8CVSS5.3AI score0.00015EPSS
Exploits0References1
OSV
OSV
added 2026/04/24 3:16 p.m.1 views

DEBIAN-CVE-2026-31577

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL iassocinode dereference in nilfsmdtsavetoshadowmap The DAT inode's btree node cache iassocinode is initialized lazily during btree operations. However, nilfsmdtsavetoshadowmap assumes iassocinode is already...

5.5CVSS5.3AI score0.00014EPSS
Exploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.2 views

CVE-2026-31577

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL iassocinode dereference in nilfsmdtsavetoshadowmap The DAT inode's btree node cache iassocinode is initialized lazily during btree operations. However, nilfsmdtsavetoshadowmap assumes iassocinode is already...

5.5CVSS0.00014EPSS
Exploits0References9
OSV
OSV
added 2026/04/24 3:16 p.m.1 views

DEBIAN-CVE-2026-31569

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Handle the case that EIOINTC's coremap is empty EIOINTC's coremap in eiointcupdateswcoremap can be empty, currently we get a cpuid with -1 in this case, but we actually need 0 because it's similar as the case that...

7.3CVSS5.3AI score0.00015EPSS
Exploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.2 views

CVE-2026-31569

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Handle the case that EIOINTC's coremap is empty EIOINTC's coremap in eiointcupdateswcoremap can be empty, currently we get a cpuid with -1 in this case, but we actually need 0 because it's similar as the case that...

7.3CVSS0.00015EPSS
Exploits0References3
OSV
OSV
added 2026/04/24 3:16 p.m.1 views

DEBIAN-CVE-2026-31558

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Make kvmgetvcpubycpuid more robust kvmgetvcpubycpuid takes a cpuid parameter whose type is int, so cpuid can be negative. Let kvmgetvcpubycpuid return NULL for this case so as to make it more robust. This fix an...

8.8CVSS5.3AI score0.00015EPSS
Exploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.1 views

CVE-2026-31558

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Make kvmgetvcpubycpuid more robust kvmgetvcpubycpuid takes a cpuid parameter whose type is int, so cpuid can be negative. Let kvmgetvcpubycpuid return NULL for this case so as to make it more robust. This fix an...

8.8CVSS0.00015EPSS
Exploits0References4
EUVD
EUVD
added 2026/04/24 2:45 p.m.4 views

EUVD-2026-25551

In the Linux kernel, the following vulnerability has been resolved: net: altera-tse: fix skb leak on DMA mapping error in tsestartxmit When dmamapsingle fails in tsestartxmit, the function returns NETDEVTXOK without freeing the skb. Since NETDEVTXOK tells the stack the packet was consumed, the sk...

5.3AI score0.00015EPSS
Exploits0References8
EUVD
EUVD
added 2026/04/24 2:45 p.m.2 views

EUVD-2026-25547

In the Linux kernel, the following vulnerability has been resolved: mm/vma: fix memory leak in mmapregion commit 605f6586ecf7 "mm/vma: do not leak memory when .mmapprepare swaps the file" handled the success path by skipping getfile via filedoesntneedget, but missed the error path. When /dev/zero...

5.4AI score0.00017EPSS
Exploits0References2
CVE
CVE
added 2026/04/24 2:45 p.m.6 views

CVE-2026-31654

CVE-2026-31654 affects the Linux kernel mm/vma path for mmap-backed shared mappings (notably /dev/zero). The root cause was a memory leak: when __mmap_new_vma() fails after shmem_zero_setup_desc() allocates a replacement shmem file, that new file isn’t released in the error path, leaving an unref...

5.5CVSS5.4AI score0.00017EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/24 2:45 p.m.32 views

CVE-2026-31648 mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()

In the Linux kernel, the following vulnerability has been resolved: mm: filemap: fix nrpages calculation overflow in filemapmappages When running stress-ng on my Arm64 machine with v7.0-rc3 kernel, I encountered some very strange crash issues showing up as "Bad page state": " 734.496287 BUG: Bad...

7.8CVSS0.00015EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:45 p.m.1 views

CVE-2026-31648

In the Linux kernel, the following vulnerability has been resolved: mm: filemap: fix nrpages calculation overflow in filemapmappages When running stress-ng on my Arm64 machine with v7.0-rc3 kernel, I encountered some very strange crash issues showing up as "Bad page state": " 734.496287 BUG: Bad...

7.8CVSS5.4AI score0.00015EPSS
Exploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:42 p.m.2 views

CVE-2026-31599

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtvchannelpmtmatchsections syzbot reported a general protection fault in vidtvpsidescassign 1. vidtvpsipmtstreaminit can return NULL on memory allocation failure, but...

5.2AI score0.00014EPSS
Exploits0References7Affected Software1
CVE
CVE
added 2026/04/24 2:42 p.m.8 views

CVE-2026-31599

CVE-2026-31599 concerns a flaw in the Linux kernel vidtv driver where vidtv_pmt_stream_init can return NULL and the caller (vidtv_channel_pmt_match_sections) does not check for this, leading to a NULL pointer dereference in vidtv_psi_desc_assign and a general protection fault. The fixes add a NUL...

5.5CVSS5.4AI score0.00014EPSS
Exploits0References9Affected Software1
EUVD
EUVD
added 2026/04/24 2:42 p.m.0 views

EUVD-2026-25470

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL iassocinode dereference in nilfsmdtsavetoshadowmap The DAT inode's btree node cache iassocinode is initialized lazily during btree operations. However, nilfsmdtsavetoshadowmap assumes iassocinode is already...

5.4AI score0.00014EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/04/24 2:42 p.m.27 views

CVE-2026-31577 nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_map

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL iassocinode dereference in nilfsmdtsavetoshadowmap The DAT inode's btree node cache iassocinode is initialized lazily during btree operations. However, nilfsmdtsavetoshadowmap assumes iassocinode is already...

0.00014EPSS
Exploits0References9
Rows per page
Query Builder