Cyber Resilience

CVE-2023-52433

Netapp Ontap Tools 10 … 9

Published
20 February 2024
Modified
04 August 2026
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.0025 17th percentile
Risk Priority 56 floored blend · peak EPSS

Summary

CVE-2023-52433 is a high-severity Improper Check for Dropped Privileges (CWE-273) vulnerability in Netapp Ontap Tools. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Access Token Manipulation (T1134); ranked at the 17th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction New elements in this transaction might expired before such transaction ends. Skip sync GC for such elements otherwise commit…

more

path might walk over an already released object. Once transaction is finished, async GC will collect such expired element.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1134 Access Token Manipulation Stealth
Adversaries may modify access tokens to operate under a different user or system security context to perform actions and bypass access controls.
T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-0565Same product: Linux Linux Kernel
CVE-2023-2006Same product: Linux Linux Kernel
CVE-2023-26607Same product: Linux Linux Kernel
CVE-2023-2236Same product: Linux Linux Kernel
CVE-2023-2598Same product: Linux Linux Kernel
CVE-2023-1295Same product: Linux Linux Kernel
CVE-2023-32258Same product: Linux Linux Kernel
CVE-2023-32257Same product: Linux Linux Kernel
CVE-2023-45862Same product: Linux Linux Kernel
CVE-2023-32247Same product: Linux Linux Kernel

Affected Assets

netapp
ontap tools
10, 9
linux
linux kernel
6.5 — 6.5.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Employing least privilege requires that privilege-dropping operations succeed and are verified before continuing.

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 activities (code review, static analysis, testing) catch missing or incorrect privilege-drop checks, but eliminating only this one flaw covers only a fraction of the control's broader intent.

PR.AA-05 partial match
prevents

Least-privilege policy and enforcement directly motivate privilege-dropping code, yet the control does not address implementation-level verification of the drop.

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.

finds

Security testing can detect failed privilege drops, yet the control does not require such checks as part of its core intent.

degrades

Control of privileged utility programs includes ensuring privilege-dropping operations are verified before use.

degrades

Privileged access rights policy requires verification that privilege changes succeed, directly addressing failed privilege drops.

prevents

Secure coding practices can prevent missing privilege-drop checks, but the control itself does not mandate verification of privilege changes.

References