CVE-2023-3390: Use-after-free in Linux kernel's netfilter subsystem
A use-after-free vulnerability was found in the Linux kernel's netfilter subsystem in net/netfilter/nf_tables_api.c.
Mishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-after-free vulnerability. This flaw allows a local attacker with user access to cause a privilege escalation issue.
We recommend upgrading past commit 1240eb93f0616b21c675416516ff3d74798fdc97
Security readout for executives and security teams
Plain-English summary
CVE-2023-3390 is a Linux kernel netfilter flaw that can let a local user gain higher privileges. It is not a remote, unauthenticated internet bug, but it matters on shared systems, servers with user accounts, and appliances using affected kernels.
Executive priority
Treat this as high-priority patching for Linux systems where untrusted or lower-privileged users can run code. It is less urgent than a proven remote wormable issue, but successful exploitation could give full system control.
Technical view
The flaw is a CWE-416 use-after-free in net/netfilter/nf_tables_api.c. Mishandled NFT_MSG_NEWRULE error handling can leave a dangling pointer usable in the same transaction, enabling local privilege escalation. The source recommends upgrading beyond commit 1240eb93f0616b21c675416516ff3d74798fdc97.
Likely exposure
Exposure is likely where Linux systems run affected kernel branches listed in the source, including 3.16, 4.15, 4.20, 5.5, 5.11, 5.16, or 6.2, or downstream vendor kernels that had not yet backported the fix.
Exploitation context
The provided CVE data requires local user access and rates attack complexity low with high confidentiality, integrity, and availability impact. The bundle says KEV is false, and no provided source proves active exploitation.
Researcher notes
Focus triage on nf_tables in affected kernel builds and downstream backports. The key condition is local user access, with the vulnerable transaction path tied to NFT_MSG_NEWRULE error handling. Exploit status is not established by the provided evidence.
Mitigation direction
Upgrade to a kernel containing or superseding commit 1240eb93f0616b21c675416516ff3d74798fdc97.
Apply relevant Debian or vendor security updates where applicable.
Check NetApp guidance for affected NetApp-managed environments.
Prioritize shared, multi-user, and high-value Linux hosts.
If no vendor package is available, follow vendor kernel backport guidance.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and managed images.
Confirm whether each kernel includes the referenced upstream fix commit or vendor backport.
Review Debian DSA-5448, DSA-5461, and LTS advisories for applicable packages.
Check vendor advisories for products embedding Linux kernels.
Verify remediation through package metadata, changelogs, or vendor bulletin status.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
11Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.