CVE-2022-2978
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA flaw use after free in the Linux kernel NILFS file system was found in the way user triggers function security_inode_alloc to fail with following call to function nilfs_mdt_destroy. A local user could use this flaw to crash the system or potentially escalate their privileges on the system.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA use-after-free vulnerability exists in the Linux kernel's NILFS file system. When a user triggers the security_inode_alloc function to fail followed by a call to nilfs_mdt_destroy, memory is freed but subsequently accessed, leading to potential system crash or local privilege escalation.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2.6.12, < 4.9.331>= 4.10, < 4.14.296>= 4.15, < 4.19.262>= 4.20, < 5.4.218>= 5.5, < 5.10.148>= 5.11, < 5.15.73>= 5.16, < 5.19.15>= 6.0, < 6.0.1= 10.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check kernel version against affected rangesRun 'uname -r' or 'cat /proc/version' to get the running kernel version, then compare it to the affected version ranges: < 4.9.331, >= 4.10 and < 4.14.296, >= 4.15 and < 4.19.262, >= 4.20 and < 5.4.218, >= 5.5 and < 5.10.148, >= 5.11 and < 5.15.73, >= 5.16 and < 5.19.15, >= 6.0 and < 6.0.1Affected if The kernel version falls within any of the listed affected ranges and NILFS is in use
-
Verify if NILFS kernel module is loadedRun 'lsmod | grep nilfs' to check if the nilfs2 kernel module is currently loadedAffected if The nilfs2 module is loaded and the kernel version is in the affected range
-
Check if NILFS is compiled into the kernelCheck /boot/config-$(uname -r) or /proc/config.gz for CONFIG_NILFS2FS=m or CONFIG_NILFS2FS=y, or run 'grep -i nilfs /proc/filesystems' to see if nilfs2 is listedAffected if NILFS filesystem support is enabled in the kernel configuration and the kernel version is in the affected range
-
Detect mounted NILFS filesystemsRun 'mount | grep nilfs' or 'cat /proc/mounts' to list all currently mounted filesystems and look for nilfs2 type entriesAffected if Any nilfs2 filesystems are currently mounted and the kernel version is in the affected range
-
Check Debian-specific kernel package versionFor Debian 10 systems, run 'dpkg -l | grep linux-image' to identify the installed kernel package versionAffected if Running Debian 10.0 with a kernel version that matches the affected ranges and NILFS is available
A system is affected if it runs a kernel version within the listed affected ranges AND has NILFS filesystem support enabled or in use, as the use-after-free only triggers when nilfs_mdt_destroy is called after a failed security_inode_alloc.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped4.9.3314.14.2964.19.262
Apply the upstream kernel patch for CVE-2022-2978 or update to a kernel version containing the fix. If NILFS is not required, consider disabling it to reduce attack surface.
Linux Kernel 4.9.331 / 4.14.296 / 4.19.262 / 5.4.218 or later (depending on which branch you are on); Debian 10.12+ kernel
- Identify the currently running kernel version with `uname -r`
- For Debian 10 systems: Run `apt update && apt install linux-image-$(uname -r | sed 's/.*-.*-/-/')` to install the latest Debian-packaged kernel
- Alternatively, obtain the upstream fixed kernel: 4.9.331+, 4.14.296+, 4.19.262+, or 5.4.218+ from kernel.org or your distribution
- If building from source, ensure NILFS2 filesystem support is a module (not built-in) to allow safer management
- After kernel installation, reboot the system to load the fixed kernel: `systemctl reboot`
- Verify the system is running a fixed version with `uname -r` and confirm the version is >= the appropriate fixed release for your branch
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-2978 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-2978 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data