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

net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()

afiucv_hs_callback_syn() allocates the child socket with GFP_ATOMIC.
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 iucv_sock_kill(nsk) in that path.

iucv_sock_kill() does not accept a NULL socket pointer and immediately
dereferences sk via sock_flag(sk, SOCK_ZAPPED). When nsk is NULL,
calling iucv_sock_kill(nsk) results in a NULL pointer dereference.

Only call iucv_sock_kill() when a child socket was successfully
allocated.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a NULL pointer dereference in the address family iucv callback for handling SYN packets. When child socket allocation fails, the code unconditionally calls iucv_sock_kill() with a NULL parameter. iucv_sock_kill() immediately dereferences the socket pointer, causing a kernel crash. The confirmed impact is a denial‑of‑service that can bring the entire system down when the vulnerability is exercised.

Affected Systems

All Linux distributions that ship a kernel version including the traditional iucv networking code and preceding the commit that introduced the fix are affected. No specific kernel version numbers are listed, so any kernel containing the pre‑patch code for afiucv_hs_callback_syn() is at risk.

Risk and Exploitability

No CVSS score is provided, and the EPSS score is not available; the vulnerability is not listed in the CISA KEV catalog. The lack of data does not diminish the potential severity of a kernel crash. The likely attack vector is local or requires elevated privileges to trigger the fault via iucv connection attempts. Because the flaw leads to an immediate crash, the risk is high once the code path is exercised. However, without evidence of active exploitation, the overall threat remains limited to unpatched systems.

Generated by OpenCVE AI on August 10, 2026 at 14:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the iucv fix committed in 2026‑68141
  • If a kernel upgrade is not possible, restrict iucv socket usage by disabling the iucv protocol or limiting new connections
  • Configure kernel monitoring to alert on sudden Oops or Panic events that may indicate an exploitation attempt

Generated by OpenCVE AI on August 10, 2026 at 14:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/af_iucv: fix NULL deref in afiucv_hs_callback_syn() afiucv_hs_callback_syn() allocates the child socket with GFP_ATOMIC. 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 iucv_sock_kill(nsk) in that path. iucv_sock_kill() does not accept a NULL socket pointer and immediately dereferences sk via sock_flag(sk, SOCK_ZAPPED). When nsk is NULL, calling iucv_sock_kill(nsk) results in a NULL pointer dereference. Only call iucv_sock_kill() when a child socket was successfully allocated.
Title net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-10T11:59:05.051Z

Reserved: 2026-07-30T09:28:09.370Z

Link: CVE-2026-68141

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T14:15:03Z

Weaknesses