.NET高级代码审计(第八课)SoapFormatter反序列化漏洞
# .NET SoapFormatter反序列化漏洞深度分析与防御指南
## 一、SoapFormatter概述
SoapFormatter是.NET框架中用于序列化和反序列化对象为SOAP格式的类,实现了IFormatter接口。它可以将.NET对象转换为SOAP格式的XML数据,也可以将SOAP数据反序列化为.NET对象。
### 核心特性
- 实现了`IFormatter`和`IRemotingFormatter`接口
- 使用SOAP(Simple Object Access Pr
2025-08-17 00:16:03
0