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

Published Sep 24, 2026
·
Updated

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

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

tegravipchannelofparse() initializes np from dev->ofnode without taking a reference, but its error paths drop one through the errnodeput 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 ofnodeget() stored in vip->chan.ofnode, and that one is already released by the tegravipinit() error path and by tegravipexit().

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

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via MITRE·03:21 PM
Data Sourced
via MITRE·03:21 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

What conditions are required to trigger the issue?

Endpoint parsing in tegra_vip_channel_of_parse() must fail while processing a malformed device tree. The erroneous cleanup path then drops a reference to the VIP device's OF node even though the function did not acquire that reference.

2

What component or configuration is exposed?

The issue is in the Linux kernel staging media Tegra VIP video driver. Exposure depends on use of that driver together with a malformed device-tree endpoint configuration; the provided data does not establish that a default configuration is affected.

3

What is the relevant mitigation if an update cannot be applied immediately?

Avoid deploying malformed device trees that cause VIP endpoint parsing failures. In particular, review the device-tree endpoint configuration used by the Tegra VIP driver.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203