CVE-2026-68141: net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()

Published Aug 10, 2026
·
Updated

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.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 10, 2026
CVE Published
via MITRE·11:59 AM
Data Sourced
via MITRE·11:59 AM
Description
Data Sourced
via NVD·01:19 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68141?

CVE-2026-68141 has a risk rating of 27.

2

What type of vulnerability is CVE-2026-68141?

CVE-2026-68141 is classified as a Null Pointer Dereference vulnerability.

3

How does CVE-2026-68141 affect the Linux kernel?

CVE-2026-68141 can lead to a NULL dereference in the function afiucv_hs_callback_syn() during socket allocation.

4

What systems are affected by CVE-2026-68141?

CVE-2026-68141 affects versions of the Linux kernel that utilize the net/af_iucv networking subsystem.

5

How do I fix CVE-2026-68141?

To fix CVE-2026-68141, update your Linux kernel to a patched version that addresses this NULL dereference issue.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203