PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-81003 Linux CVE debrief

A vulnerability in the Linux kernel's net/iucv module allows for frame delivery to AF_IUCV sockets without proper ingress device checks, potentially leading to DoS, data injection, and fabric noise. The issue arises from afiucv_hs_rcv() selecting sockets based solely on transport header name fields, not considering the net_device the frame arrived on. This can cause issues such as accept-queue exhaustion, attacker-controlled peer identity, and data injection into existing sockets.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Linux kernel developers and administrators responsible for deploying and maintaining Linux systems, especially those using AF_IUCV sockets over HiperSockets or IQD devices, should assess exposure and apply patches or mitigations as necessary.

Why it matters

This vulnerability in the Linux kernel's net/iucv module can lead to security issues such as DoS, data injection, and fabric noise. Linux kernel developers and administrators should assess exposure and apply patches or mitigations.

  • Potential for DoS through accept-queue exhaustion
  • Risk of data injection into existing sockets
  • Possibility of fabric noise on the IQD fabric
  • Need for verification of ingress device checks in network configurations

Technical summary

The Linux kernel's net/iucv module has a vulnerability where afiucv_hs_rcv() does not properly filter frames by ingress device, leading to potential security issues such as DoS, data injection, and fabric noise. The fix involves skipping sockets whose hs_dev does not match the ingress device, reducing the attack surface to peers on the same HiperSockets segment. This issue affects Linux kernel deployments using AF_IUCV sockets over HiperSockets or IQD devices. Administrators should assess exposure and apply patches or mitigations as necessary. The vulnerability can be mitigated by verifying ingress device checks in network configurations and monitoring for unusual activity.

Defensive priority

High

Recommended defensive actions

  • Review and apply the patch provided in the Linux kernel stable updates
  • Assess exposure of AF_IUCV sockets in your Linux kernel deployments
  • Monitor for unusual activity on HiperSockets segments and IQD devices
  • Verify ingress device checks are properly implemented in your network configurations
  • Perform vulnerability scanning to identify potentially affected systems
  • Implement network segmentation to limit the impact of potential attacks
  • Review system logs for signs of exploitation attempts

Evidence notes

The CVE record and source references provide details on the vulnerability, its potential impacts, and the fix implemented in the Linux kernel. However, specific exploitation instances or victim information are not provided.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-81003 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-81003

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-81003 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-81003

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/80230a18c164a4b5bbc048fe2768b219ac17bc5a

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8e3763f1ccac3fc395f9af2b87114c023ced8a3f

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/a7f0130a091724e69827ab58e74777a88747e892

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/dfac2936b83be00035ae176f8252e1c1e1de9207

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.