CVE-2024-50216
Last modified
CVE-2024-50216 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xfs: fix finding a last resort AG in xfs_filestream_pick_ag When the main loop in xfs_filestream_pick_ag fails to find a suitable AG it tries to just pick the online AG. But the loop for that uses args->pag as loop iterator while the later code expects pag to be set. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xfs: fix finding a last resort AG in xfs_filestream_pick_ag When the main loop in xfs_filestream_pick_ag fails to find a suitable AG it tries to just pick the online AG. But the loop for that uses args->pag as loop iterator while the later code expects pag to be set. Fix this by reusing the max_pag case for this last resort, and also add a check for impossible case of no AG just to make sure that the uninitialized pag doesn't even escape in theory.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.3, < 6.6.60 | — |
| Linux | Linux Kernel | >= 6.7, < 6.11.7 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-50216?
How severe is CVE-2024-50216?
How do I fix CVE-2024-50216?
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 2024
- CVE-2024-50210In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50211In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2024-50212In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50213In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50214In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50215In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50217In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-50218In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50219Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-5022The file scheme of URLs would be hidden, resulting in potent…4.4
- CVE-2024-50220In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-50221In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-50216?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
