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-49094

9.8 · CRITICAL
Published Feb 26, 2025 linux CWE-125 EPSS 0.66% (49th pctl)

Overview

CVE-2022-49094 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net/tls: fix slab-out-of-bounds bug in decrypt_internal

The memory size of tls_ctx->rx.iv for AES128-CCM is 12 setting in

tls_set_sw_offload(). The return value of crypto_aead_ivsize()

for "ccm(aes)" is 16. So memcpy() require 16 bytes from 12 bytes

memory space will trigger slab-out-of-bounds bug as following:

==================================================================

BUG: KASAN: slab-out-of-bounds in decrypt_internal+0x385/0xc40 [tls]

Read of size 16 at addr ffff888114e84e60 by task tls/10911

Call Trace:

<TASK>

dump_stack_lvl+0x34/0x44

print_report.cold+0x5e/0x5db

? decrypt_internal+0x385/0xc40 [tls]

kasan_report+0xab/0x120

? decrypt_internal+0x385/0xc40 [tls]

kasan_check_range+0xf9/0x1e0

memcpy+0x20/0x60

decrypt_internal+0x385/0xc40 [tls]

? tls_get_rec+0x2e0/0x2e0 [tls]

? process_rx_list+0x1a5/0x420 [tls]

? tls_setup_from_iter.constprop.0+0x2e0/0x2e0 [tls]

decrypt_skb_update+0x9d/0x400 [tls]

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 >= 5.2, < 5.4.189 Affected

Frequently Asked Questions

What is CVE-2022-49094?

CVE-2022-49094 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2022-49094?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-49094?

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

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