LiveActive security incident?Get immediate response
CVE Record

CVE-2023-26607: In the Linux kernel 6.0.8, there is an out-of-bounds read in ntfs_attr_find in fs/ntfs/attrib.c.

In the Linux kernel 6.0.8, there is an out-of-bounds read in ntfs_attr_find in fs/ntfs/attrib.c.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw is an out-of-bounds read in the Linux kernel NTFS filesystem code. A local, low-privileged attacker could potentially read sensitive memory or disrupt the system. It is not listed as CISA KEV in the provided bundle, so active exploitation is not established here.

Executive priority

Treat this as a high-priority kernel maintenance issue for Linux systems with local-user or workload exposure. It is below emergency priority absent active exploitation evidence, but kernel memory disclosure and availability impact justify timely patching through standard vendor channels.

Technical view

CVE-2023-26607 affects Linux kernel 6.0.8 in ntfs_attr_find within fs/ntfs/attrib.c. The issue is CWE-125 out-of-bounds read with CVSS 3.1 score 7.1, local attack vector, low complexity, low privileges, no user interaction, high confidentiality impact, and high availability impact.

Likely exposure

Exposure is most likely on systems running Linux kernel 6.0.8 or vendor kernels carrying the vulnerable NTFS code. Risk depends on whether the vulnerable NTFS filesystem path is present, enabled, and reachable by local users or workloads.

Exploitation context

The bundle does not show KEV listing or cited evidence of exploitation in the wild. The CVSS vector indicates local exploitation requiring low privileges, with potential information disclosure and availability impact. Public references include an upstream Linux kernel commit and vendor advisories, but details are incomplete in the provided bundle.

Researcher notes

The source bundle names Linux kernel 6.0.8 and ntfs_attr_find but does not provide a complete affected-version matrix. Avoid assuming all distributions are affected equally; validate vendor backports and configuration. The referenced kernel commit is relevant evidence, but package remediation should follow distribution guidance.

Mitigation direction

  • Check kernel vendor advisories for affected and fixed package versions.
  • Prioritize applying vendor kernel updates that include the referenced upstream fix.
  • Limit local access to systems until patched where multi-user exposure exists.
  • Reduce exposure to untrusted NTFS media or filesystem inputs where operationally feasible.
  • Track NetApp and SUSE guidance if those environments are in scope.

Validation and detection

  • Inventory Linux hosts and identify kernel versions, especially 6.0.8-derived builds.
  • Confirm whether the kernel NTFS driver is present, enabled, or loaded.
  • Check vendor security notices for package-level affected status and fixed builds.
  • Verify installed kernel packages include the referenced upstream correction or vendor backport.
  • Review local-user exposure on shared systems, build hosts, and container hosts.
Prepared
Confidence
medium
Sources
6

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-125: 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-26607 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/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
5Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H1.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/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
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-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.