CVE-2026-89552

Source
https://cve.org/CVERecord?id=CVE-2026-89552
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89552.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89552
Downstream
Published
2026-09-11T19:44:26Z
Modified
2026-09-13T03:46:32Z
Summary
params: fix charp corruption on allocation failure
Details

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

params: fix charp corruption on allocation failure

param_set_charp() stores charp parameters in allocated memory after slab is available, and releases the previous value when the parameter is updated.

The previous value is released before the replacement allocation succeeds. If kmalloc_parameter() fails, the setter returns -ENOMEM with the parameter left as NULL.

Failing zswap's compressor update before zswap is initialized can later trigger:

BUG: kernel NULL pointer dereference, address: 0000000000000000 RIP: 0010:strcmp+0x10/0x30 Call Trace: zswap_setup+0x3b1/0x490 zswap_enabled_param_set+0x5b/0xa0 param_attr_store+0x93/0xe0 module_attr_store+0x1c/0x30 kernfs_fop_write_iter+0x116/0x1f0

Allocate and copy the replacement first, then replace the parameter value only after allocation succeeds.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89552.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
e180a6b7759a99a28cbcce3547c4c80822cb6c2a
Fixed
614f873268c5b172804c9af6639bd17b7e1e2359
Fixed
704ecd010d4a9b33160e40b74eb402f6b86a18e0
Fixed
0d8e2404925a0607ffec79a53170715a46936896
Fixed
3dfaae04243cde460d82dfc2a7dd0bb6664d20ae

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.30
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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