LiveActive security incident?Get immediate response
CVE Record

CVE-2023-45898: The Linux kernel before 6.5.4 has an es1 use-after-free in fs/ext4/extents_status.c, related to ext4_es_ins...

The Linux kernel before 6.5.4 has an es1 use-after-free in fs/ext4/extents_status.c, related to ext4_es_insert_extent.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-45898 is a Linux kernel memory-safety flaw in ext4 handling. A local, low-privileged user may be able to cause serious confidentiality, integrity, and availability impact on affected kernels. The source bundle identifies Linux kernel versions before 6.5.4 as affected, but product-specific exposure is incomplete.

Executive priority

Treat as a high-priority kernel maintenance issue, not an internet-facing emergency based on current evidence. Patch exposed multi-user Linux systems promptly, validate vendor backports, and track Siemens or distribution advisories for product-specific applicability.

Technical view

The issue is a CWE-416 use-after-free in fs/ext4/extents_status.c, related to ext4_es_insert_extent. CVSS 3.1 is 7.8 with local attack vector, low complexity, low privileges, no user interaction, unchanged scope, and high CIA impact. Upstream references include a Linux commit and the 6.5.4 changelog.

Likely exposure

Likely exposure is Linux systems running kernels before 6.5.4, especially where local users or services can interact with ext4-backed filesystems. The affected vendor/product fields are listed as n/a, so distribution, appliance, and Siemens product impact must be confirmed from vendor advisories.

Exploitation context

The bundle does not identify active exploitation, and KEV is false. The CVSS vector indicates local exploitation requiring low privileges and no user interaction. No exploit maturity, public weaponization, or practical exploitation detail is provided in the supplied sources.

Researcher notes

Evidence supports a local Linux kernel ext4 use-after-free fixed upstream around 6.5.4. The bundle lacks detailed affected product matrices, exploit proof, and exploitation-in-the-wild confirmation. Avoid assuming all vendor kernels before 6.5.4 are vulnerable because backports may change exposure.

Mitigation direction

  • Upgrade to Linux kernel 6.5.4 or a vendor kernel containing the upstream fix.
  • Check Linux distribution advisories for backported fixes before assuming version numbers alone are vulnerable.
  • Review Siemens advisories if Siemens products are in scope.
  • Prioritize multi-user Linux hosts and systems exposing local service accounts.
  • Apply standard least-privilege controls for local accounts while patching is scheduled.

Validation and detection

  • Inventory Linux kernel versions across servers, appliances, and images.
  • Confirm whether ext4-backed filesystems are used on potentially affected systems.
  • Verify vendor kernel packages include the fix for CVE-2023-45898.
  • Check vulnerability scanner results against actual vendor backport status.
  • Review local account exposure on systems that cannot be patched quickly.
Prepared
Confidence
medium
Sources
8

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-45898 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
3Timeline events
3ADP providers
8Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2023-45898Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE publishedCVE Program

    The CVE record was published.

  2. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.