Cyber Resilience

CVE-2023-0386

Linux Kernel 5.11 – 5.15.91

CISA KEVActive ExploitationEUVD ExploitedPublic PoC
Published
22 March 2023
Modified
04 November 2025
KEV Added
17 June 2025
Patch / advisory
CVSS Score v3.1 7.8
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:H/A:H
EPSS Score 0.079 94th percentile
Risk Priority 83 floored blend · peak EPSS

Summary

CVE-2023-0386 is a high-severity Improper Ownership Management (CWE-282) vulnerability in Linux Linux Kernel. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked in the top 6% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2023-0386 is a privilege-escalation flaw in the Linux kernel's OverlayFS subsystem. The issue stems from improper UID mapping when a user copies a file that carries capabilities from a nosuid mount into another mount, allowing unauthorized execution of setuid binaries with elevated privileges. The vulnerability affects the kernel's handling of OverlayFS and is tracked under CWE-282.

A local attacker with a low-privileged account can exploit the flaw by performing the copy operation across mounts, resulting in the ability to execute code with root-level capabilities. The attack requires no user interaction and yields full confidentiality, integrity, and availability impact on the host, consistent with the CVSS 7.8 rating.

Kernel developers addressed the issue with commit 4f11ada10d0a. Debian issued updated packages through its LTS channels in 2023 and 2024, while NetApp published an advisory confirming affected storage products and recommending firmware or kernel updates.

EPSS for the CVE rose from lower values after disclosure to a peak of 0.6156 before receding to the current 0.4852, indicating measurable post-disclosure exploitation interest that later declined.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A flaw was found in the Linux kernel, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel’s OverlayFS subsystem in how a user copies a capable file from a nosuid mount…

more

into another mount. This uid mapping bug allows a local user to escalate their privileges on the system.

CWE(s)
KEV Date Added
17 June 2025

Related Threats

MITRE ATT&CK Enterprise Techniques

T1034 Path Interception Persistence
**This technique has been deprecated.
T1222 File and Directory Permissions Modification Defense Impairment
Adversaries may modify file or directory permissions/attributes to evade access control lists (ACLs) and access protected files.
T1543 Create or Modify System Process Persistence
Adversaries may create or modify system-level processes to repeatedly execute malicious payloads as part of persistence.
T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
T1554 Compromise Host Software Binary Persistence
Adversaries may modify host software binaries to establish persistent access to systems.
T1574 Hijack Execution Flow Stealth
Adversaries may execute their own malicious payloads by hijacking the way operating systems run programs.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-35788Same product: Canonical Ubuntu Linux
CVE-2021-22600Same product: Debian Debian Linuxboth on KEV
CVE-2023-2007Same product: Debian Debian Linux
CVE-2023-1380Same product: Canonical Ubuntu Linux
CVE-2023-26545Same product: Debian Debian Linux
CVE-2023-3111Same product: Debian Debian Linux
CVE-2023-2124Same product: Debian Debian Linux
CVE-2023-2898Same product: Debian Debian Linux
CVE-2022-0185Same product: Linux Linux Kernelboth on KEV
CVE-2022-0492Same product: Canonical Ubuntu Linuxboth on KEV

Affected Assets

debian
debian linux
10.0
netapp
h300s firmware
all versions
netapp
h500s firmware
all versions
netapp
h700s firmware
all versions
netapp
h410s firmware
all versions
netapp
h410c firmware
all versions
canonical
ubuntu linux
18.04, 20.04, 22.04
linux
linux kernel
6.2 · 5.11 — 5.15.91 · 5.16 — 6.1.9

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 1 hardening rule · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

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.AA-05 mostly match
prevents

Managing and enforcing access permissions and authorizations directly addresses correct ownership assignment and verification for resources.

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.

degrades

Access control policies can enforce correct ownership assignment and verification for objects.

degrades

Identity management processes help ensure objects are assigned to the correct, verified owners.

degrades

Managing access rights includes verifying and maintaining proper ownership of resources.

degrades

Privileged access rights management requires accurate ownership to prevent unauthorized privilege escalation.

degrades

Information access restriction mechanisms rely on correct ownership to enforce access decisions.

degrades

Access to source code control depends on proper ownership assignment to protect intellectual property.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Windows Server 2016 (1 rule)
  • V-224973 The Active Directory Domain Controllers Organizational Unit (OU) object must have the proper access control permissions. prevents CWE-282

References