Skip to content

rashedhasan090/AegisJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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:

    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)

About

I have created AegisJava, a tool to fix (detect and mitigate) CVE-2025-30749.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages