CVE-2026-74452

Source
https://cve.org/CVERecord?id=CVE-2026-74452
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74452.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74452
Downstream
Published
2026-08-15T12:26:56.331Z
Modified
2026-08-18T03:56:48.599545685Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
drm/panthor: reject firmware sections with oversized data
Details

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

drm/panthor: reject firmware sections with oversized data

In panthorfwloadsectionentry(), the data size to copy is calculated without validating it against the allocated section_size:

section->data.size = hdr.data.end - hdr.data.start;

If a crafted firmware sets data.size larger than the allocated memory, this could cause a heap buffer overflow in panthorfwinitsectionmem()

memcpy(section->mem->kmap, section->data.buf, section->data.size);

Additionally, if the section->data.size exceeds the BO size, could this memset underflow the size calculation, leading to a massive out-of-bounds zeroing of kernel memory?

memset(section->mem->kmap + section->data.size, 0,
       panthor_kernel_bo_size(section->mem) - section->data.size);

Reject section entries whose initial data is larger than the section size.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74452.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
2718d91816eeed03c09c8abe872e45f59078768c
Fixed
0e57165ca025a67d8dfd17efd2765fdd4925fdab
Fixed
2a761b9be5863e1d26a584f0c2d1e114a684ed9a
Fixed
7f4674d986c15c74327cb6ac6e2e2afecf061e04
Fixed
a3caaa06809248b996254be5b47e10804a3494e2

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.10.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

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