CVE-2022-49905
Last modified
CVE-2022-49905 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible leaked pernet namespace in smc_init() In smc_init(), register_pernet_subsys(&smc_net_stat_ops) is called without any error handling. If it fails, registering of &smc_net_ops won't be reverted. And if smc_nl_init() fails, &smc_net_stat_ops itself won't be reverted. This leaves wild ops in subsystem linkedlist and when another module tries to call register_pernet_operations() it triggers page fault: BUG: unable to handle page fault for address: fffffbfff81b964c RIP: 0010:register_pernet_operations+0x1b9/0x5f0 Call Trace: <TASK> register_pernet_subsys+0x29/0x40 ebtables_init+0x58/0x1000 [ebtables] .... EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible leaked pernet namespace in smc_init() In smc_init(), register_pernet_subsys(&smc_net_stat_ops) is called without any error handling. If it fails, registering of &smc_net_ops won't be reverted. And if smc_nl_init() fails, &smc_net_stat_ops itself won't be reverted. This leaves wild ops in subsystem linkedlist and when another module tries to call register_pernet_operations() it triggers page fault: BUG: unable to handle page fault for address: fffffbfff81b964c RIP: 0010:register_pernet_operations+0x1b9/0x5f0 Call Trace: <TASK> register_pernet_subsys+0x29/0x40 ebtables_init+0x58/0x1000 [ebtables] ...
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 | >= 5.14, < 5.15.78 | — |
| Linux | Linux Kernel | >= 5.16, < 6.0.8 | — |
| Linux | Linux Kernel | 6.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-49905?
How severe is CVE-2022-49905?
How do I fix CVE-2022-49905?
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-4990** UNSUPPORTED WHEN ASSIGNED ** Improper Validation of Speci…7.3
- CVE-2022-49900In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49901In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49902In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49903In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49904In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49906In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49907In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49908In the Linux kernel, the following vulnerability has been re…5.5
- 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
Are you affected by CVE-2022-49905?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
