CVE-2026-23153: firewire: core: fix race condition against transaction list
In the Linux kernel, the following vulnerability has been resolved:
firewire: core: fix race condition against transaction list
The list of transaction is enumerated without acquiring card lock when
processing AR response event. This causes a race condition bug when
processing AT request completion event concurrently.
This commit fixes the bug by put timer start for split transaction
expiration into the scope of lock. The value of jiffies in card structure
is referred before acquiring the lock.
Security readout for executives and security teams
Plain-English summary
CVE-2026-23153 is a Linux kernel FireWire core race condition. The public record describes a locking bug during transaction handling, but does not give a CVSS score, CWE, crash impact, privilege impact, or data impact. Treat it as a kernel maintenance issue until vendor advisories clarify severity.
Executive priority
Moderate operational attention is appropriate, but severity is unknown. Handle through normal Linux kernel patch governance, with faster review for specialized workstations, labs, or servers that use FireWire-connected equipment.
Technical view
The AR response path enumerates the FireWire transaction list without acquiring the card lock while AT request completion may run concurrently. The resolved change moves split transaction expiration timer handling into the locked section and avoids reading card jiffies before the lock is held.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with the FireWire core in use. The source bundle identifies Linux kernel versions including 6.18, 6.18.9, and 6.19, but version-range details should be verified against vendor packaging.
Exploitation context
The source bundle does not report active exploitation, and CISA KEV status is false. The public description does not provide attack prerequisites, impact class, or exploitability details, so offensive feasibility cannot be assessed from these sources alone.
Researcher notes
The available evidence establishes a concurrency bug and kernel stable fixes, but not the security impact. Avoid assuming privilege escalation, denial of service, or remote reachability without additional vendor or upstream analysis.
Mitigation direction
Check distribution advisories for fixed kernel packages containing the referenced stable commits.
Apply vendor-supported kernel updates after normal compatibility testing.
Prioritize systems where FireWire support is enabled or operationally required.
Track the CVE record for future CVSS, CWE, and affected-version clarification.
Validation and detection
Inventory Linux kernel versions across managed systems.
Identify systems with FireWire core support enabled or hardware present.
Verify whether installed kernels include the referenced stable fixes.
Document exceptions where vendor packages are not yet available.
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-2026-23153 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
0CVSS vectors
3Timeline events
0ADP providers
3Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Feb 14, 2026, 16:01 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.