Lucene search
+L

24697 matches found

NVD
NVD
added 2026/03/18 6:16 p.m.10 views

CVE-2026-23251

In the Linux kernel, the following vulnerability has been resolved: xfs: only call xfarray,blobdestroy if we have a valid pointer Only call the xfarray and xfblob destructor if we have a valid pointer, and be sure to null out that pointer afterwards. Note that this patch fixes a large number of...

5.5CVSS0.00122EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/03/18 6:16 p.m.12 views

CVE-2026-23265

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node footer in read,writeendio ----------- cut here ------------ kernel BUG at fs/f2fs/data.c:358! Call Trace: blkupdaterequest+0x5eb/0xe70 block/blk-mq.c:987 blkmqendrequest+0x3e/0x70...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:54 p.m.5 views

CVE-2026-23268

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix unprivileged local user can do privileged policy management An unprivileged local user can load, replace, and remove profiles by opening the apparmorfs interfaces, via a confused deputy attack, by passing the opened...

7.8CVSS5.7AI score0.00139EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2026/03/18 5:54 p.m.13 views

CVE-2026-23268 apparmor: fix unprivileged local user can do privileged policy management

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix unprivileged local user can do privileged policy management An unprivileged local user can load, replace, and remove profiles by opening the apparmorfs interfaces, via a confused deputy attack, by passing the opened...

7.8CVSS5.8AI score
SaveExploits0References12
CVE
CVE
added 2026/03/18 5:54 p.m.227 views

CVE-2026-23268

CVE-2026-23268 is a Linux kernel AppArmor issue where an unprivileged local user can load, replace, and remove AppArmor profiles by abusing apparmorfs and passing a file descriptor to a privileged process. This enables a confused deputy attack, potentially letting the unprivileged user execute a ...

7.8CVSS5.7AI score0.00139EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/03/18 5:46 p.m.35 views

CVE-2026-23267 f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix ISCHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes During SPO tests, when mounting F2FS, an -EINVAL error was returned from f2fsrecoverinodepage. The issue occurred under th...

0.00114EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:46 p.m.5 views

CVE-2026-23267

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix ISCHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and checkpoint writes During SPO tests, when mounting F2FS, an -EINVAL error was returned from f2fsrecoverinodepage. The issue occurred under th...

5.6AI score0.00114EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:44 p.m.5 views

CVE-2026-23265

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node footer in read,writeendio ----------- cut here ------------ kernel BUG at fs/f2fs/data.c:358! Call Trace: blkupdaterequest+0x5eb/0xe70 block/blk-mq.c:987 blkmqendrequest+0x3e/0x70...

5.7AI score0.00112EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:40 p.m.8 views

CVE-2025-71268

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix reservation leak in some error paths when inserting inline extent If we fail to allocate a path or join a transaction, we return from cowfilerangeinline without freeing the reserved qgroup data, resulting in a leak. Fi...

5.7AI score0.0022EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/18 5:01 p.m.8 views

CVE-2026-23252 xfs: get rid of the xchk_xfile_*_descr calls

In the Linux kernel, the following vulnerability has been resolved: xfs: get rid of the xchkxfiledescr calls The xchkxfiledescr macros call kasprintf, which can fail to allocate memory if the formatted string is larger than 16 bytes or whatever the nofail guarantees are nowadays. Some of them cou...

5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/03/18 5:01 p.m.22 views

CVE-2026-23252

The CVE-2026-23252 issue affects the Linux kernel XFS code. The root cause is the xchk_xfile_*_descr macros calling kasprintf, which could fail to allocate memory when formatting strings larger than the non‑no-fail limit. The patch removes this path by passing static strings instead, eliminating ...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:01 p.m.5 views

CVE-2026-23252

In the Linux kernel, the following vulnerability has been resolved: xfs: get rid of the xchkxfiledescr calls The xchkxfiledescr macros call kasprintf, which can fail to allocate memory if the formatted string is larger than 16 bytes or whatever the nofail guarantees are nowadays. Some of them cou...

5.6AI score0.00122EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/03/18 5:01 p.m.29 views

CVE-2026-23251 xfs: only call xf{array,blob}_destroy if we have a valid pointer

In the Linux kernel, the following vulnerability has been resolved: xfs: only call xfarray,blobdestroy if we have a valid pointer Only call the xfarray and xfblob destructor if we have a valid pointer, and be sure to null out that pointer afterwards. Note that this patch fixes a large number of...

0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/18 5:01 p.m.10 views

CVE-2026-23251 xfs: only call xf{array,blob}_destroy if we have a valid pointer

In the Linux kernel, the following vulnerability has been resolved: xfs: only call xfarray,blobdestroy if we have a valid pointer Only call the xfarray and xfblob destructor if we have a valid pointer, and be sure to null out that pointer afterwards. Note that this patch fixes a large number of...

5.7AI score
SaveExploits0References7
OSV
OSV
added 2026/03/18 11:16 a.m.22 views

UBUNTU-CVE-2025-71265

In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: fix infinite loop in attrloadrunsrange on inconsistent metadata We found an infinite loop bug in the ntfs3 file system that can lead to a Denial-of-Service DoS condition. A malformed NTFS image can cause an infinite lo...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References34
OSV
OSV
added 2026/03/18 11:15 a.m.29 views

CLSA-2026-1773832495 Fix of 114 CVEs

CVE-2023-53515 - virtio-mmio: don't break lifecycle of vmdev CVE-2023-53515 CVE-2025-39967 - fbcon: fix integer overflow in fbcondosetfont CVE-2025-39967 - fbcon: Fix OOB access in font allocation CVE-2025-39967 CVE-2025-38702 - fbdev: fix potential buffer overflow in doregisterframebuffer...

9.8CVSS7.1AI score0.0065EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/18 10:05 a.m.11 views

CVE-2025-71266 fs: ntfs3: check return value of indx_find to avoid infinite loop

In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: check return value of indxfind to avoid infinite loop We found an infinite loop bug in the ntfs3 file system that can lead to a Denial-of-Service DoS condition. A malformed dentry in the ntfs3 filesystem can cause the...

5.7AI score
SaveExploits0References12
CVE
CVE
added 2026/03/18 10:05 a.m.47 views

CVE-2025-71265

CVE-2025-71265 affects the Linux kernel ntfs3 attribute run parsing. A malformed NTFS image could trigger an infinite loop in attr_load_runs_range when an empty run list is claimed but data is expected, due to the code path leaving runs_tree uninitialized (runs NULL) after a successful return fro...

5.5CVSS5.6AI score0.00121EPSS
SaveExploits0References9Affected Software1
Veracode
Veracode
added 2026/03/18 7:27 a.m.12 views

Arbitrary File Read

github.com/kedacore/keda is vulnerable to Arbitrary File Read. The vulnerability is due to insufficient path validation when loading the Service Account Token from spec.hashiCorpVault.credential.serviceAccount, which allows an attacker with permission to create or modify a TriggerAuthentication...

8.2CVSS7.4AI score0.00561EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/03/18 1:34 a.m.8 views

CVE-2026-27545 OpenClaw < 2026.2.26 - Approval Bypass via Parent Symlink Current Working Directory Rebind

OpenClaw versions prior to 2026.2.26 contain an approval bypass vulnerability in system.run execution that allows attackers to execute commands from unintended filesystem locations by rebinding writable parent symlinks in the current working directory after approval. An attacker can modify mutabl...

6.9CVSS6.7AI score
SaveExploits0References9
Rows per page
Query Builder