CVE & CISA-KEV Catalog

CVE-2024-53079

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: mm/thp: fix deferred split unqueue naming and locking Recent changes are putting more pressure on THP deferred split queues: under load revealing long-standing races, causing list_del corruptions, "Bad page state"s and worse (I keep BUGs in both of those, so usually don't get to see how badly they end up without). The relevant recent changes being 6.8's mTHP, 6.10's mTHP swapout, and 6.12's mTHP swapin, improved swap allocation, and underused THP splitting. Before fixing locking: rename misleading folio_undo_large_rmappable(), which does not undo large_rmappable, to folio_unqueue_deferred_split(), which is what it does. But that and its out-of-line __callee are mm internals of very limited usability: add comment and WARN_ON_ONCEs to check usage; and return a bool to say if a deferred split was unqueued, which can then be used in WARN_ON_ONCEs around safety checks (sparing callers the arcane conditionals in __folio_unqueue_deferred_split()). Just omit the folio_unqueue_deferred_split() from free_unref_folios(), all of whose callers now call it beforehand (and if any forget then bad_page() will tell) - except for its caller put_pages_list(), which itself no longer has any callers (and will be deleted separately). Swapout: mem_cgroup_swapout() has been resetting folio->memcg_data 0 without checking and unqueueing a THP folio from deferred split list; which is unfortunate, since the split_queue_lock depends on the memcg (when memcg is enabled); so swapout has been unqueueing such THPs later, when freeing the folio, using the pgdat's lock instead: potentially corrupting the memcg's list. __remove_mapping() has frozen refcount to 0 here, so no problem with calling folio_unqueue_deferred_split() before resetting memcg_data. That goes back to 5.4 commit 87eaceb3faa5 ("mm: thp: make deferred split shrinker memcg aware"): which included a check on swapcache before adding to deferred queue, but no check on deferred queue before adding THP to swapcache. That worked fine with the usual sequence of events in reclaim (though there were a couple of rare ways in which a THP on deferred queue could have been swapped out), but 6.12 commit dafff3f4c850 ("mm: split underused THPs") avoids splitting underused THPs in reclaim, which makes swapcache THPs on deferred queue commonplace. Keep the check on swapcache before adding to deferred queue? Yes: it is no longer essential, but preserves the existing behaviour, and is likely to be a worthwhile optimization (vmstat showed much more traffic on the queue under swapping load if the check was removed); update its comment. Memcg-v1 move (deprecated): mem_cgroup_move_account() has been changing folio->memcg_data without checking and unqueueing a THP folio from the deferred list, sometimes corrupting "from" memcg's list, like swapout. Refcount is non-zero here, so folio_unqueue_deferred_split() can only be used in a WARN_ON_ONCE to validate the fix, which must be done earlier: mem_cgroup_move_charge_pte_range() first try to split the THP (splitting of course unqueues), or skip it if that fails. Not ideal, but moving charge has been requested, and khugepaged should repair the THP later: nobody wants new custom unqueueing code just for this deprecated case. The 87eaceb3faa5 commit did have the code to move from one deferred list to another (but was not conscious of its unsafety while refcount non-0); but that was removed by 5.6 commit fac0516b5534 ("mm: thp: don't need care deferred split queue in memcg charge move path"), which argued that the existence of a PMD mapping guarantees that the THP cannot be on a deferred list. As above, false in rare cases, and now commonly false. Backport to 6.11 should be straightforward. Earlier backports must take care that other _deferred_list fixes and dependencies are included. There is not a strong case for backports, but they can fix cornercases.

How to fix

Remediation Available
linuxDebian
Fixed in:6.11.9-1CVE-2024-53079
Fixed in:6.11.9-1CVE-2024-53079
linuxUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-awsUbuntu
Fixed in:6.8.0-1027.29USN-7449-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
linux-azureUbuntu
Fixed in:6.8.0-1027.32USN-7449-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
linux-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-gcpUbuntu
Fixed in:6.8.0-1028.30USN-7450-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
linux-gkeUbuntu
Fixed in:6.8.0-1023.27USN-7450-1
linux-gkeopUbuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-ibmUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-6.11.0-1015-oemUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-6.8.0-1010-gkeopUbuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-image-6.8.0-1014-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-6.8.0-1023-gkeUbuntu
Fixed in:6.8.0-1023.27USN-7450-1
linux-image-6.8.0-1024-ibmUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-6.8.0-1024-oracleUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-6.8.0-1024-oracle-64kUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-6.8.0-1026-nvidiaUbuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-6.8.0-1026-nvidia-64kUbuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-6.8.0-1026-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-6.8.0-1026-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-6.8.0-1026-oemUbuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-image-6.8.0-1027-awsUbuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
Fixed in:6.8.0-1027.29USN-7449-1
linux-image-6.8.0-1027-azureUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-6.8.0-1027-azure-fdeUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-6.8.0-1028-gcpUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-6.8.0-1028-gcp-64kUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-6.8.0-1028-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-image-6.8.0-2023-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-image-6.8.0-58-genericUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
Fixed in:6.8.0-58.60+1USN-7449-1
linux-image-6.8.0-58-generic-64kUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
Fixed in:6.8.0-58.60+1USN-7449-1
linux-image-6.8.0-58-lowlatencyUbuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-6.8.0-58-lowlatency-64kUbuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-6.8.1-1020-realtimeUbuntu
Fixed in:6.8.1-1020.21USN-7453-1
linux-image-awsUbuntu
Fixed in:6.8.0-1027.29~22.04.1USN-7451-1
Fixed in:6.8.0-1027.29USN-7449-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1027.29USN-7449-1
linux-image-azureUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1027.32~22.04.1USN-7449-1
linux-image-azure-fde-lts-24.04Ubuntu
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1027.32USN-7449-1
linux-image-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1028.30~22.04.1USN-7452-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1028.30USN-7450-1
linux-image-genericUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1023.27USN-7450-1
linux-image-gkeopUbuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1010.12USN-7450-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1024.24USN-7449-1
linux-image-kvmUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-58.60.1USN-7449-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1026.29USN-7449-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-image-oem-24.04bUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1024.25USN-7449-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-image-realtimeUbuntu
Fixed in:6.8.1-1020.21USN-7453-1
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.8.1-1020.21USN-7453-1
linux-image-virtualUbuntu
Fixed in:6.8.0-58.60USN-7449-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-58.60~22.04.1USN-7449-2
linux-lowlatencyUbuntu
Fixed in:6.8.0-58.60.1USN-7449-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-58.60.1~22.04.1USN-7449-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1026.29USN-7449-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1026.29~22.04.1USN-7449-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1026.29.1USN-7449-1
linux-oem-6.11Ubuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1026.26USN-7449-1
linux-oracleUbuntu
Fixed in:6.8.0-1024.25USN-7449-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1024.25~22.04.1USN-7449-1
linux-raspiUbuntu
Fixed in:6.8.0-1028.32USN-7524-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2023.24USN-7523-1
linux-realtimeUbuntu
Fixed in:6.8.1-1020.21USN-7453-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.17%probability of exploitation in 30 days
7thpercentile

Low risk: more likely to be exploited than 7% of all known CVEs.

References

Related Vulnerabilities

Other CWE-667 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-10072High7.573%-Fix
CVE-2002-1850High7.517%-Fix
CVE-2009-2699High7.514%-Fix
CVE-2004-0174High7.512%--
CVE-2009-4272High7.511%--
CVE-2020-24606High8.65.2%-Fix
Embed a live status badge for CVE-2024-53079
CVE-2024-53079 severity badge

Markdown

[![CVE-2024-53079](https://tridentstack.com/cve/badge/CVE-2024-53079.svg)](https://tridentstack.com/cve/CVE-2024-53079)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-53079"><img src="https://tridentstack.com/cve/badge/CVE-2024-53079.svg" alt="CVE-2024-53079"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-10-01.