CVE-2022-50287
Last modified
CVE-2022-50287 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: fix a memory leak in generate_lfp_data_ptrs When (size != 0 || ptrs->lvds_ entries != 3), the program tries to free() the ptrs. However, the ptrs is not created by calling kzmalloc(), but is obtained by pointer offset operation. This may lead to memory leaks or undefined behavior. Fix this by replacing the arguments of kfree() with ptrs_block. (cherry picked from commit 7674cd0b7d28b952151c3df26bbfa7e07eb2b4ec). EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: fix a memory leak in generate_lfp_data_ptrs When (size != 0 || ptrs->lvds_ entries != 3), the program tries to free() the ptrs. However, the ptrs is not created by calling kzmalloc(), but is obtained by pointer offset operation. This may lead to memory leaks or undefined behavior. Fix this by replacing the arguments of kfree() with ptrs_block. (cherry picked from commit 7674cd0b7d28b952151c3df26bbfa7e07eb2b4ec)
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 |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.0.16 |
| Linux | Linux Kernel | >= 6.1, < 6.1.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-50287?
How severe is CVE-2022-50287?
How do I fix CVE-2022-50287?
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-50281In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50282In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50283In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50284In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50285In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50286In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50288In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50289In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50290Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2022-50291In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50292In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-50293In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-50287?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
