HOMEVULNERABILITIESCVE-2024-44951
HIGH

CVE-2024-44951

CWE-667Published: September 4, 2024· Updated: Jun 17, 2026

7.8
CVSS v3.1

Official Description

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

serial: sc16is7xx: fix TX fifo corruption

Sometimes, when a packet is received on channel A at almost the same time

as a packet is about to be transmitted on channel B, we observe with a

logic analyzer that the received packet on channel A is transmitted on

channel B. In other words, the Tx buffer data on channel B is corrupted

with data from channel A.

The problem appeared since commit 4409df5866b7 ("serial: sc16is7xx: change

EFR lock to operate on each channels"), which changed the EFR locking to

operate on each channel instead of chip-wise.

This commit has introduced a regression, because the EFR lock is used not

only to protect the EFR registers access, but also, in a very obscure and

undocumented way, to protect access to the data buffer, which is shared by

the Tx and Rx handlers, but also by each channel of the IC.

Fix this regression first by switching to kfifo_out_linear_ptr() in

sc16is7xx_handle_tx() to eliminate the need for a shared Rx/Tx buffer.

Secondly, replace the chip-wise Rx buffer with a separate Rx buffer for

each channel.

NVD Source

Technical Analysis

CVE-2024-44951 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 7.8.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Affected Vendors & Products

Linux1 product(s)
linux kernel
Source: NVD CPE · 2 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (2)

Quick Facts

CVE IDCVE-2024-44951
CVSS Score7.8 / 10
SeverityHIGH
WeaknessCWE-667
CISA KEVNo
Affected1 vendor(s)
PublishedSep 4, 2024

Related CVEs (CWE-667)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2024-44951 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.