CVE-2022-49914
Last modified
CVE-2022-49914 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix inode list leak during backref walking at resolve_indirect_refs() During backref walking, at resolve_indirect_refs(), if we get an error we jump to the 'out' label and call ulist_free() on the 'parents' ulist, which frees all the elements in the ulist - however that does not free any inode lists that may be attached to elements, through the 'aux' field of a ulist node, so we end up leaking lists if we have any attached to the unodes. Fix this by calling free_leaf_list() instead of ulist_free() when we exit from resolve_indirect_refs(). The static function free_leaf_list() is moved up for this to be possible and it's slightly simplified by removing unnecessary code.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix inode list leak during backref walking at resolve_indirect_refs() During backref walking, at resolve_indirect_refs(), if we get an error we jump to the 'out' label and call ulist_free() on the 'parents' ulist, which frees all the elements in the ulist - however that does not free any inode lists that may be attached to elements, through the 'aux' field of a ulist node, so we end up leaking lists if we have any attached to the unodes. Fix this by calling free_leaf_list() instead of ulist_free() when we exit from resolve_indirect_refs(). The static function free_leaf_list() is moved up for this to be possible and it's slightly simplified by removing unnecessary code.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 3.5, < 4.14.299 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.265 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.224 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.154 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.78 | — |
| Linux | Linux Kernel | >= 5.16, < 6.0.8 | — |
| Linux | Linux Kernel | 6.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49914?
How severe is CVE-2022-49914?
How do I fix CVE-2022-49914?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-49909Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2022-4991Tychon includes an OpenSSL component that specifies an OPENS…7.4
- CVE-2022-49910In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49911In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49912In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49913In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49915In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49916In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49917In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49918In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49919In the Linux kernel, the following vulnerability has been re…7
- CVE-2022-4992Dräger Infinity Acute Care System and Standalone Infinity M5…8.8
Are you affected by CVE-2022-49914?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
