CVE-2026-68141

Source
https://cve.org/CVERecord?id=CVE-2026-68141
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68141.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68141
Downstream
Published
2026-08-10T11:59:05.051Z
Modified
2026-08-12T04:18:45.991878353Z
Summary
net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()
Details

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

net/afiucv: fix NULL deref in afiucvhscallbacksyn()

afiucvhscallbacksyn() allocates the child socket with GFPATOMIC. If the allocation fails, nsk is NULL.

The connection-refused path is entered when the listen state check fails, the accept backlog is full, or nsk is NULL. The code unconditionally calls iucvsockkill(nsk) in that path.

iucvsockkill() does not accept a NULL socket pointer and immediately dereferences sk via sockflag(sk, SOCKZAPPED). When nsk is NULL, calling iucvsockkill(nsk) results in a NULL pointer dereference.

Only call iucvsockkill() when a child socket was successfully allocated.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68141.json",
    "cna_assigner": "Linux"
}
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
3881ac441f642d56503818123446f7298442236b
Fixed
8bb111f87ded6acb9837ec9b45d6f02cda94c51f
Fixed
46453b16f38ec7147351f7447e2aec6ea330f7b3
Fixed
33736ff5e7c97d3348ce812e8bd2e125d840743c
Fixed
0e857185591fe79934427c9c0c1c31dc776be134
Fixed
47a5116e56a6b6fe1e909f244e39cd0fc26ceee4

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.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/cve-osv-conversion/osv-output/CVE-2026-68141.json"