ONTAP Guidance for Microsoft Security Update KB5073381 (CVE‑2026‑20833)
Applies to
- ONTAP 9
- CIFS/SMB with Kerberos authentication
- Active Directory (AD)
- Microsoft Security Update KB5073381
- CVE-2026-20833
Answer
- Microsoft identifies RC4 as a weak encryption type and recommends transitioning Kerberos environments to AES (AES‑128 / AES‑256).
- ONTAP shares the same guidance and recommends disabling RC4 for Kerberos authentication and using AES‑128 / AES‑256.
- To mitigate RC4-related risks, configure the CIFS server to use AES‑128 / AES‑256.
- Starting from ONTAP 9.13.1, AES is enabled by default for Kerberos authentication without requiring manual configuration.
Additional Information
- Q1.When is this change scheduled for
- January 2026: Audit phase
- April 2026: AES becomes the default (RC4 fallback disabled)
- July 2026: Full RC4 deprecation (enforcement)
- Q2. What happens to existing Kerberos service tickets after switching from
RC4/DEStoAES?
If the CIFS server is changed to AES‑only while clients still hold RC4‑encrypted service tickets, authentication will fail.
Why? (Kerberos flow)
- The client has a valid
TGT(valid for up to ~10 hours). - The client previously obtained a CIFS service ticket encrypted with
RC4. - The ONTAP CIFS server is later reconfigured to disallow
RC4and acceptAESonly. - When the client presents its
RC4‑encryptedticket, ONTAP cannot decrypt it → Kerberos authentication fails.
How to force the client to request a new TGT and a new AES service ticket.
- Option 1 – Client clears cached tickets automatically
If the OS/application supports automatic ticket renewal after failure, the client obtains a new AES‑encrypted ticket from the KDC.
- Option 2 – Manually purge tickets
If the client does not renew automatically, purge the Kerberos cache:
klist purge
- Q3. Do we need to remove
rc4anddesfrom ONTAP to comply with the Microsoft KB?(ONTAP has 4 default encryption types:aes-256, aes-128, rc4, des)
No. If AES‑128 or AES‑256 is enabled, ONTAP does not require RC4 or DES to be removed.
Why?
- Microsoft’s phased deprecation plan disables
RC4fallback on the KDC/Windows side, not on the storage side. - Once Windows AD and clients stop issuing or accepting
RC4tickets, the remaining ONTAPRC4/ DESadvertisement becomes irrelevant.Note: Starting from ONTAP 9.13.1,
AESis enabled by default for Kerberos authentication without requiring manual configuration.
Other Information:
