PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-63797 Linux CVE debrief

The Linux kernel was vulnerable to a use-after-free issue in the rpmsg character device driver. When rpmsg_chrdev_probe() failed, it could lead to callbacks being dispatched with a stale pointer. This vulnerability affects Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems. The issue arises from rpmsg_chrdev_probe() storing a newly allocated eptdev in the default endpoint's priv pointer before calling rpmsg_chrdev_eptdev_add(). If rpmsg_chrdev_eptdev_add() then fails, its error path frees eptdev while the default endpoint may still dispatch callbacks with the stale priv pointer.

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

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, users of Linux-based systems, security teams responsible for vulnerability management and patching, affected operators, platform administrators, vulnerability management teams, and security teams responsible for monitoring and incident response.

Technical summary

In the Linux kernel, a vulnerability was found in the rpmsg character device driver. Specifically, rpmsg_chrdev_probe() stored a newly allocated eptdev in the default endpoint's priv pointer before calling rpmsg_chrdev_eptdev_add(). If rpmsg_chrdev_eptdev_add() then failed, its error path freed eptdev while the default endpoint may still dispatch callbacks with the stale priv pointer. To fix this, the code was modified to avoid publishing eptdev through the default endpoint until rpmsg_chrdev_eptdev_add() succeeds. Messages received before the priv pointer is published should be ignored by rpmsg_ept_cb(). Flow-control updates can hit rpmsg_ept_flow_cb() in the same window, so both callbacks return success when priv is NULL.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the official patch for the Linux kernel rpmsg character device driver
  • Ensure Linux kernel and distribution updates are applied in a timely manner
  • Monitor Linux kernel and distribution security advisories
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • 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

Evidence notes

The CVE record was published on 2026-07-19T12:16:52.190Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the official advisory. The Linux kernel rpmsg character device driver vulnerability allows for a use-after-free issue, which could lead to callbacks being dispatched with a stale pointer. To confirm affected product deployments, assign an owner for follow-up, and review the supplied official advisory or CVE record.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-19T12:16:52.190Z and has not been modified since then. The NVD entry is currently Received.