Cyber Resilience

CVE-2023-6535

Memory Safety in Redhat Codeready Linux Builder Eus 8.6 … 9.2

Published
07 February 2024
Modified
04 November 2025
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.015 73th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2023-6535 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Redhat Enterprise Linux. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked in the top 27% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages when using NVMe over TCP, leading the NVMe driver to a NULL pointer dereference…

more

in the NVMe driver, causing kernel panic and a denial of service.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

CVE-2023-6535 enables remote unauthenticated denial of service via crafted TCP packets to NVMe/TCP, causing NULL pointer dereference and kernel panic, mapping to endpoint DoS through system exploitation.

CVEs Like This One

CVE-2023-6536Same product: Linux Linux Kernel
CVE-2023-6356Same product: Linux Linux Kernel
CVE-2023-6915Same product: Linux Linux Kernel
CVE-2023-6176Same product: Linux Linux Kernel
CVE-2023-6622Same product: Linux Linux Kernel
CVE-2026-23353Same product: Linux Linux Kernel
CVE-2026-31481Same product: Linux Linux Kernel
CVE-2026-23286Same product: Linux Linux Kernel
CVE-2026-31394Same product: Linux Linux Kernel
CVE-2026-31727Same product: Linux Linux Kernel

Affected Assets

linux
linux kernel
all versions
redhat
codeready linux builder eus
8.6, 9.2
redhat
codeready linux builder eus for power little endian eus
8.6_ppc64le, 9.2_ppc64le
redhat
codeready linux builder for arm64 eus
8.6_aarch64, 9.2_aarch64
redhat
codeready linux builder for ibm z systems eus
9.2_s390x
redhat
enterprise linux
8.0, 9.0
redhat
enterprise linux eus
8.6, 9.2
redhat
enterprise linux for arm 64 eus
8.6_aarch64, 9.2_aarch64
redhat
enterprise linux for ibm z systems eus
8.6_s390x, 9.2_s390x
redhat
enterprise linux for power little endian eus
8.6_ppc64le, 9.2_ppc64le
+6 more product configuration(s) — see NVD for full list

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 SDLC practices (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

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 can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References