CVE-2026-63797

Source
https://cve.org/CVERecord?id=CVE-2026-63797
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63797.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63797
Downstream
Published
2026-07-19T12:02:05.227Z
Modified
2026-07-21T03:47:29.221930949Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
rpmsg: char: Fix use-after-free on probe error path
Details

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

rpmsg: char: Fix use-after-free on probe error path

rpmsgchrdevprobe() stores the newly allocated eptdev in the default endpoint's priv pointer before calling rpmsgchrdeveptdevadd(). If rpmsgchrdeveptdevadd() then fails, its error path frees eptdev while the default endpoint may still dispatch callbacks with the stale priv pointer.

Avoid publishing eptdev through the default endpoint until rpmsgchrdeveptdevadd() succeeds. Messages received before the priv pointer is published should be ignored by rpmsgeptcb(). Flow-control updates can hit rpmsgeptflowcb() in the same window, so make both callbacks return success when priv is NULL.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63797.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bc69d10665690492421d926b1cd9a7a36bffd691
Fixed
ddf13f91ca82c94ef7ad9c41a434a03313f8eb1b
Fixed
c5ebb06c7e24d531b68707168e04698859d642bc
Fixed
104d100212396801f1d9d388282f746e23e2bfd6
Fixed
ff268cd9ccbce6472a0658791b417bf11c31ee39
Fixed
1ff3f528e67d20e2b1483dcaba899dc7832b2e6b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63797.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
6.6.144
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.95
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.38
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63797.json"