LiveActive security incident?Get immediate response
CVE Record

CVE-2024-26736: afs: Increase buffer size in afs_update_volume_status()

In the Linux kernel, the following vulnerability has been resolved: afs: Increase buffer size in afs_update_volume_status() The max length of volume->vid value is 20 characters. So increase idbuf[] size up to 24 to avoid overflow. Found by Linux Verification Center (linuxtesting.org) with SVACE. [DH: Actually, it's 20 + NUL, so increase it to 24 and use snprintf()]

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux AFS kernel routine used a buffer too small to format the largest possible volume identifier. An overflow could threaten system confidentiality, integrity, and availability. The supplied CVSS score is 8.1, but the sources provide no evidence of active exploitation.

Executive priority

Treat this as a high-priority patch-management issue, particularly for AFS-dependent infrastructure. Its theoretical impact is broad, but current evidence does not justify declaring an active-exploitation emergency. Confirm exposure promptly and accelerate supported kernel updates where applicable.

Technical view

In afs_update_volume_status(), a volume identifier may require 20 characters plus a terminating NUL. The idbuf array was undersized. The referenced kernel correction increases it to 24 bytes and uses snprintf(). The supplied CVSS vector indicates network access, high complexity, no privileges, and no user interaction.

Likely exposure

Potential exposure includes systems running affected Linux kernel release lines where AFS functionality is present or used. The supplied flattened version data does not clearly preserve vulnerable range boundaries or downstream backports, so installed distribution builds require vendor-specific verification.

Exploitation context

The bundle marks this CVE as absent from KEV and cites no active exploitation, public proof of concept, or observed attacks. Although the CVSS vector describes a network attack path without authentication, the precise triggering conditions are not documented in the supplied sources.

Researcher notes

Linux Verification Center reportedly found the issue using SVACE. The defect concerns formatting a maximum-length volume identifier into an undersized buffer. The source bundle provides the correction and branch-specific commits, but no trigger analysis, exploitability demonstration, CWE assignment, or forensic indicators.

Mitigation direction

  • Apply a vendor-supported kernel containing the referenced AFS correction, following distributor guidance.
  • Prioritize affected systems that use AFS and have network exposure.
  • If patching is delayed, check vendor guidance; the supplied sources name no separate mitigation.

Validation and detection

  • Inventory running kernel builds and identify systems using AFS.
  • Compare distributor package changelogs or kernel source with the referenced stable commits.
  • Confirm the correction enlarges idbuf to 24 bytes and uses snprintf().
  • Verify the running kernel reflects the remediated build after maintenance.
Prepared
Confidence
medium
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.

cve · low confidence lookup

CVE-2024-26736 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.1 (3.1)
Known Exploited
No
Published

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

1CVSS vectors
3Timeline events
2ADP providers
9Source links

SSVC decision data

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

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
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/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
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxd2ddc776a4581d900fc3bdc7803b403daae64d88, d2ddc776a4581d900fc3bdc7803b403daae64d88, d2ddc776a4581d900fc3bdc7803b403daae64d88, d2ddc776a4581d900fc3bdc7803b403daae64d88, d2ddc776a4581d900fc3bdc7803b403daae64d88, d2ddc776a4581d900fc3bdc7803b403daae64d88, d2ddc776a4581d900fc3bdc7803b403daae64d88unaffected
LinuxLinux4.15, 0, 5.4.270, 5.10.211, 5.15.150, 6.1.80, 6.6.19, 6.7.7, 6.8affected
Weakness

CWE details

No CWE listed

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