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

s390/qeth: Check CAP_NET_ADMIN for private ioctls

Gate the SIOCDEVPRIVATE ioctl commands SIOC_QETH_ADP_SET_SNMP_CONTROL,
SIOC_QETH_GET_CARD_TYPE and SIOC_QETH_QUERY_OAT with CAP_NET_ADMIN
capable check to ensure unprivileged users cannot invoke them.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the s390/qeth driver allows privileged NET_ADMIN checks to be bypassed on certain SIOCDEVPRIVATE ioctl commands, specifically SIOC_QETH_ADP_SET_SNMP_CONTROL, SIOC_QETH_GET_CARD_TYPE, and SIOC_QETH_QUERY_OAT. Because the driver fails to verify the CAP_NET_ADMIN capability, any local user who can open the qeth device node may execute these commands. This flaw permits an attacker to modify SNMP control settings, query card type information, or request on‑board accelerator data. The vulnerability is an improper authorization weakness, documented with CWE‑648 (Insufficient Access Control).

Affected Systems

All Linux kernel builds that include the qeth driver for the s390 platform are affected. The vulnerability description does not specify a particular kernel version, so any system that ships with the qeth module and the exposed SIOCDEVPRIVATE ioctls on the s390 architecture is potentially vulnerable until a patch restoring the capability check is deployed.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while the EPSS score of less than 1% and the absence from the CISA KEV catalog suggest a low probability of broad exploitation. Nevertheless, the flaw requires only local access to the qeth device file, meaning any untrusted local user or compromised process can leverage the unchecked ioctl calls to elevate privileges within the system. The risk is therefore significant for environments with weak local privilege separation.

Generated by OpenCVE AI on August 22, 2026 at 00:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the CAP_NET_ADMIN check for the affected qeth ioctl calls
  • If an immediate kernel update is not possible, restrict the qeth device node permissions so that only trusted users can access it
  • Employ SELinux, AppArmor or a similar security module to enforce fine‑grained controls on the qeth device and block unauthorized ioctl operations

Generated by OpenCVE AI on August 22, 2026 at 00:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Fri, 21 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-648
References
Metrics threat_severity

None

threat_severity

Moderate


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


Mon, 17 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Mon, 17 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Check CAP_NET_ADMIN for private ioctls Gate the SIOCDEVPRIVATE ioctl commands SIOC_QETH_ADP_SET_SNMP_CONTROL, SIOC_QETH_GET_CARD_TYPE and SIOC_QETH_QUERY_OAT with CAP_NET_ADMIN capable check to ensure unprivileged users cannot invoke them.
Title s390/qeth: Check CAP_NET_ADMIN for private ioctls
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:37:10.278Z

Reserved: 2026-08-15T05:44:03.902Z

Link: CVE-2026-74467

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:51.403

Modified: 2026-08-19T17:21:03.663

Link: CVE-2026-74467

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74467 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T00:30:16Z

Weaknesses
  • CWE-648

    Incorrect Use of Privileged APIs