I have created AegisJava, a tool to fix (detect and mitigate) CVE-2025-30749.
# AegisJava
A specialized tool to detect and mitigate **CVE-2025-30749**, a critical Remote Code Execution (RCE) vulnerability in Oracle Java SE.
## Vulnerability Details
- **CVE**: CVE-2025-30749
- **Severity**: High (CVSS 8.1)
- **Affected Components**: Java 2D
- **Impact**: Unauthenticated Remote Code Execution
## Usage
1. **Run the Scanner**:
```bash
python3 src/scanner.py
```
2. **Interpret Results**:
- **SAFE**: Your Java version is not in the known vulnerable list.
- **VULNERABLE**: You are running a version patched in the July 2025 CPU. **Update immediately.**
## Requirements
- Python 3.x
- Java installed and in PATH (for detection)
登录后查看神龙缓存的 POC 文件快照
登录查看