CVE-2026-89888

Source
https://cve.org/CVERecord?id=CVE-2026-89888
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89888.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89888
Downstream
Published
2026-09-16T10:31:51Z
Modified
2026-09-18T03:48:33Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
media: i2c: ov02a10: fix endpoint parsing use-after-free
Details

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

media: i2c: ov02a10: fix endpoint parsing use-after-free

The ov02a10_check_hwcfg() function calls fwnode_handle_put(ep) immediately after allocating and parsing the endpoint. However, it subsequently calls fwnode_property_read_u32() using the same 'ep' handle, leading to a potential use-after-free.

Additionally, reading the optional 'ovti,mipi-clock-voltage' property used to overwrite the 'ret' variable. If the property was missing, 'ret' would become negative, and this failure code would be incorrectly returned at the end of the function, causing probe to fail entirely.

Fix the use-after-free by moving fwnode_property_read_u32() before the endpoint is parsed and freed. Avoid the error leak by not assigning the result of fwnode_property_read_u32() to 'ret'.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89888.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
91807efbe8ec7f591085067d9f96a112e015274b
Fixed
9de48ba68f56de9fe20ebd3f9728d22af25f9a91
Fixed
8ddb3b69f67b0632ff3830da18de3e8dcaf5884b
Fixed
4c2988bf1ad2753240a38db10ce23e87ec542f8f
Fixed
213b2489130357c8d3e8d4fb2bdab88791ce3185
Fixed
90f9b421fc6d4f2edab7521efdb1e58571468d33
Fixed
6e13784452785cd8402b228bea53bc6a027ade84
Fixed
94971ba0592ca77ec99b292226a4b398763315b8

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.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-89888.json"