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

5.5 · MEDIUM
Published Jun 18, 2025 linux CWE-476 EPSS 0.20% (10th pctl)

Overview

CVE-2022-49940 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()

A null pointer dereference can happen when attempting to access the

"gsm->receive()" function in gsmld_receive_buf(). Currently, the code

assumes that gsm->recieve is only called after MUX activation.

Since the gsmld_receive_buf() function can be accessed without the need to

initialize the MUX, the gsm->receive() function will not be set and a

NULL pointer dereference will occur.

Fix this by avoiding the call to "gsm->receive()" in case the function is

not initialized by adding a sanity check.

Call Trace:

<TASK>

gsmld_receive_buf+0x1c2/0x2f0 drivers/tty/n_gsm.c:2861

tiocsti drivers/tty/tty_io.c:2293 [inline]

tty_ioctl+0xa75/0x15d0 drivers/tty/tty_io.c:2692

vfs_ioctl fs/ioctl.c:51 [inline]

__do_sys_ioctl fs/ioctl.c:870 [inline]

__se_sys_ioctl fs/ioctl.c:856 [inline]

__x64_sys_ioctl+0x193/0x200 fs/ioctl.c:856

do_syscall_x64 arch/x86/entry/com

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.15.61, < 5.15.66 Affected

Frequently Asked Questions

What is CVE-2022-49940?

CVE-2022-49940 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49940?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-49940?

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

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