Out-of-bounds Read Affecting kernel-zfcpdump-devel package, versions <0:5.14.0-687.47.1.el9_8


Severity

Recommended
high

Based on Rocky Linux security rating.

Threat Intelligence

EPSS
0.27% (19th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-ROCKY9-KERNELZFCPDUMPDEVEL-19849824
  • published16 Sept 2026
  • disclosed25 Jun 2026

Introduced: 25 Jun 2026

CVE-2026-53254  (opens in a new tab)
CWE-125  (opens in a new tab)

How to fix?

Upgrade Rocky-Linux:9 kernel-zfcpdump-devel to version 0:5.14.0-687.47.1.el9_8 or higher.
This issue was patched in RLSA-2026:67150.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kernel-zfcpdump-devel package and not the kernel-zfcpdump-devel package as distributed by Rocky-Linux. See How to fix? for Rocky-Linux:9 relevant fixed versions and status.

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

Bluetooth: RFCOMM: validate skb length in MCC handlers

The RFCOMM MCC handlers cast skb->data to protocol-specific structs without validating skb->len first. A malicious remote device can send truncated MCC frames and trigger out-of-bounds reads in these handlers.

Fix this by using skb_pull_data() to validate and access the required data before dereferencing it.

rfcomm_recv_rpn() requires special handling since ETSI TS 07.10 allows 1-byte RPN requests. Handle this by validating only the DLCI byte first, and validating the full struct only when len > 1.

CVSS Base Scores

version 3.1