Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add poorly annotated CVE #130

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions input/new.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"package_name": "",
"package_name": "mysql-connector-java",
"patch_versions": [],
"vulnerable_ranges": [],
"vulnerable_ranges": [
[
"0.0.1",
"8.0.33"
]
],
"cwe": [],
"tldr": "",
"doest_this_affect_me": "",
"how_to_fix": "",
"vulnerable_to": "",
"related_cve_id": "",
"language": "",
"severity_class": "",
"aikido_score": 0,
"changelog": ""
"tldr": "MySQL Connectors takeover vulnerability",
"doest_this_affect_me": "Attacker must have network access via multiple protocols to compromise MySQL Connectors. Successful attacks require human interaction from a person other than the attacker.",
"how_to_fix": "The namespace of this package has been changed on Maven to https://mvnrepository.com/artifact/com.mysql/mysql-connector-j. Upgrade to at least version 8.2.0 of this new package.",
"vulnerable_to": "Remote code execution",
"related_cve_id": "CVE-2023-22102",
"language": "JAVA",
"severity_class": "HIGH",
"aikido_score": 75,
"changelog": "https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES"
}