Cyber Resilience

CVE-2026-21218

Microsoft .Net 8.0.0 – 8.0.24

Published
10 February 2026
Modified
12 February 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.010 60th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2026-21218 is a high-severity Improper Handling of Missing Special Element (CWE-166) vulnerability in Microsoft .Net. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 40% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-21218 is a vulnerability in .NET stemming from improper handling of a missing special element. This flaw enables an unauthorized attacker to perform spoofing over a network. The issue carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) and is classified under CWE-166.

Any unauthenticated attacker with network access can exploit this vulnerability due to its low attack complexity and lack of required privileges or user interaction. Successful exploitation allows the attacker to achieve spoofing, resulting in a high impact on integrity while causing no impact on confidentiality or availability.

The Microsoft Security Response Center advisory provides details on mitigation and patches at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21218.

EU & UK References

Vulnerability Data

Improper handling of missing special element in .NET allows an unauthorized attacker to perform spoofing over a network.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-38229Same product: Apple Macos
CVE-2024-43485Same product: Apple Macos
CVE-2024-43499Same product: Apple Macos
CVE-2024-43498Same product: Apple Macos
CVE-2023-44209Same product: Apple Macos
CVE-2023-45244Same product: Apple Macos
CVE-2023-45245Same product: Apple Macos
CVE-2023-44210Same product: Apple Macos
CVE-2023-44153Same product: Apple Macos
CVE-2023-43799Same product: Apple Macos

Affected Assets

microsoft
.net
8.0.0 — 8.0.24 · 9.0.0 — 9.0.13 · 10.0.0 — 10.0.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

SI-10 directly requires validation of information inputs, structurally preventing failures to handle missing special elements.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent improper input-element handling by enforcing validation requirements throughout development.

ID.RA-01 partial match
prevents

Identifying and recording vulnerabilities enables remediation of missing-special-element flaws before exploitation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can discover missing-element flaws but does not prevent them by itself.

prevents

Secure SDLC practices can include input validation rules that detect missing special elements.

prevents

Application security requirements can mandate handling of missing delimiters or markers in input.

prevents

Secure architecture principles may indirectly reduce malformed-input risks but do not specifically address missing elements.

prevents

Secure coding standards directly require validation for missing special elements, covering most of this weakness.

References