CVE-2022-50636
Last modified
CVE-2022-50636 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: PCI: Fix pci_device_is_present() for VFs by checking PF pci_device_is_present() previously didn't work for VFs because it reads the Vendor and Device ID, which are 0xffff for VFs, which looks like they aren't present. Check the PF instead. Wei Gong reported that if virtio I/O is in progress when the driver is unbound or "0" is written to /sys/.../sriov_numvfs, the virtio I/O operation hangs, which may result in output like this: task:bash state:D stack: 0 pid: 1773 ppid: 1241 flags:0x00004002 Call Trace: schedule+0x4f/0xc0 blk_mq_freeze_queue_wait+0x69/0xa0 blk_mq_freeze_queue+0x1b/0x20 blk_cleanup_queue+0x3d/0xd0 virtblk_remove+0x3c/0xb0 [virtio_blk] virtio_dev_remove+0x4b/0x80 ... device_unregister+0x1b/0x60 unregister_virtio_device+0x18/0x30 virtio_pci_remove+0x41/0x80 pci_device_remove+0x3e/0xb0 This happened because pci_device_is_present(VF) returned "false" in virtio_pci_remove(), so it called virtio_break_device(). EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix pci_device_is_present() for VFs by checking PF pci_device_is_present() previously didn't work for VFs because it reads the Vendor and Device ID, which are 0xffff for VFs, which looks like they aren't present. Check the PF instead. Wei Gong reported that if virtio I/O is in progress when the driver is unbound or "0" is written to /sys/.../sriov_numvfs, the virtio I/O operation hangs, which may result in output like this: task:bash state:D stack: 0 pid: 1773 ppid: 1241 flags:0x00004002 Call Trace: schedule+0x4f/0xc0 blk_mq_freeze_queue_wait+0x69/0xa0 blk_mq_freeze_queue+0x1b/0x20 blk_cleanup_queue+0x3d/0xd0 virtblk_remove+0x3c/0xb0 [virtio_blk] virtio_dev_remove+0x4b/0x80 ... device_unregister+0x1b/0x60 unregister_virtio_device+0x18/0x30 virtio_pci_remove+0x41/0x80 pci_device_remove+0x3e/0xb0 This happened because pci_device_is_present(VF) returned "false" in virtio_pci_remove(), so it called virtio_break_device(). The broken vq meant that vring_interrupt() skipped the vq.callback() that would have completed the virtio I/O operation via virtblk_done(). [bhelgaas: commit log, simplify to always use pci_physfn(), add stable tag]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < f4b44c7766dae2b8681f621941cabe9f14066d59; >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < 643d77fda08d06f863af35e80a7e517ea61d9629; >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < 65bd0962992abd42e77a05e68c7b40e7c73726d1; >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < 99ef6cc791584495987dd11b14769b450dfa5820; >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < 67fd41bbb0f51aa648a47f728b99e6f1fa2ccc34; >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < 81565e51ccaf6fff8910e997ee22e16b5e1dabc3; >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < 518573988a2f14f517403db2ece5ddaefba21e94; >= 8496e85c20e7836b3dec97780e40f420a3ae2801, < 98b04dd0b4577894520493d96bc4623387767445 |
| Linux | Linux | 3.13 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50636?
How severe is CVE-2022-50636?
How do I fix CVE-2022-50636?
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-50630In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50631In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50632In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50633In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50634In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50635In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50637In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50638In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50639In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50640In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50641In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50642In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2022-50636?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
