CVE-2026-74734

Source
https://cve.org/CVERecord?id=CVE-2026-74734
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74734.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74734
Downstream
Published
2026-08-26T14:36:48.753Z
Modified
2026-08-28T11:48:23.516425591Z
Summary
firewire: ohci: fix NULL pointer dereference in ar_context_release
Details

In the Linux kernel, the following vulnerability has been resolved:

firewire: ohci: fix NULL pointer dereference in arcontextrelease

During the error handling path of the driver's probe function, a NULL pointer dereference can occur in arcontextrelease().

When pciprobe() fails early (e.g., if pcimenabledevice() or MMIO mapping fails), the devres cleanup mechanism invokes releaseohci(). This function unconditionally calls arcontextrelease() to clean up the asynchronous receive contexts. However, if arcontextinit() was not yet called, ctx->ohci remains NULL (as the fwohci structure is zero-initialized by devresalloc()).

arcontextrelease() immediately dereferences ctx->ohci to get the dev pointer before checking if the context was actually initialized, leading to a crash:

Oops: general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] SMP KASAN NOPTI KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] RIP: 0010:arcontextrelease+0x3f/0x380 drivers/firewire/ohci.c:543 Call Trace: releaseohci+0x3f/0x60 drivers/firewire/ohci.c:3567 releasenodes drivers/base/devres.c:546 [inline] devresreleaseall+0x1a8/0x260 drivers/base/devres.c:576 deviceunbindcleanup drivers/base/dd.c:597 [inline] really_probe+0x451/0xae0 drivers/base/dd.c:772

To fix this, move the assignment of the dev pointer after the !ctx->buffer check. If ctx->buffer is NULL, it indicates that the context was never successfully initialized and there is nothing to release, safely avoiding the dereference of the uninitialized ctx->ohci pointer.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74734.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5716e58aecdd4f7225c2e46ce903a839fc54f22f
Fixed
ed5470771c7ed7f959230c4697f316af83426a90
Fixed
7d228ba43279de2d191f25e139fad166409c2c06
Fixed
42d217add8d80d6e7d9f58f80d11ea9b07ea113e

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74734.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74734.json"