PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97621 Linux CVE debrief

A buffer overflow vulnerability exists in the Linux kernel's drm/rockchip component. The rockchip_dp_drm_encoder_enable() function uses sprintf() to format a device tree path into a 32-byte stack buffer, which can overflow if the path is too long. This issue has been resolved by replacing sprintf() with snprintf() to truncate the generated name. The vulnerability affects Linux kernel-based systems using the drm/rockchip component. Defenders should review system configurations and monitor logs for potential exposure. The CVE record and NVD entry provide details on the vulnerability, including its description and affected components.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Defenders responsible for Linux kernel-based systems, particularly those using the affected drm/rockchip component, should assess exposure and prioritize patching. They should review system configurations, monitor logs for suspicious activity, and verify and apply patches to prevent exploitation.

Why it matters

A buffer overflow vulnerability in the Linux kernel's drm/rockchip component requires defenders to verify and apply patches, review system configurations, and monitor logs.

  • Potential buffer overflow and arbitrary code execution
  • Need to verify and apply patches to prevent exploitation
  • Monitoring system logs for suspicious activity is recommended

Technical summary

The rockchip_dp_drm_encoder_enable() function in the Linux kernel's drm/rockchip component uses sprintf() to format a device tree path into a 32-byte stack buffer. This can lead to a buffer overflow if the path is too long. The issue has been resolved by replacing sprintf() with snprintf() to truncate the generated name. The vulnerability affects Linux kernel-based systems using the drm/rockchip component. Defenders should review system configurations and monitor logs for potential exposure to prevent exploitation.

Defensive priority

Defenders should prioritize verifying and applying patches for this vulnerability, particularly for systems using the affected Linux kernel versions.

Recommended defensive actions

  • Verify and apply patches for this vulnerability
  • Review system configurations and device tree paths for potential exposure
  • Monitor system logs for suspicious activity
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its description and affected components. However, the corpus does not establish specific versions, exploitation, impact, or remediation beyond patching.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97621 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-97621

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-97621 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97621

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2fcd112caa4ebc64fdcb509f0b26d8daa3fac950

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/49f5268f43a791dd0d9ff554cce25a3685c7250b

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/bc69439d983cc491cc86e01fafc1deb94e1bb85e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.