LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3772: Kernel: xfrm: null pointer dereference in xfrm_update_ae_params()

A flaw was found in the Linux kernel’s IP framework for transforming packets (XFRM subsystem). This issue may allow a malicious user with CAP_NET_ADMIN privileges to directly dereference a NULL pointer in xfrm_update_ae_params(), leading to a possible kernel crash and denial of service.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysis

Security readout for executives and security teams

CVE-2023-3772 is a Linux kernel crash bug in the XFRM packet transformation subsystem. A user with CAP_NET_ADMIN privileges could trigger a NULL pointer dereference and cause denial of service. It is not described as data theft or code execution in the supplied sources. Exposure is most relevant on affected Red Hat Enterprise Linux kernel or kernel-rt builds, especially systems where users, services, or containers receive CAP_NET_ADMIN. Systems that do not grant that capability broadly have lower practical exposure. Treat this as a moderate patching and hardening item. It can crash affected systems but needs local privileged capability. Prioritize shared hosts, virtualization nodes, and container platforms where CAP_NET_ADMIN may be delegated. Mitigation focus: Check vendor advisories for the exact fixed kernel packages for each platform.; Prioritize updates on hosts granting CAP_NET_ADMIN to containers or non-admin workloads.; Limit CAP_NET_ADMIN assignment to workloads with a documented operational need..

Prepared

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-476: 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-3772 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
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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
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.

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Enterprise Linux 8kernel-rt, 0:4.18.0-513.5.1.rt7.307.el8_9affected
Red HatRed Hat Enterprise Linux 8kernel, 0:4.18.0-513.5.1.el8_9affected
Red HatRed Hat Enterprise Linux 8.6 Extended Update Supportkernel, 0:4.18.0-372.87.1.el8_6affected
Red HatRed Hat Enterprise Linux 8.8 Extended Update Supportkernel, 0:4.18.0-477.43.1.el8_8affected
Red HatRed Hat Enterprise Linux 9kernel, 0:5.14.0-362.8.1.el9_3affected
Red HatRed Hat Enterprise Linux 9kernel, 0:5.14.0-362.8.1.el9_3affected
Red HatRed Hat Virtualization 4 for Red Hat Enterprise Linux 8kernel, 0:4.18.0-372.87.1.el8_6affected
Red HatRed Hat Enterprise Linux 6kernelunknown
Red HatRed Hat Enterprise Linux 7kernelunknown
Red HatRed Hat Enterprise Linux 7kernel-rtunknown
Red HatRed Hat Enterprise Linux 9kernel-rtaffected
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.