Microsoft Introduces MDASH For Vulnerability Discovery

According to Microsoft, the company announced a new multi-model agentic security system codenamed MDASH, designed to automate large-scale vulnerability discovery across Windows and other Microsoft codebases. Microsoft reports MDASH orchestrates more than 100 specialized AI agents that scan, debate, validate, deduplicate, and prove exploitable bugs end-to-end. Per Microsoft, the system discovered 16 previously unknown vulnerabilities in the Windows networking and authentication stack, including four Critical remote code execution flaws that were fixed in this month's Patch Tuesday release. Microsoft published benchmark results showing MDASH scored 88.45% on the public CyberGym benchmark of 1,507 real-world vulnerabilities, and reported 96% and 100% recall on historical clfs.sys and tcpip.sys cases respectively, according to the company blog. Microsoft states MDASH is used internally and is in a limited private preview with select customers.
What happened
Microsoft announced a new agentic security system codenamed MDASH for large-scale vulnerability discovery, according to a Microsoft security blog post and subsequent reporting by InfoQ, GeekWire, SC Media, and The Hacker News. Per Microsoft, MDASH orchestrates more than 100 specialized AI agents across an ensemble of frontier and distilled models to find, debate, validate, deduplicate, and prove exploitable defects. According to Microsoft, the system uncovered 16 previously unknown vulnerabilities in Windows networking and authentication components, including four Critical remote code execution flaws that were patched in this month's Patch Tuesday release. Microsoft published performance claims that MDASH achieved 88.45% on the CyberGym benchmark of 1,507 real-world vulnerabilities and reported 96% recall on historical clfs.sys cases and 100% recall on tcpip.sys, per the company blog.
Technical details
Per the Microsoft announcement, MDASH implements a multi-stage pipeline in which distinct agent classes perform discrete roles: threat-model construction and scanning by auditor agents, independent validation by debater agents, semantic grouping and deduplication, and automated proof-of-concept generation by prover agents. Microsoft described the architecture as model-agnostic and configurable, using state-of-the-art models for deep reasoning, distilled models for high-volume validation passes, and separate counterpoint models to reduce correlated failures. Microsoft also wrote that disagreement across agents is used as a signal for posterior credibility, quoting, "Disagreement between models is itself a signal: when an auditor flags something as suspect and the debater can't refute it, that finding's posterior credibility goes up." The company said MDASH is being used by internal security teams and is available to a small set of customers in a limited private preview, per the blog post.
Editorial analysis
Industry observers following AI-assisted security coverage note that MDASH consolidates a trend from single-model proofs of concept toward orchestrated, multi-agent pipelines that embed validation and exploit-proofing into the workflow. Comparable public reporting highlights that MDASH's multi-agent, ensemble approach contrasts with single-model systems such as Anthropic's Mythos as reported by GeekWire and other outlets. Observed patterns in similar transitions indicate that adding stages for independent validation and explicit proof construction tends to reduce false positives and increases operational confidence, but it also increases system complexity and the need for robust tooling around orchestration and provenance.
For practitioners
Practitioners should view MDASH's reported results as an indicator that agentic pipelines are maturing for applied vulnerability research, while remaining cautious about generalizing benchmark performance to every codebase. Key technical takeaways include the value of role-specialized agents, the use of distilled models for scale, and the explicit use of cross-agent disagreement as a confidence signal. Teams evaluating comparable tools will need to validate exploit proofs against their threat models and examine how provenance, reproducibility, and toolchain safety are managed in multi-agent workflows.
What to watch
Industry readers should monitor independent benchmark replications beyond CyberGym, third-party audits of MDASH-discovered findings, and how Microsoft and other vendors handle responsible disclosure and tooling for incident responders. Observers should also track whether MDASH-like systems are integrated into SBOM and CI pipelines, and how suppliers address operational risks that arise from automated exploit generation.
Scoring Rationale
MDASH represents a notable step in applying multi-agent AI to real-world vulnerability discovery and produced measurable results (16 flaws, top benchmark score). The story matters to security engineers and ML practitioners building detection and red-team tooling. It is important but not a paradigm-shifting AI release.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

