LiveActive security incident?Get immediate response
CVE Record

CVE-2024-27407: fs/ntfs3: Fixed overflow check in mi_enum_attr()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fixed overflow check in mi_enum_attr()

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux kernel flaw in NTFS3 attribute processing involves an incorrect overflow check. The supplied CVSS assessment indicates potentially severe confidentiality, integrity, and availability impact. Exploitation requires a local path, so exposure depends on the affected kernel code being present and reachable.

Executive priority

Treat this as a high-priority kernel update, especially on multi-user systems or hosts using NTFS3. It is not supported as an internet-direct or actively exploited emergency by the supplied evidence, but its rated impact warrants prompt exposure assessment and normal expedited patching.

Technical view

CVE-2024-27407 is a CWE-120 weakness in fs/ntfs3 function mi_enum_attr(). Linux stable commits correct the overflow check. CVSS 3.1 is 8.4: local vector, low complexity, no privileges, no user interaction, unchanged scope, and high impact across confidentiality, integrity, and availability.

Likely exposure

The bundle identifies Linux 5.15, 6.1.120, 6.6.19, 6.7.7, and 6.8 as affected; its additional “0” entry is ambiguous. Prioritize hosts running vendor kernels derived from affected lines where NTFS3 is enabled or used. Distribution backports may change exposure without changing the apparent kernel version.

Exploitation context

The CVSS vector characterizes exploitation as local, low complexity, requiring neither privileges nor user interaction. The supplied sources provide no evidence of active exploitation, and the CVE is not listed as KEV. KEV absence does not prove exploitation has never occurred.

Researcher notes

The public bundle gives only a short root-cause statement and stable commit references. It does not document a proof of concept, observed exploitation, trigger conditions, or a complete distribution-specific version matrix. The affected-version data also contains duplicate commit entries and an ambiguous “0,” so vendor package advisories should control final applicability decisions.

Mitigation direction

  • Apply kernel or distribution security updates incorporating the referenced stable fixes.
  • Confirm vendor backport status instead of relying only on the displayed kernel version.
  • Prioritize systems using NTFS3 or permitting untrusted local activity.
  • If updates are delayed, consult vendor guidance; the bundle names no workaround.

Validation and detection

  • Inventory running kernel versions across Linux systems.
  • Determine whether NTFS3 is enabled or actively used on affected hosts.
  • Compare vendor package status with the referenced Linux stable commits.
  • After updating, confirm the fixed kernel is the active running kernel.
Prepared
Confidence
medium
Sources
7

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-120: 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-2024-27407 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
8.4 (3.1)
Known Exploited
No
Published

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

2CVSS vectors
3Timeline events
2ADP providers
6Source links

SSVC decision data

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

CVSS vector scores

2 official scores

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

Vulnerability scoring details

Base CVSS 3.1 score

8.4High
CVSS 3.1 vector shape for CVE-2024-27407Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

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

ADP provider summaries

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

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux4534a70b7056fd4b9a1c6db5a4ce3c98546b291e, 4534a70b7056fd4b9a1c6db5a4ce3c98546b291e, 4534a70b7056fd4b9a1c6db5a4ce3c98546b291e, 4534a70b7056fd4b9a1c6db5a4ce3c98546b291eunaffected
LinuxLinux5.15, 0, 6.1.120, 6.6.19, 6.7.7, 6.8affected
Weakness

CWE details

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

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.