From b27abb6191b636a733852e03a6af5cc510ea1ec6 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Wed, 4 Jun 2025 09:52:25 +0800 Subject: [PATCH] create cve CVE-2024-21135 --- data/cve/CVE-2024-21135.json | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/cve/CVE-2024-21135.json diff --git a/data/cve/CVE-2024-21135.json b/data/cve/CVE-2024-21135.json new file mode 100644 index 0000000000..2689b5058e --- /dev/null +++ b/data/cve/CVE-2024-21135.json @@ -0,0 +1,45 @@ +{ + "id": 28689, + "cve_id": "CVE-2024-21135", + "creator": null, + "publisher": "cve-center", + "publish_third_party_token": "cve-center", + "publish_date": "2024-07-17 07:15:14", + "cvss": { + "nvd_cvss": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", + "openanolis_cvss": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" + }, + "product": [ + { + "product_id": 7, + "name_version": "Anolis OS 23", + "product_package_info": { + "src": [ + { + "rpm_name": "mysql", + "rpm_status": "unaffected" + } + ] + } + } + ], + "affected_packages": [ + "mysql" + ], + "score": 4.9, + "severity": "Moderate", + "status": 1, + "source": "Mitre", + "cve_source_link": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21135", + "abstract": "Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.36 and prior and 8.3.0 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).", + "description": null, + "issue": null, + "acknowledgements": null, + "acknowledgements_en": null, + "reference": null, + "diagnose": null, + "statement": null, + "mitigation": null, + "update_user": null, + "errata": [] +} \ No newline at end of file -- Gitee