CVE-2026-89874

Source
https://cve.org/CVERecord?id=CVE-2026-89874
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89874.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89874
Downstream
Published
2026-09-16T10:31:42Z
Modified
2026-09-18T03:48:33Z
Summary
media: v4l2-async: avoid deleting unlinked ASC entry on link error
Details

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

media: v4l2-async: avoid deleting unlinked ASC entry on link error

v4l2_async_match_notify() creates ancillary media links before adding asc->asc_subdev_entry to sd->asc_list.

If ancillary link creation fails, the function jumps to err_call_unbind while asc_subdev_entry has not been linked yet. Async connections are zero-allocated, so the list entry still has NULL next and prev pointers on this path. Calling list_del() on it can therefore dereference NULL instead of returning the original link creation error.

Do not delete asc_subdev_entry from err_call_unbind. There is no list insertion to undo on this path; the bound callback and sub-device registration are the operations that need to be rolled back.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89874.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
28a1295795d85a25f2e7dd391c43969e95fcb341
Fixed
d273571e531405426983c6a45ec635c7d0415eed
Fixed
caac13f518d83974e9884d1eeda3d4cc3bb92978
Fixed
3345746e0957bce6c53644838e4955710a82a962
Fixed
a57d94026cb4fd7b3d258f0db2ad391cbccfaba5
Fixed
47d82b605351c0e04f6365e42c8ffe2fcfdba615

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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