CVE-2019-15538
HighAn issue was discovered in xfs_setattr_nonsize in fs/xfs/xfs_iops.c in the Linux kernel through 5.2.9. XFS partially wedges when a chgrp fails on account of being out of disk quota. xfs_setattr_nonsize is failing to unlock the ILOCK after the xfs_qm_vop_chown_reserve call fails. This is primarily a local DoS attack vector, but it might result as well in remote DoS if the XFS filesystem is exported for instance via NFS.
CVSS 3.1 score
7.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-400CVE-2019-15538 is a Uncontrolled Resource Consumption vulnerability
What is Uncontrolled Resource Consumption?
The product does not properly control the amount of resources it consumes, leading to exhaustion. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2019-15538 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
-
-
-
-
Third Party Advisory
-
-
Ubuntu Securityhttps://usn.ubuntu.com/4144-1/Third Party Advisory
-
Ubuntu Securityhttps://usn.ubuntu.com/4147-1/Third Party Advisory
-
PatchKernel patch commithttps://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1fb254aa983bf190cfd685d40c64a480a9bafaee
-
PatchKernel patch commithttps://github.com/torvalds/linux/commit/1fb254aa983bf190cfd685d40c64a480a9bafaee
Frequently asked questions
-
What is CVE-2019-15538?
CVE-2019-15538 is a High severity Linux kernel vulnerability with a CVSS score of 7.5 out of 10 , classified as an Uncontrolled Resource Consumption flaw (CWE-400) . CVE-2019-15538 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2019-15538?
CVE-2019-15538 has a CVSS score of 7.5 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2019-15538?
No patch is currently available for CVE-2019-15538. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2019-15538 actively exploited?
No — CVE-2019-15538 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Uncontrolled Resource Consumption (CWE-400)?
The product does not properly control the amount of resources it consumes, leading to exhaustion. View CWE-400 on MITRE CWE →