CVE-2026-74467
Received Received - Intake

s390/qeth: Privilege Check for Private Ioctls

Vulnerability report for CVE-2026-74467, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-19

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-19
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper access control for certain ioctl commands on s390/qeth network devices. The issue is that three private ioctl commands (SIOC_QETH_ADP_SET_SNMP_CONTROL, SIOC_QETH_GET_CARD_TYPE, and SIOC_QETH_QUERY_OAT) were not properly restricted, allowing unprivileged users to execute them without the required CAP_NET_ADMIN capability.

Detection Guidance

This vulnerability affects the Linux kernel's s390/qeth driver and requires checking for unauthorized use of specific ioctl commands. To detect potential exploitation, monitor for usage of SIOC_QETH_ADP_SET_SNMP_CONTROL, SIOC_QETH_GET_CARD_TYPE, or SIOC_QETH_QUERY_OAT commands with CAP_NET_ADMIN checks. Use tools like strace or auditd to log ioctl calls and verify proper privilege checks.

Impact Analysis

This vulnerability could allow unprivileged users to perform unauthorized network device operations, potentially leading to network misconfigurations, information disclosure, or denial of service. Attackers might exploit it to gain elevated privileges or disrupt network functionality.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. The issue involves improper access control for specific ioctl commands in the Linux kernel's s390/qeth driver, which could allow unprivileged users to execute privileged operations. However, no evidence suggests this impacts data protection or privacy requirements under these regulations.

Mitigation Strategies

Apply the latest Linux kernel patches to address this issue. Ensure CAP_NET_ADMIN checks are enforced for the affected ioctl commands. Restrict unprivileged user access to network device management tools. Monitor system logs for suspicious ioctl usage patterns.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74467. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart