防御性研究仓库,针对 CVE-2025-55182(React Server Components/Next.js 中的预认证远程代码执行漏洞)。包含漏洞分析、检测规则(Suricata、Sigma、YARA)、缓解指南,以及用于跟踪新披露和补丁的自动化 CVE 监控系统。
本仓库仅用于防御性网络安全研究和教育目的。所有内容侧重于:
请勿将本信息用于未经授权的访问、恶意活动或任何非法目的。
本仓库包含对 CVE-2025-55182 的全面研究与文档,该漏洞需要深入分析与理解,以便进行适当的防御和缓解。
| 日期 | 事件 |
|---|---|
| 2025-11-29 | 发现漏洞 |
| 2025-12-03 | 分配 CVE |
| 2025-12-03 | 公开披露 |
| 2025-12-03 | 发布补丁(React RSC);2025-12-11(Next.js) |
有关详细时间线,请参阅 docs/overview-and-timeline.md
本仓库配备自动化 CVE 监控系统,持续追踪与 CVE-2025-55182 相关的新披露、GitHub PoC、博客文章和厂商更新。
监控系统会自动运行,但您也可以:
data/ 目录获取最新发现有关详细文档,请参阅 scripts/README.md
.
├── README.md # This file
├── .github/
│ └── workflows/
│ └── cve-monitor.yml # Automated CVE monitoring workflow
├── scripts/
│ ├── monitor_cve.py # CVE monitoring script
│ ├── config.yml # Monitoring configuration
│ └── README.md # Monitoring system documentation
├── data/
│ ├── findings.json # Tracked findings database
│ └── latest_report.md # Latest monitoring report
├── docs/ # Documentation directory
│ ├── overview-and-timeline.md # CVE overview and timeline
│ ├── technical-analysis.md # Technical deep dive
│ ├── lab-setup.md # Safe lab environment setup
│ ├── exploit-analysis.md # Defensive exploit analysis
│ ├── detection-rules.md # Detection rules and IOCs
│ ├── mitigation.md # Mitigation and hardening
│ ├── references.md # All references and sources (auto-updated)
│ ├── diagrams/ # Architecture and flow diagrams
│ ├── detection-rules/ # Detection rule files
│ └── lab-setup/ # Lab configuration files
└── CONTRIBUTING.md # Contribution guidelines
处理本研究时:
欢迎贡献!请阅读 CONTRIBUTING.md 了解指南。
本仓库面向:
本项目根据 MIT 许可证授权 - 详情请参阅 LICENSE 文件。
如有问题、建议或安全疑虑,请在本仓库中提交 issue。
本仓库及其内容仅用于教育和防御性安全研究目的。作者和贡献者:
最后更新: 2026-02-18
研究状态: 积极调查中
维护者: 安全研究社区
| 属性 | 详情 |
|---|
| CVE 编号 | CVE-2025-55182 |
| 严重程度 | 严重(CVSS 10.0) |
| 漏洞类型 | 通过不安全反序列化/原型污染实现的预认证远程代码执行(RCE) |
| 受影响软件 | React Server Components(react-server-dom-webpack、react-server-dom-parcel、react-server-dom-turbopack);Next.js |
| 受影响版本 | React RSC 19.0.0、19.1.0、19.1.1、19.2.0;Next.js <14.2.35 / <15.0.8 / <15.1.12 / <15.2.9 |
| 状态 | 已修补 – 已观察到活跃利用 |
| 可用补丁 | 是 – React RSC 19.0.1/19.1.2/19.2.1(2025-12-03);Next.js 14.2.35/15.0.8/15.1.12/15.2.9(2025-12-11) |