LiveActive security incident?Get immediate response
CVE Record

CVE-2024-36898: gpiolib: cdev: fix uninitialised kfifo

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix uninitialised kfifo If a line is requested with debounce, and that results in debouncing in software, and the line is subsequently reconfigured to enable edge detection then the allocation of the kfifo to contain edge events is overlooked. This results in events being written to and read from an uninitialised kfifo. Read events are returned to userspace. Initialise the kfifo in the case where the software debounce is already active.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A local user with access to Linux GPIO lines may trigger an unsafe event-buffer state. This can expose unintended kernel memory through returned events or disrupt the system. The flaw requires a specific sequence involving software debounce and later edge detection, so exposure depends on GPIO availability and permissions.

Executive priority

Treat as a high-priority patching item for GPIO-enabled systems with untrusted local users or shared workloads. Prioritize embedded and operational environments where disruption or kernel-memory disclosure matters. Systems without accessible GPIO interfaces are less likely to be exposed.

Technical view

The GPIO character-device path can omit kfifo allocation when software debounce is already active and a line is reconfigured for edge detection. Subsequent event reads and writes use an uninitialised kfifo. The supplied CVSS 3.1 score is 7.1, reflecting local, low-privilege access with potentially high confidentiality and availability impact.

Likely exposure

Linux systems using the GPIO character-device interface are candidates, especially embedded, industrial, appliance, and hardware-control environments. Practical exposure requires software debounce, subsequent edge-detection reconfiguration, and local access to the relevant GPIO line. The bundle lists several affected kernel releases, but does not clearly define complete vulnerable version ranges.

Exploitation context

The supplied CVSS vector indicates local access, low privileges, low complexity, and no user interaction. The bundle does not identify remote exploitation, public exploitation, or inclusion in CISA KEV; therefore active exploitation should not be assumed.

Researcher notes

The corrective change initializes the event kfifo when software debounce is already active. No CWE is supplied. The source bundle presents version entries without clear range semantics, so affected and fixed boundaries should be confirmed through Linux distribution advisories and the referenced stable commits.

Mitigation direction

  • Apply distribution or vendor kernel updates that incorporate the referenced stable fixes.
  • Prioritize systems exposing GPIO character devices to untrusted or lower-privileged local users.
  • Restrict access to relevant GPIO devices until updates can be deployed.
  • Check vendor advisories for exact affected and fixed package versions.

Validation and detection

  • Record running kernel and distribution package versions on systems exposing GPIO interfaces.
  • Compare package builds against vendor guidance and the referenced stable kernel fixes.
  • Review permissions and group membership controlling GPIO character-device access.
  • Confirm applications use software debounce followed by edge-detection reconfiguration.
  • After updating, verify deployed kernels contain the applicable upstream fix.
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.

cve · low confidence lookup

CVE-2024-36898 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
3Timeline events
2ADP providers
6Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H1.85.2Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2024-36898Attack 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

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
LinuxLinux65cff70464068a823b3f4a28074000febdce0630, 65cff70464068a823b3f4a28074000febdce0630, 65cff70464068a823b3f4a28074000febdce0630, 65cff70464068a823b3f4a28074000febdce0630, 65cff70464068a823b3f4a28074000febdce0630unaffected
LinuxLinux5.10, 0, 5.15.203, 6.1.91, 6.6.31, 6.8.10, 6.9affected
Weakness

CWE details

No CWE listed

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