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-2024-36016

7.8 · HIGH
Published May 29, 2024 linux CWE-125 EPSS 0.27% (18th pctl)

Overview

CVE-2024-36016 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 29, 2024 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:

tty: n_gsm: fix possible out-of-bounds in gsm0_receive()

Assuming the following:

- side A configures the n_gsm in basic option mode

- side B sends the header of a basic option mode frame with data length 1

- side A switches to advanced option mode

- side B sends 2 data bytes which exceeds gsm->len

Reason: gsm->len is not used in advanced option mode.

- side A switches to basic option mode

- side B keeps sending until gsm0_receive() writes past gsm->buf

Reason: Neither gsm->state nor gsm->len have been reset after

reconfiguration.

Fix this by changing gsm->count to gsm->len comparison from equal to less

than. Also add upper limit checks against the constant MAX_MRU in

gsm0_receive() and gsm1_receive() to harden against memory corruption of

gsm->len and gsm->mru.

All other checks remain as we still need to limit the data according to the

user configuration and actual payload size.

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 >= 2.6.35, < 4.19.316 Affected

Frequently Asked Questions

What is CVE-2024-36016?

CVE-2024-36016 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 29, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-36016?

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-2024-36016?

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-2024-36016?

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