LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52433: netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction

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 path might walk over an already released object. Once transaction is finished, async GC will collect such expired element.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel availability flaw in netfilter nftables set handling. A highly privileged local user could trigger a kernel crash or denial of service through a transaction and garbage-collection timing bug. It is operationally important for shared Linux hosts, appliances, and systems where privileged shell or container escape risk exists.

Executive priority

Prioritize normal kernel maintenance, with faster action for shared hosts, internet-facing platforms with many administrators, and NetApp environments. Business risk is mainly outage from a privileged local actor, not data theft or remote compromise according to the supplied evidence.

Technical view

The issue is in netfilter nft_set_rbtree. Newly added transaction elements can expire before the transaction finishes; synchronous garbage collection could then let the commit path walk a released object. Kernel stable fixes skip synchronous GC for new elements in the current transaction, leaving later asynchronous GC to collect them.

Likely exposure

Exposure is limited to Linux systems using affected kernel builds around the cited 6.5 and 6.6 lines. The CVSS vector requires local access and high privileges, with availability impact only. NetApp also published an advisory, so appliances or storage platforms using affected Linux kernels should be checked.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The attack model is local, low complexity, high privilege, no user interaction, and denial of service. Treat this as a patch-management and privileged-access hardening issue rather than a remotely exploitable emergency.

Researcher notes

The key condition is transaction-scoped rbtree set element lifetime versus synchronous garbage collection. The fix changes GC behavior for elements created in the active transaction. Public evidence supplied here does not include proof-of-concept details, exploit reports, or affected distribution package names.

Mitigation direction

  • Update affected Linux kernels to vendor-supported builds containing the stable netfilter fixes.
  • Check Linux distribution security advisories for the backported fix status.
  • Review NetApp advisory NTAP-20240828-0003 for affected NetApp products and fixes.
  • Limit shell, sudo, nftables, and container-admin access to trusted users.
  • Monitor kernel crash reports and denial-of-service symptoms on exposed multi-user systems.

Validation and detection

  • Inventory Linux kernel versions on servers, appliances, and containers with host privileges.
  • Compare installed kernel changelogs against the referenced stable fix commits.
  • Confirm whether systems use nftables or netfilter features in production.
  • Check NetApp assets against the published NetApp advisory.
  • Verify CISA KEV remains negative before claiming active exploitation.
Prepared
Confidence
high
Sources
10

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-273: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-52433 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
0Timeline events
0ADP providers
9Source 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.

ScoreVersionSeverityVectorExploitImpactSource
4.4CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H0.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.4Medium
CVSS 3.1 vector shape for CVE-2023-52433Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxcb4d00b563675ba8ff6ef94b077f58d816f68ba3, c357648929c8dff891502349769aafb8f0452bc2, 146c76866795553dbc19998f36718d7986ad302b, 479a2cf5259347d6a1f658b0f791d27a34908e91, df650d6a4bf47248261b61ef6b174d7c54034d15, f6c383b8c31a93752a52697f8430a71dcbc46adf, f6c383b8c31a93752a52697f8430a71dcbc46adf, e4d71d6a9c7db93f7bf20c3a0f0659d63d7de681unaffected
LinuxLinux6.5, 0, 6.5.4, 6.6affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-273 · source CWE mapping

Improper Check for Dropped Privileges

Improper Check for Dropped Privileges represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.