From 368ed9750d31259a3690301a03af01b4559e9978 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Fri, 22 Nov 2024 16:20:04 +0800 Subject: [PATCH] create cve CVE-2024-35933 --- data/cve/CVE-2024-35933.json | 74 ++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 data/cve/CVE-2024-35933.json diff --git a/data/cve/CVE-2024-35933.json b/data/cve/CVE-2024-35933.json new file mode 100644 index 0000000000..21516f02e8 --- /dev/null +++ b/data/cve/CVE-2024-35933.json @@ -0,0 +1,74 @@ +{ + "id": 23867, + "cve_id": "CVE-2024-35933", + "creator": null, + "publisher": "cve-center", + "publish_third_party_token": "cve-center", + "publish_date": "2024-05-19 14:00:10", + "cvss": { + "nvd_cvss": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", + "openanolis_cvss": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" + }, + "product": [ + { + "product_id": 6, + "name_version": "Anolis OS 7", + "product_package_info": { + "src": [ + { + "rpm_name": "kernel-4.19", + "rpm_status": "not_fix" + } + ] + } + }, + { + "product_id": 5, + "name_version": "Anolis OS 8", + "product_package_info": { + "src": [ + { + "rpm_name": "kernel-4.19", + "rpm_status": "not_fix" + }, + { + "rpm_name": "kernel-5.10", + "rpm_status": "not_fix" + } + ] + } + }, + { + "product_id": 7, + "name_version": "Anolis OS 23", + "product_package_info": { + "src": [ + { + "rpm_name": "kernel-5.10", + "rpm_status": "not_fix" + } + ] + } + } + ], + "affected_packages": [ + "kernel-5.10", + "kernel-4.19" + ], + "score": 5.5, + "severity": "Moderate", + "status": 1, + "source": "Mitre", + "cve_source_link": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35933", + "abstract": "In the Linux kernel, the following vulnerability has been resolved:", + "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