CVE-2022-50669
Last modified
CVE-2022-50669 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxl_file_register_afu() If device_register() returns error in ocxl_file_register_afu(), the name allocated by dev_set_name() need be freed. As comment of device_register() says, it should use put_device() to give up the reference in the error path. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxl_file_register_afu() If device_register() returns error in ocxl_file_register_afu(), the name allocated by dev_set_name() need be freed. As comment of device_register() says, it should use put_device() to give up the reference in the error path. So fix this by calling put_device(), then the name can be freed in kobject_cleanup(), and info is freed in info_release().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 75ca758adbafc81804c39b2c200ecdc819a6c042, < 0cd05062371a49774e8a45258bdedf0bd6d3d327; >= 75ca758adbafc81804c39b2c200ecdc819a6c042, < 7525741cb302a1672b8c3a5edb2a08e4229b5c7c; >= 75ca758adbafc81804c39b2c200ecdc819a6c042, < 3299983a6bf628249ac650908e62d12de959341e; >= 75ca758adbafc81804c39b2c200ecdc819a6c042, < 557b7de055d1e230ddb6664c29d26917b8db9143; >= 75ca758adbafc81804c39b2c200ecdc819a6c042, < 2fce8b3583d1641a1716486f408478b58e96ec91; >= 75ca758adbafc81804c39b2c200ecdc819a6c042, < a4cb1004aeed2ab893a058fad00a5b41a12c4691 |
| Linux | Linux | 5.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50669?
How severe is CVE-2022-50669?
How do I fix CVE-2022-50669?
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-50663In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50664In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50665In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-50666In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2022-50667In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50668In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2022-50670In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50671In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2022-50672In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50673In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50674In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50675In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2022-50669?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
