Lucene search
+L

66807 matches found

OSV
OSV
added 2026/05/27 2:17 p.m.24 views

UBUNTU-CVE-2026-46050

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix deadlock with check operation and nowait requests When an array check is running it will raise the barrier at which point normal requests will become blocked and increment the nrpending value to signal there is wor...

5.5CVSS5.7AI score0.00095EPSS
SaveExploits0References35
NVD
NVD
added 2026/05/27 2:16 p.m.27 views

CVE-2026-45859

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: do shared-unconfirmed check before segmentation Ulrich reports a regression with nfqueue: If an application did not set the 'FGSO' capability flag and a gso packet with an unconfirmed nfconn entry is...

7.5CVSS0.00612EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 2:16 p.m.20 views

CVE-2025-71306

In the Linux kernel, the following vulnerability has been resolved: ima: Fix stack-out-of-bounds in isbprmcredsforexec KASAN reported a stack-out-of-bounds access in imaappraisemeasurement from isbprmcredsforexec: BUG: KASAN: stack-out-of-bounds in imaappraisemeasurement+0x12dc/0x16a0 Read of siz...

7.1CVSS0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/27 2:16 p.m.18 views

UBUNTU-CVE-2025-71306

In the Linux kernel, the following vulnerability has been resolved: ima: Fix stack-out-of-bounds in isbprmcredsforexec KASAN reported a stack-out-of-bounds access in imaappraisemeasurement from isbprmcredsforexec: BUG: KASAN: stack-out-of-bounds in imaappraisemeasurement+0x12dc/0x16a0 Read of siz...

7.1CVSS5.7AI score0.0015EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/27 2:16 p.m.14 views

UBUNTU-CVE-2026-45864

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent infinite loops caused by the next valid being the same When processing valid within the range valid : pos, if valid cannot be retrieved correctly, for example, if the retrieved valid value is always the same, th...

7.1CVSS5.7AI score0.0016EPSS
SaveExploits0References27
AlpineLinux
AlpineLinux
added 2026/05/27 2:13 p.m.22 views

CVE-2026-48926

Jenkins Job Import Plugin 143.v044a2e819b27 and earlier does not perform a permission check in an HTTP endpoint, allowing attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins...

4.3CVSS5.8AI score0.00171EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/05/27 2:13 p.m.55 views

CVE-2026-48923

Jenkins AppSpider Plugin 1.0.17 and earlier does not perform a permission check in a method implementing form validation, allowing attackers with Overall/Read permission to connect to an attacker-specified URL...

0.0018EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/05/27 12:58 p.m.18 views

EUVD-2026-32477

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in checkxattrs to prevent out-of-bounds access The bounds check for the next xattr entry in checkxattrs uses void next = end, which allows next to point within sizeofu32 bytes of end. On the next loop...

5.8AI score0.00125EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.59 views

CVE-2026-46094 ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in checkxattrs to prevent out-of-bounds access The bounds check for the next xattr entry in checkxattrs uses void next = end, which allows next to point within sizeofu32 bytes of end. On the next loop...

0.00125EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/27 12:58 p.m.55 views

CVE-2026-46094

CVE-2026-46094 affects the Linux kernel ext4 code. The vulnerability arises from a bounds check in check_xattrs() for the next xattr entry, where the code compared (void*)next >= end. This could allow next to point within sizeof(u32) bytes of end, and on the subsequent loop iteration IS_LAST_E...

7.1CVSS5.8AI score0.00125EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/05/27 12:58 p.m.9 views

CVE-2026-46094 ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in checkxattrs to prevent out-of-bounds access The bounds check for the next xattr entry in checkxattrs uses void next = end, which allows next to point within sizeofu32 bytes of end. On the next loop...

6.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:58 p.m.19 views

CVE-2026-46094

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in checkxattrs to prevent out-of-bounds access The bounds check for the next xattr entry in checkxattrs uses void next = end, which allows next to point within sizeofu32 bytes of end. On the next loop...

7.1CVSS5.7AI score0.00125EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.22 views

CVE-2026-46094

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in checkxattrs to prevent out-of-bounds access The bounds check for the next xattr entry in checkxattrs uses void next = end, which allows next to point within sizeofu32 bytes of end. On the next loop...

5.7AI score0.00125EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.13 views

CVE-2026-46088

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Validate buflen before strnlen in sndctleleminitenumnames sndctleleminitenumnames advances pointer p through the names buffer while decrementing buflen. If buflen reaches zero but items remain, the next iteration...

5.8AI score0.00123EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.58 views

CVE-2026-46082 KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Inject UD for INVLPGA if EFER.SVME=0 INVLPGA should cause a UD when EFER.SVME is not set. Add a check to properly inject UD when EFER.SVME=0. sean: tag for stable@...

0.00123EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.54 views

CVE-2026-46078 erofs: fix the out-of-bounds nameoff handling for trailing dirents

In the Linux kernel, the following vulnerability has been resolved: erofs: fix the out-of-bounds nameoff handling for trailing dirents Currently we already have boundary-checks for nameoffs, but the trailing dirents are special since the namelens are calculated with strnlen with unchecked nameoff...

7.1CVSS0.00131EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/05/27 12:57 p.m.16 views

SUSE CVE-2026-45839

In the Linux kernel, the following vulnerability has been resolved: bpf: reject negative CO-RE accessor indices in bpfcoreparsespec CO-RE accessor strings are colon-separated indices that describe a path from a root BTF type to a target field, e.g. "0:1:2" walks through nested struct members...

5.5CVSS5.8AI score0.00133EPSS
SaveExploits0References17
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:57 p.m.21 views

CVE-2026-46062

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix integer overflow in rununpack volume boundary check The volume boundary check lcn + len sbi-used.bitmap.nbits uses raw addition which can wrap around for large lcn and len values, bypassing the validation. Use...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/05/27 12:57 p.m.54 views

CVE-2026-46050

CVE-2026-46050 : In the Linux kernel, the md/raid10 deadlock arises when an array check runs concurrently with NOWAIT IO. The check path raises a barrier and increments nr_pending, while NOWAIT requests return immediately and do not increment nr_pending, leading to a mismatch. Upstream changes (r...

5.5CVSS5.8AI score0.00095EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/05/27 12:57 p.m.11 views

CVE-2026-46050 md/raid10: fix deadlock with check operation and nowait requests

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix deadlock with check operation and nowait requests When an array check is running it will raise the barrier at which point normal requests will become blocked and increment the nrpending value to signal there is wor...

5.8AI score
SaveExploits0References10
Rows per page
Query Builder