Skip to content

Compilation of our activities meddling with Java-related vulnerabilities

Notifications You must be signed in to change notification settings

Zenhro/zenrho-cves-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Zenrho Logo

Zenrho Java Vulnerability Repository

Overview

This repository is a comprehensive collection of Java-related vulnerabilities and their corresponding exploit scripts. It serves as a resource for security researchers, penetration testers, and developers to understand and mitigate common security issues in Java applications.

Repository Structure

Each vulnerability is organized into its own directory, named after its CVE identifier (when available). The structure is as follows:

├── CVE-YYYY-XXXX/
│   ├── README.md
│   ├── exploit.py
│   ├── vulnerable/
│       ├── ...

Vulnerabilities

  • CVE-2024-4956: Nexus Repository Manager Directory Traversal Vulnerability

(Add more vulnerabilities as they are included in the repository)

Disclaimer

The exploits and information in this repository are for educational and research purposes only. Always obtain proper authorization before testing on systems you do not own or have explicit permission to test.

Contributing

We welcome contributions to this repository. If you'd like to add a new vulnerability or improve existing content, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Add your vulnerability in a new directory following the existing structure
  4. Create a pull request with a clear description of your changes

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Compilation of our activities meddling with Java-related vulnerabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages