CVE-2026-68212

Source
https://cve.org/CVERecord?id=CVE-2026-68212
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-68212.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-68212
Downstream
Published
2026-08-10T12:00:31Z
Modified
2026-08-21T03:30:27Z
Summary
media: saa7134: Fix a possible memory leak in saa7134_video_init1
Details

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

media: saa7134: Fix a possible memory leak in saa7134_video_init1

In saa7134_video_init1(), the return value of the first saa7134_pgtable_alloc() is not checked. If it fails, the function continues as if successful, leaving the driver with an invalid page table. Additionally, if vb2_queue_init() for the VBI queue fails after the video queue page table has been allocated, the allocated memory is not freed before returning. The second saa7134_pgtable_alloc() also lacks a return value check. Errors occur during device probing before the device is fully registered, the normal cleanup path in saa7134_finidev() is not executed, leading to memory leaks and potential use of uninitialized DMA resources.

Check the return value of both saa7134_pgtable_alloc() calls and propagate errors. On failure of any later step, free allocated page tables to avoid memory leaks. Ensure control handlers are also released on error to prevent further resource leakage.

Found by code review.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68212.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
a00e68888d5d2b583b13d7d58204a27207af95fd
Fixed
e773b1d4bd191e7520bf9e02cb676d62c1b20556
Fixed
44e16e3e022bf4a26adf03bc05a6dd5ffc34ef6d
Fixed
34082a48376fd225a5c3d971c8962eb1320a54e0
Fixed
134c979dd721e22f196d71026432ee37d1f5cc38
Fixed
e1ef361ee31d1dba5dcae2cdd50f9c1352df0c23
Fixed
b7936e8cbec1b96b126058eeb005e5b9111df38e
Fixed
1731dd61b6c0b7435c139951d2b7eada6c9667a8
Fixed
f86ed548386e3050e5f8f25b450d09dc009d9a88

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.16.0
Fixed
5.10.265
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.216
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

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