Skip to content
Security & Trust

Mandiant: ViewState Deserialization Compromised Enterprise LMS in 2025

A Mandiant breach response finds ViewState deserialization actively exploited in enterprise learning systems.

· 5 min read
Share on X LinkedIn
Mandiant: ViewState Deserialization Compromised Enterprise LMS in 2025

A Long-Documented Vulnerability Class, Still in Production

In late 2025, Mandiant responded to a security incident at an organization running KnowledgeDeliver — a Learning Management System developed by Digital Knowledge and deployed in Japanese enterprise environments. The attacker's entry point was not a novel exploit or a zero-day. It was ViewState deserialization: a vulnerability class rooted in ASP.NET WebForms, a Microsoft web framework whose primary adoption window ran from approximately 2002 through the mid-2010s, with enterprise deployments — particularly in markets with longer software lifecycle norms — extending that timeline considerably further. The incident is a case study in what accumulates when architectural decisions made during one era of the web persist into subsequent eras, carrying their original risk profile into environments those decisions were never designed to serve.

Mandiant documented ViewState deserialization attacks against on-premises Microsoft Exchange servers in intrusions observed from 2020 onward; the 2025 KnowledgeDeliver incident extends the same confirmed technique to enterprise LMS deployments
ViewState Exploitation: Documented Prior Pattern
Source: Google Cloud / Mandiant Threat Intelligence Blog (2020, June 2026)

The ViewState Attack Class

ViewState is an ASP.NET WebForms mechanism for preserving page state between HTTP requests. In its standard configuration, ViewState is stored as a Base64-encoded serialized object in a hidden HTML form field. When a request is submitted, the server deserializes this value to reconstruct page state. The risk is not inherent to all ASP.NET WebForms deployments: it arises specifically when the application's machine key is weak, default, or has been exposed through a secondary information-disclosure vulnerability. Microsoft made ViewState MAC validation mandatory by default beginning in .NET 4.5 (released 2012), providing a meaningful control in properly maintained applications. The exposure concentrates in long-running enterprise WebForms deployments where machine keys have not been rotated or reviewed, or where applications continue to target older .NET framework versions with weaker defaults. Modern ASP.NET Core deployments do not use ViewState and are not exposed to this attack class. Where the machine key is known or obtainable, a crafted ViewState payload can trigger arbitrary code execution during deserialization — a direct consequence of trusting client-supplied data during a security-sensitive server operation. Mandiant has documented this attack class in prior campaigns targeting Exchange servers; the KnowledgeDeliver incident extends the pattern to enterprise LMS deployments.

Insecure deserialization and software integrity failures are classified in the OWASP Top 10 as A08:2021 — Software and Data Integrity Failures, reflecting sustained industry recognition of the vulnerability class across web application stacks
Deserialization as a Recognized Web Risk Class
Source: OWASP Top 10 (September 2021)

Enterprise Learning Systems as a Target Class

Learning Management Systems occupy a specific position in enterprise infrastructure. They hold employee training records, compliance certifications, and performance data — and increasingly carry integrations with HR platforms, identity providers, and AI-assisted content delivery tools. In regulated industries, LMS completion records are compliance artifacts with legal standing. This data profile makes LMS deployments attractive for intelligence collection and for establishing persistent footholds ahead of lateral movement into broader enterprise networks. KnowledgeDeliver's presence in Japanese enterprise environments — across manufacturing, financial services, and technology sectors where Japanese-developed enterprise software maintains multi-decade installed bases — concentrates this exposure within a specific organizational profile. Unlike consumer-facing applications that face continuous external scrutiny, enterprise LMS systems frequently run on extended support cycles with infrequent security reviews.

ViewState deserialization confirmed as the attack pathway in a late-2025 incident response engagement against a KnowledgeDeliver LMS deployment, attributed by Mandiant researchers Takahiro Sugiyama, Peter Revelant, and Mathew Potaczek
KnowledgeDeliver Compromise Vector
Source: Google Cloud / Mandiant Threat Intelligence Blog (June 2026)

The Architecture Inheritance Problem

The KnowledgeDeliver incident extends a pattern Mandiant has documented across multiple enterprise contexts since at least 2020: ASP.NET WebForms applications where machine key configuration has not been reviewed or rotated remain exploitable via ViewState deserialization, regardless of what other security controls surround them. The technique has been publicly documented since the 2017 release of ysoserial.net, and institutionalized in threat reporting through Mandiant's analysis of Exchange-targeting intrusion campaigns. The gap between public documentation and organizational remediation is where the risk persists. ASP.NET WebForms was a coherent architecture for the human-browsing web of the early 2000s. It was not designed for the current environment, where enterprise applications connect to external APIs, integrate with machine-initiated workflows, and receive requests from automated systems alongside human browsers. Each integration layer added to a WebForms-era LMS deployment — SSO connectors, API feeds, AI-assisted training modules — extends the network of trust relationships that a deserialization foothold can traverse. Modern ASP.NET Core architectures do not carry this exposure; the risk belongs specifically to WebForms-era deployments where machine key hygiene has not kept pace with the application's extended life in production. The documented trajectory — from Exchange servers to enterprise LMS — reflects the opportunistic expansion of a proven, well-understood technique across a broader surface of under-reviewed enterprise software.

Share this insight