Lucene search
+L

475 matches found

EUVD
EUVD
added 2026/08/27 6:31 a.m.3 views

EUVD-2026-66445

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchange-range reflink flag clearing issue with INO1WRITTEN When exchanging two full-file ranges, xmicanexchangereflinkflags can move the reflink inode flag from the file that currently has it to the other file, as long ...

7.1CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 6:31 a.m.3 views

EUVD-2026-66453

In the Linux kernel, the following vulnerability has been resolved: xfs: propagate errors from xfsrtginodeload xfsrtginodeensure treats every xfsrtginodeload error other than -ENOENT as success. This can leave the realtime group inode unset after an I/O, allocation, or corruption error. Growfs th...

7.1CVSS5.5AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/27 3:42 a.m.5 views

CVE-2026-64600-Refluxfs-PoC

RefluXFS CVE-2026-64600 PoC Este repositorio contiene un PoC de la recientemente descubierta vulnerabilidad de condición de carrera que afecta a COW en XFS, reportada por el excelente equipo de seguridad de Qualys. 1 2 Información del PoC Escrito a mano basado en el excelente análisis del aviso d...

7.8CVSS5.6AI score0.00467EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/08/26 11:57 p.m.4 views

CVE-2025-6018-CVE-2025-6019-Privilege-Escalation-Exploit

CVE-2025-6018 + CVE-2025-6019 Guida all'Escalation dei Privilegi 📋 Passaggi Rapidi per lo Sfruttamento Passo 1: Preparare l'immagine XFS Macchina locale root@kitploit: Create 300MB XFS image dd if=/dev/zero of=xfs.image bs=1M count=300 mkfs.xfs -f xfs.image Mount and install SUID bash mkdir mnt...

7.8CVSS7.7AI score0.01018EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/08/26 11:53 p.m.3 views

CVE-2025-6019

CVE-2025-6019 Prova de Conceito PoC Este repositório contém um script de Prova de Conceito PoC para CVE-2025-6019 , uma vulnerabilidade de Escalação Local de Privilégios LPE em libblockdev e udisks. O script cria uma imagem do sistema de ficheiros XFS com um binário SUID bash e explora a...

7CVSS7.7AI score0.00461EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/08/26 9:03 p.m.5 views

CVE-2025-6019_Exploit

CVE-2025-6019Exploit Étape 1 : Sur un appareil Linux, exécutez 1.sh pour construire xfs.image. Étape 2 : Transférez xfs.image sur l'appareil victime et exécutez 2.sh. Le résultat ci-dessous indique la réussite. root@kitploit: neko@aosc-neko205 tmp $ bash 2.sh 当前用户: neko uid=1000neko gid=1001neko...

7CVSS7.7AI score0.00461EPSS
SaveExploits18
RedhatCVE
RedhatCVE
added 2026/08/26 5:43 p.m.3 views

CVE-2026-80529

A flaw was found in the Linux kernel's XFS filesystem. During dquot recovery, the xlogrecoverdquotcommitpass2 function fails to correctly propagate verification errors. This allows a corrupt quota buffer to be written back to disk, potentially leading to data corruption within the XFS filesystem...

5.5CVSS5.6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 5:34 p.m.4 views

CVE-2026-80530

A flaw was found in the Linux kernel's XFS filesystem. When performing file range exchanges with the XFSEXCHMAPSINO1WRITTEN flag set, the reflink flag can be prematurely cleared from an inode that still manages shared written data. This can lead to data corruption between files that share data...

7CVSS5.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 5:26 p.m.4 views

CVE-2026-80533

A flaw was found in the Linux kernel's XFS filesystem. This vulnerability occurs during the Allocation Group Information AGI repair process, specifically in the xrepiunlinkwalkondiskbucket function. If the buffer verifier fails, a null pointer dereference can occur when attempting to rebuild...

5.5CVSS5.6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 5:26 p.m.6 views

CVE-2026-80532

