CVE-2026-93223

Source
https://cve.org/CVERecord?id=CVE-2026-93223
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93223.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93223
Downstream
Published
2026-09-24T15:21:06Z
Modified
2026-09-25T03:48:53Z
Summary
staging: media: tegra-video: fix of_node_put() on VIP parse errors
Details

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

staging: media: tegra-video: fix of_node_put() on VIP parse errors

tegra_vip_channel_of_parse() initializes np from dev->of_node without taking a reference, but its error paths drop one through the err_node_put label. This underflows the refcount of the VIP device's OF node when endpoint parsing fails on a malformed device tree.

The only reference the function takes on np is the success-path of_node_get() stored in vip->chan.of_node, and that one is already released by the tegra_vip_init() error path and by tegra_vip_exit().

Return errors directly instead of jumping to the bogus cleanup label.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93223.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
e740d199cf0ff1e53ddc2ab067c0a09b55845d68
Fixed
a3783800c9475fa58b8db0885893f96a23f949da
Fixed
1295ba29ac590bbb5c4a586afd408018168af10b
Fixed
656d047dc0c29c0964d840217a0593f16aa9bc5e
Fixed
fc9937019cf7e2fe4e29f9341e6400bcd2cde721
Fixed
7393372f79db940acff206b43e2905685a0c57ad

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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