Lucene search
+L

266 matches found

Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.12 views

PT-2026-37498

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the XFS file system where incorrect freemap adjustments occur when adding extended attributes xattrs to leaf blocks. Specifically, when adding multiple xattrs, the...

8.8CVSS5.8AI score0.00469EPSS
SaveExploits0
CVE
CVE
added 2026/05/05 3:23 p.m.29 views

CVE-2026-43063

CVE-2026-43063 pertains to the Linux kernel XFS attribute recovery path. The vulnerability arises when xlog_recovery_iget* fails to yield a valid pointer and an ensuing irele operates on a dangling pointer, potentially enabling a local attacker to crash the system and cause a DoS. The Red Hat adv...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/05/05 3:23 p.m.2 views

CVE-2026-43063 xfs: don't irele after failing to iget in xfs_attri_recover_work

In the Linux kernel, the following vulnerability has been resolved: xfs: don't irele after failing to iget in xfsattrirecoverwork xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that...

7.8CVSS6.5AI score0.00126EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.83 views

CVE-2026-43053

In the Linux kernel, the following vulnerability has been resolved: xfs: close crash window in attr dabtree inactivation When inactivating an inode with node-format extended attributes, xfsattr3nodeinactive invalidates all child leaf/node blocks via xfstransbinval, but intentionally does not remo...

4.7CVSS5.7AI score0.00074EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/04/23 8:4 a.m.7 views

xfs: stop reclaim before pushing AIL during unmount

...

7.8CVSS5.2AI score0.00126EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.9 views

SUSE CVE-2026-31453

In the Linux kernel, the following vulnerability has been resolved: xfs: avoid dereferencing log items after push callbacks After xfsaildpushitem calls ioppush, the log item may have been freed if the AIL lock was dropped during the push. Background inode reclaim or the dquot shrinker can free th...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.6 views

SUSE CVE-2026-31454

In the Linux kernel, the following vulnerability has been resolved: xfs: save ailp before dropping the AIL lock in push callbacks In xfsinodeitempush and xfsqmdquotlogitempush, the AIL lock is dropped to perform buffer IO. Once the cluster buffer no longer protects the log item from reclaim, the...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.8 views

SUSE CVE-2026-31455

In the Linux kernel, the following vulnerability has been resolved: xfs: stop reclaim before pushing AIL during unmount The unmount sequence in xfsunmountflushinodes pushed the AIL while background reclaim and inodegc are still running. This is broken independently of any use-after-free issues -...

5.5CVSS5.6AI score0.00126EPSS
SaveExploits0References16
EUVD
EUVD
added 2026/04/22 3:31 p.m.7 views

EUVD-2026-24793

In the Linux kernel, the following vulnerability has been resolved: xfs: save ailp before dropping the AIL lock in push callbacks In xfsinodeitempush and xfsqmdquotlogitempush, the AIL lock is dropped to perform buffer IO. Once the cluster buffer no longer protects the log item from reclaim, the...

5.7AI score0.00126EPSS
SaveExploits0References9
NVD
NVD
added 2026/04/22 2:16 p.m.7 views

CVE-2026-31454

In the Linux kernel, the following vulnerability has been resolved: xfs: save ailp before dropping the AIL lock in push callbacks In xfsinodeitempush and xfsqmdquotlogitempush, the AIL lock is dropped to perform buffer IO. Once the cluster buffer no longer protects the log item from reclaim, the...

7.8CVSS0.00126EPSS
SaveExploits0References8
Ubuntu
Ubuntu
added 2026/04/17 8:33 a.m.10 views

USN-8177-1: Linux kernel vulnerabilities

Josh Eads, Kristoffer Janke, Eduardo Vela Nava, Tavis Ormandy, and Matteo Rizzo discovered that some AMD Zen processors did not properly verify the signature of CPU microcode. This flaw is known as EntrySign. A privileged attacker could possibly use this issue to cause load malicious CPU microcod...

7.8CVSS5.8AI score0.00191EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/07 12:0 a.m.29 views

Amazon Linux 2023 : bpftool6.12, kernel6.12, kernel6.12-devel (ALAS2023-2026-1543)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1543 advisory. In the Linux kernel, the following vulnerability has been resolved: fs/xattr: missing fdput in fremovexattr error path CVE-2024-14027 In the Linux kernel, the following vulnerability has been...

9.8CVSS6.3AI score0.00788EPSS
SaveExploits2References318
SUSE CVE
SUSE CVE
added 2026/03/19 12:27 a.m.7 views

SUSE 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.6AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/03/19 12:27 a.m.5 views

SUSE 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.5AI score0.00122EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/18 6:31 p.m.5 views

EUVD-2026-12858

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
SaveExploits0References4
NVD
NVD
added 2026/03/18 6:16 p.m.5 views

CVE-2026-23249

In the Linux kernel, the following vulnerability has been resolved: xfs: check for deleted cursors when revalidating two btrees The free space and inode btree repair functions will rebuild both btrees at the same time, after which it needs to evaluate both btrees to confirm that the corruptions a...

5.5CVSS0.00141EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/18 6:16 p.m.6 views

CVE-2026-23250

In the Linux kernel, the following vulnerability has been resolved: xfs: check return value of xchkscrubcreatesubord Fix this function to return NULL instead of a mangled ENOMEM, then fix the callers to actually check for a null pointer and return ENOMEM. Most of the corrections here are for code...

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

UBUNTU-CVE-2026-23249

In the Linux kernel, the following vulnerability has been resolved: xfs: check for deleted cursors when revalidating two btrees The free space and inode btree repair functions will rebuild both btrees at the same time, after which it needs to evaluate both btrees to confirm that the corruptions a...

5.5CVSS5.7AI score0.00141EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2026/03/18 5:1 p.m.27 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...

0.00122EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:1 p.m.9 views

CVE-2026-23250

In the Linux kernel, the following vulnerability has been resolved: xfs: check return value of xchkscrubcreatesubord Fix this function to return NULL instead of a mangled ENOMEM, then fix the callers to actually check for a null pointer and return ENOMEM. Most of the corrections here are for code...

5.8AI score0.00122EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder