Review reviewHigh

CVE-2022-48871

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer Driver's probe allocates memory for RX FIFO (port->rx_fifo) based on default RX FIFO depth, e.g. 16. Later during serial startup the qcom_geni_serial_port_setup() updates the RX FIFO depth (port->rx_fifo_depth) to match real device capabilities, e.g. to 32. The RX UART handle code will read "port->rx_fifo_depth" number of words into "port->rx_fifo" buffer, thus exceeding the bounds. This can be observed in certain configurations with Qualcomm Bluetooth...

CVSS
7.1
EPSS
0.35%
27.5% percentile
CISA KEV
Not listed
Published
2024.08.21
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.35%
Technical severityCVSS 7.1

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer Driver's probe allocates memory for RX FIFO (port->rx_fifo) based on default RX FIFO depth, e.g. 16. Later during serial startup the qcom_geni_serial_port_setup() updates the RX FIFO depth (port->rx_fifo_depth) to match real device capabilities, e.g. to 32. The RX UART handle code will read "port->rx_fifo_depth" number of words into "port->rx_fifo" buffer, thus exceeding the bounds. This can be observed in certain configurations with Qualcomm Bluetooth...

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= f9d690b6ece7ec9a6ff6b588df95a010ab2d66f9 < 894681682dbefdad917b88f86cde1069140a047a, >= f9d690b6ece7ec9a6ff6b588df95a010ab2d66f9 < cb53a3366eb28fed67850c80afa52075bb71a38a, >= f9d690b6ece7ec9a6ff6b588df95a010ab2d66f9 < fd524ca7fe45b8a06dca2dd546d62684a9768f95, >= f9d690b6ece7ec9a6ff6b588df95a010ab2d66f9 < b8caf69a6946e18ffebad49847e258f5b6d52ac2, >= 5.7, >= 5.7 < 5.10.165, >= 5.11 < 5.15.90, >= 5.16 < 6.1.8
Fixed versions
5.10.165, 5.15.90, 6.1.8

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CWE
CWE-125