CVE-2026-93785: cifs: validate idmap key payload length

Published Sep 24, 2026
·
Updated

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

cifs: validate idmap key payload length

The cifs.idmap key type stores its payload length in key->datalen, which is limited to U16MAX. Accepting a larger key payload truncates the recorded length and can make later users interpret the payload using inconsistent bounds.

Reject oversized preparsed payloads before allocating or copying them. This keeps key->datalen consistent with the stored data for both inline and separately allocated idmap payloads.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    For the cifs.idmap key type, reject oversized preparsed payloads before allocating or copying them, and enforce that key->datalen does not exceed U16_MAX.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:02 PM
Data Sourced
via MITRE·04:02 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the vulnerable behavior?

A cifs.idmap key payload larger than U16_MAX must be accepted during preparsing. The oversized length can be truncated in key->datalen, causing later users to operate with bounds inconsistent with the stored payload.

2

What is the mitigation when an immediate update is not possible?

The provided data identifies the necessary safeguard: reject oversized preparsed cifs.idmap payloads before they are allocated or copied. No other workaround or configuration-based mitigation is specified.

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