Lucene search
K

22861 matches found

CVE
CVE
added 2026/05/27 2:13 p.m.10 views

CVE-2026-48920

CVE-2026-48920 affects Jenkins’ Email Extension Plugin (versions up to 1933.v45cec755423f and earlier). The vulnerability arises when inlining images as base64 via the data-inline attribute, with no restrictions on inlined image URLs, enabling an attacker-controlled email to specify file: URLs an...

8.8CVSS5.9AI score0.00444EPSS
Exploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/27 2:13 p.m.4 views

CVE-2026-48920

Jenkins Email Extension Plugin 1933.v45cec755423f and earlier allows inlining images as base64 in email content by setting the data-inline attribute, without restrictions on the image URLs that can be inlined, allowing attackers able to control the email content to specify file: URLs for images t...

5.9AI score0.00444EPSS
Exploits0References1
CVE
CVE
added 2026/05/27 12:58 p.m.9 views

CVE-2026-46080

The CVE-2026-46080 entry documents a Linux kernel OCFS2 issue where JBD2 credit exhaustion during direct I/O writes could trigger warnings. The fix addresses this by: (1) splitting and batching extent operations in ocfs2_dio_end_io_write to prevent exceeding journal credits, (2) relocating ocfs2_...

5.7AI score0.00032EPSS
Exploits0References8
EUVD
EUVD
added 2026/05/27 12:57 p.m.3 views

EUVD-2026-32443

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix deadlock in jbd2journalcancelrevoke Commit f76d4c28a46a "fs/jbd2: use sleeping version of findgetblock" changed jbd2journalcancelrevoke to use findgetblocknonatomic which holds the folio lock instead of iprivatelock. Th...

5.7AI score0.00023EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:57 p.m.4 views

CVE-2026-46054

In the Linux kernel, the following vulnerability has been resolved: selinux: fix overlayfs mmap and mprotect access checks The existing SELinux security model for overlayfs is to allow access if the current task is able to access the top level file the "user" file and the mounter's credentials ar...

7.1CVSS5.8AI score0.00014EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/05/27 12:57 p.m.8 views

CVE-2026-46054

CVE-2026-46054 affects the Linux kernel SELinux overlayfs access checks for mmap() and mprotect(). The issue arises from insufficient enforcement of backing-file access between the user file and backing file, potentially bypassing policies. A patch introduces security_mmap_backing_file() to enfor...

7.1CVSS5.8AI score0.00014EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/05/27 12:57 p.m.30 views

CVE-2026-46054 selinux: fix overlayfs mmap() and mprotect() access checks

In the Linux kernel, the following vulnerability has been resolved: selinux: fix overlayfs mmap and mprotect access checks The existing SELinux security model for overlayfs is to allow access if the current task is able to access the top level file the "user" file and the mounter's credentials ar...

7.1CVSS0.00014EPSS
Exploits0References2
EUVD
EUVD
added 2026/05/27 12:57 p.m.3 views

EUVD-2026-32436

In the Linux kernel, the following vulnerability has been resolved: selinux: fix overlayfs mmap and mprotect access checks The existing SELinux security model for overlayfs is to allow access if the current task is able to access the top level file the "user" file and the mounter's credentials ar...

5.8AI score0.00014EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.32 views

CVE-2026-46009 PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown epfntbepcdestroy duplicates the teardown that the caller is supposed to do later. This leads to an oops when .allowlink fails or when .droplink is performed. Remove t...

0.00032EPSS
Exploits0References7
CVE
CVE
added 2026/05/27 12:55 p.m.8 views

CVE-2026-46002

The CVE affects the Linux kernel ext2 filesystem handling of inodes with i_nlink == 0 and a non-zero i_mode with zero i_dtime. A crafted image could present such an inode to the VFS, triggering WARN_ON in drop_nlink() via ext2_unlink(), ext2_rename(), and ext2_rmdir(). The fix extends the existin...

5.8AI score0.00032EPSS
Exploits0References8
EUVD
EUVD
added 2026/05/27 12:55 p.m.5 views

