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: 7.5 High
EPSS: < 1% Very Low
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

The CVSS score of 7.5 reflects high severity. The EPSS score of < 1 % and lack of listing in the CISA KEV catalog indicate limited exploitation activity so far. The flaw causes an immediate kernel crash when a child socket allocation fails and the code path is exercised, potentially resulting in a denial‑of‑service that brings the entire system down. The likely attack vector is local or requires elevated privileges to initiate iucv connection attempts, so the risk is moderate to high for unpatched systems but remains limited until active exploitation surfaces.

Generated by OpenCVE AI on August 13, 2026 at 23:54 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 13, 2026 at 23:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


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-19T16:29:59.584Z

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

Link: CVE-2026-68141

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:19:59.767

Modified: 2026-08-19T17:20:31.207

Link: CVE-2026-68141

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T11:59:05Z

Links: CVE-2026-68141 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T00:00:04Z

Weaknesses