Cyber Resilience

CVE-2026-32178

Microsoft .Net 10.0.0 – 10.0.6

Published
14 April 2026
Modified
15 July 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:H/I:N/A:N
EPSS Score 0.023 82th percentile
Risk Priority 61 floored blend · peak EPSS

Summary

CVE-2026-32178 is a high-severity Improper Neutralization of Special Elements (CWE-138) vulnerability in Microsoft .Net. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 18% 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) and SA-8 (Security and Privacy Engineering Principles) — 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-32178 is an improper neutralization of special elements vulnerability (CWE-138) in .NET that enables an unauthorized attacker to perform spoofing over a network. Published on 2026-04-14, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), highlighting its network accessibility, low attack complexity, lack of prerequisites, and significant confidentiality impact.

Any unauthenticated attacker can exploit this vulnerability remotely without user interaction by sending crafted network traffic that bypasses neutralization controls in .NET. Successful exploitation allows spoofing, potentially leading to high-impact confidentiality violations, such as unauthorized access to sensitive data.

Mitigation guidance is available in the Microsoft Security Response Center advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32178.

EU & UK References

Vulnerability Data

Improper neutralization of special elements in .NET allows an unauthorized attacker to perform spoofing over a network.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-38229Same product: Apple Macos
CVE-2024-43498Same product: Apple Macos
CVE-2024-43485Same product: Apple Macos
CVE-2024-43499Same product: Apple Macos
CVE-2024-38133Same vendor: Microsoft
CVE-2023-2110Same product: Apple Macos
CVE-2024-0129Same product: Apple Macos
CVE-2023-26020Same product: Apple Macos
CVE-2024-20337Same product: Apple Macos
CVE-2023-26512Same product: Apple Macos

Affected Assets

microsoft
.net
10.0.0 — 10.0.6 · 8.0.0 — 8.0.26 · 9.0.0 — 9.0.15
microsoft
visual studio 2022
17.12.0 — 17.12.19 · 17.14.0 — 17.14.30

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.12

Mitigating Controls (NIST 800-53 r5) AI

Input validation enforces neutralization or rejection of special syntactic elements before they reach a downstream interpreter.

Security engineering principles include requirements for safe input handling and neutralization of control characters.

Output filtering can neutralize special elements before they are interpreted by a receiving component.

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 require proper neutralization of inputs to prevent injection flaws.

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 detect instances of CWE-138 but does not itself implement the neutralization controls.

prevents

Secure development life cycle mandates input validation and sanitization that directly prevents improper neutralization of special elements.

prevents

Application security requirements explicitly call for controls against injection and malformed input that cause CWE-138.

prevents

Secure system architecture principles reduce attack surface but do not prescribe the specific neutralization techniques needed for CWE-138.

prevents

Secure coding standards require proper escaping and neutralization of special elements, directly eliminating CWE-138.

References