EUVD-2026-32298

In the Linux kernel, the following vulnerability has been resolved: ext2: reject inodes with zero inlink and valid mode in ext2iget ext2iget already rejects inodes with inlink == 0 when imode is zero or idtime is set, treating them as deleted. However, the case of inlink == 0 with a non-zero mode...

5.8AI score0.00032EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/27 12:55 p.m.6 views

EUVD-2026-32295

In the Linux kernel, the following vulnerability has been resolved: erofs: fix unsigned underflow in zerofslz4handleoverlap Some crafted images can have illegal !partialdecoding && mllen out access reads past the decompressedpages array. However, such crafted cases can correctly result in a...

5.7AI score0.00013EPSS
Exploits0References5
CVE
CVE
added 2026/05/27 12:18 p.m.7 views

CVE-2026-45983

The CVE-2026-45983 entry describes a Linux kernel nfsd issue where during v4 request compound arg decoding, idmap upcalls can be delayed, causing cache_check() to defer and drop requests. This prevents nfs4svc_encode_compoundres from running and leaves NFSD4_SLOT_INUSE set, causing subsequent SEQ...

5.7AI score0.00032EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:17 p.m.11 views

CVE-2026-45942

Summary of CVE-2026-45942 : A race condition in the Linux kernel ext4 bitmap handling enables inconsistent bitmap reporting due to concurrent page migration and bitmap modification in the load_buddy path. The root cause is that the fast load_buddy path only increments the folio refcount and can o...

7.8CVSS5.7AI score0.00013EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2026/05/27 12:17 p.m.3 views

CVE-2026-45942

In the Linux kernel, the following vulnerability has been resolved: ext4: fix e4b bitmap inconsistency reports A bitmap inconsistency issue was observed during stress tests under mixed huge-page workloads. Ext4 reported multiple e4b bitmap check failures like: ext4mbcomplexscangroup:2508: group...

7.8CVSS5.7AI score0.00013EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/27 12:17 p.m.3 views

CVE-2026-45920

In the Linux kernel, the following vulnerability has been resolved: ext4: fix dirtyclusters double decrement on fs shutdown fstests test generic/388 occasionally reproduces a warning in ext4putsuper associated with the dirty clusters count: WARNING: CPU: 7 PID: 76064 at fs/ext4/super.c:1324...

5.4AI score0.00032EPSS
Exploits0
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.25 views

CVE-2026-45920 ext4: fix dirtyclusters double decrement on fs shutdown

In the Linux kernel, the following vulnerability has been resolved: ext4: fix dirtyclusters double decrement on fs shutdown fstests test generic/388 occasionally reproduces a warning in ext4putsuper associated with the dirty clusters count: WARNING: CPU: 7 PID: 76064 at fs/ext4/super.c:1324...

0.00032EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:17 p.m.9 views

CVE-2026-45915

In CVE-2026-45915, the Linux kernel FAT filesystem code fixes a parent-link underflow in rmdir. A corrupted FAT image could leave a directory inode with an incorrect i_nlink, causing rmdir to call drop_nlink(dir) and drive i_nlink to 0, triggering a WARN_ON. The patch adds a sanity check in vfat_...

5.8AI score0.00032EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.31 views

CVE-2026-45915 fat: avoid parent link count underflow in rmdir

In the Linux kernel, the following vulnerability has been resolved: fat: avoid parent link count underflow in rmdir Corrupted FAT images can leave a directory inode with an incorrect inlink e.g. 2 even though subdirectories exist. rmdir then unconditionally calls dropnlinkdir and can drive inlink...

0.00032EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:17 p.m.4 views

CVE-2026-45915

In the Linux kernel, the following vulnerability has been resolved: fat: avoid parent link count underflow in rmdir Corrupted FAT images can leave a directory inode with an incorrect inlink e.g. 2 even though subdirectories exist. rmdir then unconditionally calls dropnlinkdir and can drive inlink...

5.7AI score0.00032EPSS
Exploits0
Rows per page
Query Builder