Bug 2439948 (CVE-2026-23153) - CVE-2026-23153 kernel: firewire: core: fix race condition against transaction list
Summary: CVE-2026-23153 kernel: firewire: core: fix race condition against transaction...
Keywords:
Status: NEW
Alias: CVE-2026-23153
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-14 17:04 UTC by OSIDB Bzimport
Modified: 2026-02-16 06:30 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-14 17:04:28 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.