Lucene search
+L

1560 matches found

Cvelist
Cvelist
•added 2026/08/26 9:39 p.m.•39 views

CVE-2026-16809 LimeSurvey Community Edition 7.0.5 - Stored XSS in quota message rendering

LimeSurvey Community Edition 7.0.5 contains a stored cross-site scripting vulnerability in the survey quota creation workflow. An authenticated low-privileged user who can create and manage their own survey can store malicious JavaScript in a quota message. This issue affects LimeSurvey: 7.0.5...

7.2CVSS0.00243EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/26 9:39 p.m.•11 views

CVE-2026-16809 LimeSurvey Community Edition 7.0.5 - Stored XSS in quota message rendering

LimeSurvey Community Edition 7.0.5 contains a stored cross-site scripting vulnerability in the survey quota creation workflow. An authenticated low-privileged user who can create and manage their own survey can store malicious JavaScript in a quota message. This issue affects LimeSurvey: 7.0.5...

7.2CVSS5.1AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/08/26 5:43 p.m.•12 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 score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/08/26 5:13 p.m.•14 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 score0.00177EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/26 3:17 p.m.•11 views

CVE-2026-80534

In the Linux kernel, the following vulnerability has been resolved: xfs: fix ilock leak on error in xfsdqgetnextid xfsdqgetnextid takes the quota inode ILOCK before calling xfsireadextents. If xfsireadextents fails, the function returns immediately without releasing the lock, leaking the quota...

0.00177EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/26 3:17 p.m.•36 views

AZL-97683 CVE-2026-80534 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: xfs: fix ilock leak on error in xfsdqgetnextid xfsdqgetnextid takes the quota inode ILOCK before calling xfsireadextents. If xfsireadextents fails, the function returns immediately without releasing the lock, leaking the quota...

5.7AI score0.00177EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/26 3:17 p.m.•12 views

CVE-2026-80529

In the Linux kernel, the following vulnerability has been resolved: xfs: don't swallow dquot recovery verification errors xlogrecoverdquotcommitpass2 validates the recovered dquot with xfsdqblkverify and, on failure, sets error = -EFSCORRUPTED and jumps to outrelease. But outrelease unconditional...

0.00215EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/26 3:17 p.m.•11 views

AZL-97811 CVE-2026-80529 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: xfs: don't swallow dquot recovery verification errors xlogrecoverdquotcommitpass2 validates the recovered dquot with xfsdqblkverify and, on failure, sets error = -EFSCORRUPTED and jumps to outrelease. But outrelease unconditional...

6AI score0.00215EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/08/26 3:17 p.m.•12 views

CVE-2026-80529

In the Linux kernel, the following vulnerability has been resolved: xfs: don't swallow dquot recovery verification errors xlogrecoverdquotcommitpass2 validates the recovered dquot with xfsdqblkverify and, on failure, sets error = -EFSCORRUPTED and jumps to outrelease. But outrelease unconditional...

5.9AI score0.00215EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/26 3:17 p.m.•11 views

UBUNTU-CVE-2026-80534

In the Linux kernel, the following vulnerability has been resolved: xfs: fix ilock leak on error in xfsdqgetnextid xfsdqgetnextid takes the quota inode ILOCK before calling xfsireadextents. If xfsireadextents fails, the function returns immediately without releasing the lock, leaking the quota...

5.8AI score0.00177EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/26 3:17 p.m.•14 views

CVE-2026-80534

In the Linux kernel, the following vulnerability has been resolved: xfs: fix ilock leak on error in xfsdqgetnextid xfsdqgetnextid takes the quota inode ILOCK before calling xfsireadextents. If xfsireadextents fails, the function returns immediately without releasing the lock, leaking the quota...

5.5AI score0.00177EPSS
SaveExploits0References9
OSV
OSV
•added 2026/08/26 3:17 p.m.•11 views

UBUNTU-CVE-2026-80529

In the Linux kernel, the following vulnerability has been resolved: xfs: don't swallow dquot recovery verification errors xlogrecoverdquotcommitpass2 validates the recovered dquot with xfsdqblkverify and, on failure, sets error = -EFSCORRUPTED and jumps to outrelease. But outrelease unconditional...

5.9AI score0.00215EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/26 2:37 p.m.•53 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 score0.00177EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/26 2:37 p.m.•10 views

CVE-2026-80534 xfs: fix ilock leak on error in xfs_dq_get_next_id

In the Linux kernel, the following vulnerability has been resolved: xfs: fix ilock leak on error in xfsdqgetnextid xfsdqgetnextid takes the quota inode ILOCK before calling xfsireadextents. If xfsireadextents fails, the function returns immediately without releasing the lock, leaking the quota...

5.6AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/08/26 2:37 p.m.•45 views

CVE-2026-80534 xfs: fix ilock leak on error in xfs_dq_get_next_id

In the Linux kernel, the following vulnerability has been resolved: xfs: fix ilock leak on error in xfsdqgetnextid xfsdqgetnextid takes the quota inode ILOCK before calling xfsireadextents. If xfsireadextents fails, the function returns immediately without releasing the lock, leaking the quota...

0.00177EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/26 2:37 p.m.•35 views

CVE-2026-80529

CVE-2026-80529 affects the Linux kernel's XFS filesystem . In xlog_recover_dquot_commit_pass2() , a recovered dquot is validated via xfs_dqblk_verify() ; on failure the function sets error = -EFSCORRUPTED and jumps to out_release , which unconditionally returns 0. This discards the corruption err...

5.7AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/26 2:37 p.m.•38 views

CVE-2026-80529 xfs: don't swallow dquot recovery verification errors

In the Linux kernel, the following vulnerability has been resolved: xfs: don't swallow dquot recovery verification errors xlogrecoverdquotcommitpass2 validates the recovered dquot with xfsdqblkverify and, on failure, sets error = -EFSCORRUPTED and jumps to outrelease. But outrelease unconditional...

0.00215EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/08/26 12:00 a.m.•12 views

PT-2026-82313

Wings is the server control plane for the Pterodactyl game-server management panel. In versions up to and including 1.13.2, the SFTP write path does not enforce a server's disk quota during a transfer, allowing a tenant with SFTP write access to a single server to exhaust the host node's physical...

7.7CVSS5.1AI score0.00436EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/26 12:00 a.m.•17 views

Linux Distros Unpatched Vulnerability : CVE-2026-80534

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfs: fix ilock leak on error in xfsdqgetnextid xfsdqgetnextid takes the quota inode ILOCK before calling xfsireadextents. If xfsireadextents fails, the function...

5.5AI score0.00177EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/26 12:00 a.m.•1 views

CVE-2026-16809: Improper Neutralization of Input During Web Page Generation

LimeSurvey Community Edition 7.0.5 contains a stored cross-site scripting vulnerability in the survey quota creation workflow. An authenticated low-privileged user who can create and manage their own survey can store malicious JavaScript in a quota message. This issue affects LimeSurvey: 7.0.5...

7.2CVSS5.7AI score0.00243EPSS
SaveExploits0References2
Rows per page
Query Builder