CVE-2022-48760
7.1 · HIGHOverview
CVE-2022-48760 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 20, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).
This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.
Technical Description
In the Linux kernel, the following vulnerability has been resolved:
USB: core: Fix hang in usb_kill_urb by adding memory barriers
The syzbot fuzzer has identified a bug in which processes hang waiting
for usb_kill_urb() to return. It turns out the issue is not unlinking
the URB; that works just fine. Rather, the problem arises when the
wakeup notification that the URB has completed is not received.
The reason is memory-access ordering on SMP systems. In outline form,
usb_kill_urb() and __usb_hcd_giveback_urb() operating concurrently on
different CPUs perform the following actions:
CPU 0 CPU 1
---------------------------- ---------------------------------
usb_kill_urb(): __usb_hcd_giveback_urb():
... ...
atomic_inc(&urb->reject); atomic_dec(&urb->use_count);
... ...
wait_event(usb_kill_urb_queue,
atomic_read(&urb->use_count) == 0);
if (atomic_read(&urb->reject))
wake_up(&usb_kill_urb_queue);
Confining your attention to urb->reject and
Remediation
Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.
Affected Products
| Vendor | Product | Versions | Status |
|---|---|---|---|
| linux | linux_kernel | >= 0, < 4.4.302 | Affected |
References
Frequently Asked Questions
What is CVE-2022-48760?
CVE-2022-48760 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 20, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).
How severe is CVE-2022-48760?
This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.
How do I fix or remediate CVE-2022-48760?
Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.
How can CyberStrike help with CVE-2022-48760?
CyberStrike's AI-powered security agents can automatically detect CVE-2022-48760 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.
How CyberStrike Helps
AI agents map your attack surface to find vulnerabilities like this one.
Automated penetration testing that runs continuously, not just quarterly.
AI-driven PR review catches vulnerable dependencies before they ship.
Browser-based exploitation validates findings with real proof-of-concept.
Related HIGH CVEs from 2022
View all →Server-side JavaScript injection in Appsmith through 1.7.14 allows remote attackers to execute arbit
XWiki Platform Web Parent POM contains Web resources for the XWiki platform, a generic wiki platform
The XWiki Platform Index UI is an Index of all pages, attachments, orphans and deleted pages and att
XWiki Platform Attachment UI provides a macro to easily upload and select attachments for XWiki Plat
XWiki Platform Mentions UI is a user interface for mentioning users in wiki content for XWiki Platfo
Discourse is a platform for community discussion. Users who receive an invitation link that is not s
The Handy Tip macro in Stiltsoft Handy Macros for Confluence Server/Data Center 3.x before 3.5.5 all
There exists a path traversal vulnerability in the Android Google Search app. This is caused by the
In Expat (aka libexpat) before 2.4.3, a left shift by 29 (or more) places in the storeAtts function
In Userfrosting, versions v0.3.1 to v4.6.2 are vulnerable to Host Header Injection. By luring a vict
The Events Made Easy WordPress plugin before 2.2.36 does not sanitise and escape the search_text par
OroPlatform is a PHP Business Application Platform. In affected versions by sending a specially craf