From 1e4982e4ca72f789982da903c9b561aadad3dc00 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 11 Apr 2025 08:00:31 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2025/3xxx/CVE-2025-3512.json | 103 +++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 2025/3xxx/CVE-2025-3512.json diff --git a/2025/3xxx/CVE-2025-3512.json b/2025/3xxx/CVE-2025-3512.json new file mode 100644 index 00000000000..9ae8ab46c49 --- /dev/null +++ b/2025/3xxx/CVE-2025-3512.json @@ -0,0 +1,103 @@ +{ + "data_version": "4.0", + "data_type": "CVE", + "data_format": "MITRE", + "CVE_data_meta": { + "ID": "CVE-2025-3512", + "ASSIGNER": "security@qt.io", + "STATE": "PUBLIC" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "There is a Heap-based Buffer Overflow vulnerability in QTextMarkdownImporter. This requires an incorrectly formatted markdown file to be passed to QTextMarkdownImporter to trigger the overflow.This issue affects Qt from 6.8.0 to 6.8.4. Versions up to 6.6.0 are known to be unaffected, and the fix is in 6.8.4 and later." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-122 Heap-based Buffer Overflow", + "cweId": "CWE-122" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "The Qt Company", + "product": { + "product_data": [ + { + "product_name": "Qt", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "lessThan": "6.6.0", + "status": "unaffected", + "version": "0", + "versionType": "python" + }, + { + "lessThan": "6.8.0", + "status": "unknown", + "version": "6.6.0", + "versionType": "python" + }, + { + "lessThan": "6.8.4", + "status": "affected", + "version": "6.8.0", + "versionType": "python" + }, + { + "status": "unaffected", + "version": "6.8.4", + "versionType": "python" + } + ], + "defaultStatus": "unaffected" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://codereview.qt-project.org/c/qt/qtbase/+/635546", + "refsource": "MISC", + "name": "https://codereview.qt-project.org/c/qt/qtbase/+/635546" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "EXTERNAL" + }, + "credits": [ + { + "lang": "en", + "value": "oss-fuzz" + } + ] +} \ No newline at end of file