Cyber Resilience

CVE-2023-1380

Memory Safety in Linux Kernel 3.2.1 – 4.14.315

Public PoCMemory Safety
Published
27 March 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 7.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
EPSS Score 0.17 97th percentile
Risk Priority 60 floored blend · peak EPSS

Summary

CVE-2023-1380 is a high-severity Out-of-bounds Read (CWE-125) vulnerability in Linux Linux Kernel. Its CVSS base score is 7.1 (High).

Operationally, ranked in the top 3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability Data

A slab-out-of-bound read problem was found in brcmf_get_assoc_ies in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c in the Linux Kernel. This issue could occur when assoc_info->req_len data is bigger than the size of the buffer, defined as WL_EXTRA_BUF_MAX, leading to a denial of service.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-35788Same product: Canonical Ubuntu Linux
CVE-2023-0386Same product: Canonical Ubuntu Linux
CVE-2023-3212Same product: Debian Debian Linux
CVE-2023-2124Same product: Debian Debian Linux
CVE-2023-3111Same product: Debian Debian Linux
CVE-2023-2898Same product: Debian Debian Linux
CVE-2023-26545Same product: Debian Debian Linux
CVE-2023-2007Same product: Debian Debian Linux
CVE-2023-0045Same product: Debian Debian Linux
CVE-2023-4273Same product: Debian Debian Linux

Affected Assets

redhat
enterprise linux
8.0, 9.0
linux
linux kernel
6.3 · 3.2.1 — 4.14.315 · 4.19 — 4.19.283 · 5.4 — 5.4.243
netapp
h500s firmware
all versions
netapp
h700s firmware
all versions
netapp
h410s firmware
all versions
netapp
h410c firmware
all versions
netapp
h300s firmware
all versions
debian
debian linux
10.0, 11.0
canonical
ubuntu linux
14.04, 16.04, 18.04, 20.04, 22.04

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices such as bounds checking and memory-safe languages directly prevent out-of-bounds reads.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover instances of out-of-bounds reads after code is deployed.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing out-of-bounds read flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance includes fuzzing and static analysis that detect out-of-bounds read defects before release.

A.8.15 Logging partial match
detects

Logging can record evidence of an out-of-bounds read but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and bounds checking that directly prevent out-of-bounds reads.

prevents

Application security requirements include explicit bounds and memory-safety specifications that mitigate buffer over-reads.

prevents

Secure system architecture and engineering principles require memory-safe design patterns and runtime protections against out-of-bounds access.

prevents

Secure coding standards explicitly forbid unsafe pointer arithmetic and mandate bounds-checked reads, eliminating CWE-125.

References