Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-49474

7.8 · HIGH
Published Feb 26, 2025 linux CWE-416 EPSS 0.28% (20th pctl)

Overview

CVE-2022-49474 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, 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:

Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout

Connecting the same socket twice consecutively in sco_sock_connect()

could lead to a race condition where two sco_conn objects are created

but only one is associated with the socket. If the socket is closed

before the SCO connection is established, the timer associated with the

dangling sco_conn object won't be canceled. As the sock object is being

freed, the use-after-free problem happens when the timer callback

function sco_sock_timeout() accesses the socket. Here's the call trace:

dump_stack+0x107/0x163

? refcount_inc+0x1c/

print_address_description.constprop.0+0x1c/0x47e

? refcount_inc+0x1c/0x7b

kasan_report+0x13a/0x173

? refcount_inc+0x1c/0x7b

check_memory_region+0x132/0x139

refcount_inc+0x1c/0x7b

sco_sock_timeout+0xb2/0x1ba

process_one_work+0x739/0xbd1

? cancel_delayed_work+0x13f/0x13f

? __raw_spin_lock_init+0xf0/0xf0

? to_kthread+0x59/0x8

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 >= 4.4.284, < 4.5 Affected

Frequently Asked Questions

What is CVE-2022-49474?

CVE-2022-49474 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-49474?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-49474?

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-49474?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49474 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.