CVE-2026-43086

Source
https://cve.org/CVERecord?id=CVE-2026-43086
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43086.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-43086
Downstream
Related
Published
2026-05-06T07:40:20.631Z
Modified
2026-07-21T18:29:45.048522576Z
Summary
ipvs: fix NULL deref in ip_vs_add_service error path
Details

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

ipvs: fix NULL deref in ipvsadd_service error path

When ipvsbindscheduler() succeeds in ipvsaddservice(), the local variable sched is set to NULL. If ipvsstartestimator() subsequently fails, the outerr cleanup calls ipvsunbindscheduler(svc, sched) with sched == NULL. ipvsunbindscheduler() passes the cursched NULL check (because svc->scheduler was set by the successful bind) but then dereferences the NULL sched parameter at sched->doneservice, causing a kernel panic at offset 0x30 from NULL.

Oops: general protection fault, [..] [#1] PREEMPT SMP KASAN NOPTI KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] RIP: 0010:ipvsunbindscheduler (net/netfilter/ipvs/ipvssched.c:69) Call Trace: <TASK> ipvsaddservice.isra.0 (net/netfilter/ipvs/ipvsctl.c:1500) doipvssetctl (net/netfilter/ipvs/ipvsctl.c:2809) nfsetsockopt (net/netfilter/nfsockopt.c:102) [..]

Fix by simply not clearing the local sched variable after a successful bind. ipvsunbindscheduler() already detects whether a scheduler is installed via svc->scheduler, and keeping sched non-NULL ensures the error path passes the correct pointer to both ipvsunbindscheduler() and ipvsscheduler_put().

While the bug is older, the problem popups in more recent kernels (6.2), when the new error path is taken after the ipvsstart_estimator() call.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43086.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
705dd34440812735ece298eb5bc153fde9544d42
Fixed
730663352c9178f33fcf5929f4a37c1f1ca5a693
Fixed
4039959315008888dd53c37674d33351817a5166
Fixed
a32dabacee111cea083ddd57a03635672e1bff29
Fixed
c2ddbe577e2ebf63f2d8fb15cdc7503af70f3e94
Fixed
9a91797e61d286805ae10a92cc48959c30800556

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.136
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.83
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.24
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.14

Database specific

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