CVE-2021-47254

Local privilege escalation via glock LRU race

Published May 21, 2024 · Updated Aug 5, 2026

Use-after-free in the Linux GFS2 glock LRU shrinker allows local users to corrupt kernel memory through filesystem activity. gfs2_dispose_glock_lru clears GLF_LRU before list deletion, and a rescheduling window lets the put path free a glock that remains on the LRU list. Exploitation requires access to a mounted GFS2 volume and concurrent memory pressure; successful corruption grants kernel privileges or crashes the host.

CVSS severity7.8
High
EPSS probability0.24%
Next 30 days · Sep 16, 2026
Known exploitationUnconfirmed
Based on sourced intelligence
Hinoki checkNot available
Coverage for this vulnerability

See if you're affected

Explore vulnerability checks for your environment with Hinoki.

Book a demo

Summary

What happened

Use-after-free in the Linux GFS2 glock LRU shrinker allows local users to corrupt kernel memory through filesystem activity. gfs2_dispose_glock_lru clears GLF_LRU before list deletion, and a rescheduling window lets the put path free a glock that remains on the LRU list. Exploitation requires access to a mounted GFS2 volume and concurrent memory pressure; successful corruption grants kernel privileges or crashes the host.

The record

CVE
CVE-2021-47254
Published
May 21, 2024
Updated
Aug 5, 2026
Vendor
The Linux Kernel Organization
Product
Linux
Classifications
T1068
Attack vector
local
Privileges
authenticated

Timeline

How it unfolded

  1. May 21, 2024CVE publishedPublication date reported by the CVE source.
  2. Aug 5, 2026Record updatedLatest update available in the CVE record.

Exploitability

Present is not the same as exploitable

Compare your product and version with the public record. A matching version still requires validation against your environment.

Is a vulnerable build present?

Compare these published version ranges with your installed build and any vendor patches.

  1. Affected versionversion=1e7a416fb765c9072479dc424780c0937ba99270
  2. Affected versionversion=4.14.123 <4.14.238
  3. Affected versionversion=4.19.47 <4.19.196
  4. Affected versionversion=4.4.181 <4.4.274
  5. Affected versionversion=4.9.180 <4.9.274
  6. Affected versionversion=5.0.20 <5.1
  7. Affected versionversion=5.1.6 <5.2
  8. Affected versionversion=5.2
  9. Affected versionversion=6948c6bc17d666663a84c124b3176039e64a58f4 <38ce329534500bf4ae71f81df6a37a406cf187b4
  10. Affected versionversion=762bb3528249604bc680a9df635e8995740176de <0364742decb0f02bc183404868b82896f7992595
  11. Affected versionversion=7881ef3f33bb80f459ea6020d1e021fc524a6348 <1ab19c5de4c537ec0d9b21020395a5b5a6c059b2
  12. Affected versionversion=7881ef3f33bb80f459ea6020d1e021fc524a6348 <86fd5b27db743a0ce0cc245e3a34813b2aa6ec1d
  13. Affected versionversion=7881ef3f33bb80f459ea6020d1e021fc524a6348 <a61156314b66456ab6a291ed5deba1ebd002ab3c
  14. Affected versionversion=7881ef3f33bb80f459ea6020d1e021fc524a6348 <e87ef30fe73e7e10d2c85bdcc778dcec24dca553
  15. Affected versionversion=b568ed385a18c0ddbe41862b69088b636550a04f <92869945cc5b78ee8a1ef90336fe070893e3458a
  16. Affected versionversion=bac8520892812dada1ac93f27d96317470d24b1f <094bf5670e762afa243d2c41a5c4ab71c7447bf4
  17. Affected versionversion=dcbdbe13796ffa561510d2686a6318564e728bbd

What conditions does exploitation require?

Attack vectorlocal
Required privilegesauthenticated

What is affected?

The Linux Kernel Organization · Linuxversion=1e7a416fb765c9072479dc424780c0937ba99270; version=4.14.123 <4.14.238; version=4.19.47 <4.19.196; version=4.4.181 <4.4.274; version=4.9.180 <4.9.274; version=5.0.20 <5.1; version=5.1.6 <5.2; version=5.2; version=6948c6bc17d666663a84c124b3176039e64a58f4 <38ce329534500bf4ae71f81df6a37a406cf187b4; version=762bb3528249604bc680a9df635e8995740176de <0364742decb0f02bc183404868b82896f7992595; version=7881ef3f33bb80f459ea6020d1e021fc524a6348 <1ab19c5de4c537ec0d9b21020395a5b5a6c059b2; version=7881ef3f33bb80f459ea6020d1e021fc524a6348 <86fd5b27db743a0ce0cc245e3a34813b2aa6ec1d; version=7881ef3f33bb80f459ea6020d1e021fc524a6348 <a61156314b66456ab6a291ed5deba1ebd002ab3c; version=7881ef3f33bb80f459ea6020d1e021fc524a6348 <e87ef30fe73e7e10d2c85bdcc778dcec24dca553; version=b568ed385a18c0ddbe41862b69088b636550a04f <92869945cc5b78ee8a1ef90336fe070893e3458a; version=bac8520892812dada1ac93f27d96317470d24b1f <094bf5670e762afa243d2c41a5c4ab71c7447bf4; version=dcbdbe13796ffa561510d2686a6318564e728bbd

Published CVSS scores

7.8Linux Kernel CVE teamCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
7.0SUSECVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

CVSS describes severity. EPSS estimates exploitation probability.

Attacks

What attackers are doing with it

Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.

Daily unique IPsNo honeypot observations are available for this CVE in the selected window.

No observations available

Sep 10, 2026Sep 16, 2026
Latest reporting daySep 16, 2026
Latest daily unique IPsUnavailable
Prior 30-day averageUnavailable
SourceShadowserver honeypots (KEV)
Vectorlocal
Privilegesauthenticated
Known exploitationUnconfirmed
Public exploitUnconfirmed

Weakness, pattern, technique

T1068Exploitation for Privilege Escalation

Public exploit references

No public exploit references are available in this record.

Labels summarize the accepted research assessment. They do not indicate a test against your environment.

Technologies

Your stack

See the directory against your own environment.

Your stack

Check the software in your environment

Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.

Book a demo