CVE-2026-90314

Source
https://cve.org/CVERecord?id=CVE-2026-90314
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90314.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90314
Downstream
Published
2026-09-17T16:08:33Z
Modified
2026-09-19T03:47:25Z
Summary
remoteproc: fix OOB read via signed offset in rsc_table_for_each_entry()
Details

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

remoteproc: fix OOB read via signed offset in rsc_table_for_each_entry()

table->offset[i] is a u32 from firmware, but was stored into a signed int. A crafted offset like 0xFFFFFFF0 becomes -16, placing hdr 16 bytes before the table buffer. The subsequent avail check was bypassed because the negative int was promoted to a large size_t in the expression "table_sz - offset - sizeof(*hdr)", yielding a large positive avail and letting the out-of-bounds hdr->type read proceed undetected.

Store the offset as u32 and validate it with unsigned comparisons before any pointer arithmetic.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90314.json"
}
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
fd2c15ec1dd3c2fdfc6ff03bb9644da9d530e3b9
Fixed
0d385be8f199b349f325cf90584b47b6a044ea79
Fixed
cc85e0d3d3333fd5fd2d50c9a4578d209d7f2564
Fixed
6a01ad25aa4f3a02153cf1d112cb9b65865cd5d8
Fixed
c82241a9454b2d30d53b50884f94b7972ba44a5e
Fixed
bc4940793aaa16a9cf90063b11d6926f8014a1b7
Fixed
6fd220604f06c746760183df74b07384c3fdd660
Fixed
6282d47b24b0c98d08d02807d676a7f67b4c052e
Fixed
bb840ea69347aff7bde5a208e7b5b180669a7656

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.4.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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