CVE-2022-48690
Last modified
CVE-2022-48690 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but those buffers were freed in ice_vsi_cfg_rxq and reallocated again with ice_alloc_rx_buf. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ice: Fix DMA mappings leak Fix leak, when user changes ring parameters. During reallocation of RX buffers, new DMA mappings are created for those buffers. New buffers with different RX ring count should substitute older ones, but those buffers were freed in ice_vsi_cfg_rxq and reallocated again with ice_alloc_rx_buf. kfree on rx_buf caused leak of already mapped DMA. Reallocate ZC with xdp_buf struct, when BPF program loads. Reallocate back to rx_buf, when BPF program unloads. If BPF program is loaded/unloaded and XSK pools are created, reallocate RX queues accordingly in XDP_SETUP_XSK_POOL handler. Steps for reproduction: while : do for ((i=0; i<=8160; i=i+32)) do ethtool -G enp130s0f0 rx $i tx $i sleep 0.5 ethtool -g enp130s0f0 done done
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.16.1, < 5.19.9 | — |
| Linux | Linux Kernel | 5.16 | — |
| Linux | Linux Kernel | 6.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-48690?
How severe is CVE-2022-48690?
How do I fix CVE-2022-48690?
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-48685An issue was discovered in Logpoint 7.1 before 7.1.2. The da…6.7
- CVE-2022-48686In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48687In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48688In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48689In the Linux kernel, the following vulnerability has been re…7
- CVE-2022-4869A vulnerability was found in Evolution Events Artaxerxes. It…7.5
- CVE-2022-48691In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48692In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48693In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48694In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48695In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48696In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2022-48690?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
