Answer in brief
CVE-2026-93223 records a Unknown severity vulnerability in staging: media: tegra-video: fix of_node_put() on VIP parse errors. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e740d199cf0ff1e53ddc2ab067c0a09b55845d68 <a3783800c9475fa58b8db0885893f96a23f949da || >=e740d199cf0ff1e53ddc2ab067c0a09b55845d68 <1295ba29ac590bbb5c4a586afd408018168af10b || >=e740d199cf0ff1e53ddc2ab067c0a09b55845d68 <656d047dc0c29c0964d840217a0593f16aa9bc5e || >=e740d199cf0ff1e53ddc2ab067c0a09b55845d68 <fc9937019cf7e2fe4e29f9341e6400bcd2cde721 || >=e740d199cf0ff1e53ddc2ab067c0a09b55845d68 <7393372f79db940acff206b43e2905685a0c57ad | a3783800c9475fa58b8db0885893f96a23f949da, 1295ba29ac590bbb5c4a586afd408018168af10b, 656d047dc0c29c0964d840217a0593f16aa9bc5e, fc9937019cf7e2fe4e29f9341e6400bcd2cde721, 7393372f79db940acff206b43e2905685a0c57ad |
| Linux/Linuxgeneric | 6.5 | Not reported |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.