A flaw was found in the XFS filesystem's online file system check fsck utility within the Linux kernel. The xrepiunlinkresolvebucket function, responsible for reconstructing unlinked inode lists, is vulnerable to an infinite loop. This can occur due to malformed nextunlinked pointers, potentially...

5.5CVSS5.3AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 5:13 p.m.6 views

CVE-2026-80534

A flaw was found in the XFS filesystem component of the Linux kernel. The xfsdqgetnextid function fails to release an inode lock ilock if an error occurs during extent reading. This ilock leak can leave the quota inode permanently locked, preventing further quota operations and leading to a denia...

4.7CVSS5.2AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 5:00 p.m.4 views

CVE-2026-80536

A flaw was found in the Linux kernel's XFS filesystem. A local attacker, by mounting a specially crafted XFS image, could trigger an out-of-bounds write during log recovery. This vulnerability allows for kernel heap corruption, which could lead to a denial of service or potentially arbitrary code...

7CVSS5.7AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 5:00 p.m.3 views

CVE-2026-80537

A flaw was found in the Linux kernel's XFS filesystem. An off-by-one error in the rtrefcount btree root level validation allows a local attacker to craft a malicious XFS image. When this image is mounted, it can lead to a slab-out-of-bounds write, causing a kernel panic and a denial of service Do...

7CVSS5.3AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 4:46 p.m.2 views

CVE-2026-80538

A flaw was found in the XFS filesystem within the Linux kernel. The xfsrtginodeensure function incorrectly handles errors returned by xfsrtginodeload, treating I/O, allocation, or corruption errors as successful operations. This oversight can result in the realtime group inode remaining unset,...

5.5CVSS5.4AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/26 4:46 p.m.3 views

CVE-2026-80531

A flaw was found in the xfs filesystem component of the Linux kernel. This vulnerability is a Use-After-Free UAF issue, which means that the system attempts to use memory after it has been freed, potentially leading to unpredictable behavior. This specific UAF occurs during the creation of...

5.5CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2026/08/26 3:17 p.m.3 views

CVE-2026-80538

In the Linux kernel, the following vulnerability has been resolved: xfs: propagate errors from xfsrtginodeload xfsrtginodeensure treats every xfsrtginodeload error other than -ENOENT as success. This can leave the realtime group inode unset after an I/O, allocation, or corruption error. Growfs th...

7.1CVSS
SaveExploits0References3
NVD
NVD
added 2026/08/26 3:17 p.m.4 views

CVE-2026-80530

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchange-range reflink flag clearing issue with INO1WRITTEN When exchanging two full-file ranges, xmicanexchangereflinkflags can move the reflink inode flag from the file that currently has it to the other file, as long ...

7.1CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 2:37 p.m.12 views

CVE-2026-80535

CVE-2026-80535 affects the Linux kernel XFS file system. The dirtree scrubber can detect a directory that refers to itself; in that case, the directory tree repair code incorrectly attempts to iolock/ilock both sc->ip and dp, which are the same inode, resulting in a double-lock . The fix detec...

5.4AI score
SaveExploits0References4
CVE
CVE
added 2026/08/26 2:37 p.m.10 views

CVE-2026-80534

CVE-2026-80534 is a lock-leak bug in the XFS filesystem of the Linux kernel. The function xfs_dq_get_next_id() acquires the quota inode ILock before calling xfs_iread_extents() ; if that call fails, the function returns early without releasing the lock, leaving the quota inode permanently locked....

5.3AI score
SaveExploits0References7
CVE
CVE
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80531

CVE-2026-80531 is a Use-After-Free (UAF) in the XFS filesystem component of the Linux kernel, specifically in xrep_tempfile_create on the sc->tempip pointer. The UAF occurs when temporary file creation code fails after sc->tempip has been assigned, leading to a use of freed memory. Red Hat ...

7.8CVSS5.3AI score
SaveExploits0References4
Rows per page
Query Builder