CVE-2026-97621

Unknown

Last modified

CVE-2026-97621 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogix_dp: fix unchecked bound endpoint name length rockchip_dp_drm_encoder_enable() uses sprintf() to format a device tree path into a 32-byte stack buffer. Device tree paths are not limited to this size, so a sufficiently long path can overflow the buffer. Use snprintf() with the destination size to truncate the generated name and keep the writes within bounds..

Description

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogix_dp: fix unchecked bound endpoint name length rockchip_dp_drm_encoder_enable() uses sprintf() to format a device tree path into a 32-byte stack buffer. Device tree paths are not limited to this size, so a sufficiently long path can overflow the buffer. Use snprintf() with the destination size to truncate the generated name and keep the writes within bounds.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 729f8eefdcadaff98606931e691910f17d8d59d6, < 49f5268f43a791dd0d9ff554cce25a3685c7250b; >= 729f8eefdcadaff98606931e691910f17d8d59d6, < 2fcd112caa4ebc64fdcb509f0b26d8daa3fac950; >= 729f8eefdcadaff98606931e691910f17d8d59d6, < bc69439d983cc491cc86e01fafc1deb94e1bb85e
LinuxLinux6.16

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-97621?
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogix_dp: fix unchecked bound endpoint name length rockchip_dp_drm_encoder_enable() uses sprintf() to format a device tree path into a 32-byte stack buffer. Device tree paths are not limited to this size, so a sufficiently long path can overflow the buffer. Use snprintf() with the destination size to truncate the generated name and keep the writes within bounds.
How severe is CVE-2026-97621?
Severity scoring for CVE-2026-97621 is pending analysis.
How do I fix CVE-2026-97621?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-97621?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST