CVE-2022-49168
Last modified
CVE-2022-49168 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: btrfs: do not clean up repair bio if submit fails The submit helper will always run bio_endio() on the bio if it fails to submit, so cleaning up the bio just leads to a variety of use-after-free and NULL pointer dereference bugs because we race with the endio function that is cleaning up the bio. Instead just return BLK_STS_OK as the repair function has to continue to process the rest of the pages, and the endio for the repair bio will do the appropriate cleanup for the page that it was given.. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not clean up repair bio if submit fails The submit helper will always run bio_endio() on the bio if it fails to submit, so cleaning up the bio just leads to a variety of use-after-free and NULL pointer dereference bugs because we race with the endio function that is cleaning up the bio. Instead just return BLK_STS_OK as the repair function has to continue to process the rest of the pages, and the endio for the repair bio will do the appropriate cleanup for the page that it was given.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.10.248 |
| Linux | Linux Kernel | >= 5.11, < 5.15.184 |
| Linux | Linux Kernel | >= 5.16, < 5.16.19 |
| Linux | Linux Kernel | >= 5.17, < 5.17.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49168?
How severe is CVE-2022-49168?
How do I fix CVE-2022-49168?
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-49162In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49163In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-49164In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49165In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49166In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49167In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49169In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4917Incorrect security UI in Notifications in Google Chrome on A…4.3
- CVE-2022-49170In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49171In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49172In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-49173In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49168?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
