Share
## https://sploitus.com/exploit?id=46CD16AC-87FF-5013-9237-1E9A3C278372
# 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)