From f61e11d7f2c57e015a0a09744f2b562ead63aa98 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sat, 23 Nov 2024 03:00:35 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/0xxx/CVE-2024-0229.json | 4 +- 2024/11xxx/CVE-2024-11586.json | 84 ++++++++++++++++++++++++++++++++-- 2 files changed, 82 insertions(+), 6 deletions(-) diff --git a/2024/0xxx/CVE-2024-0229.json b/2024/0xxx/CVE-2024-0229.json index c67f521b0a0..013facc08ff 100644 --- a/2024/0xxx/CVE-2024-0229.json +++ b/2024/0xxx/CVE-2024-0229.json @@ -21,8 +21,8 @@ "description": [ { "lang": "eng", - "value": "Access of Memory Location After End of Buffer", - "cweId": "CWE-788" + "value": "Out-of-bounds Write", + "cweId": "CWE-787" } ] } diff --git a/2024/11xxx/CVE-2024-11586.json b/2024/11xxx/CVE-2024-11586.json index a85e515b07b..dfd4e861669 100644 --- a/2024/11xxx/CVE-2024-11586.json +++ b/2024/11xxx/CVE-2024-11586.json @@ -1,17 +1,93 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-11586", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@ubuntu.com", + "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "Ubuntu's implementation of pulseaudio can be crashed by a malicious program if a bluetooth headset is connected." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Canonical Ltd.", + "product": { + "product_data": [ + { + "product_name": "Ubuntu's pulseaudio", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "status": "affected", + "version": "0" + } + ], + "defaultStatus": "affected" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/2078822", + "refsource": "MISC", + "name": "https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/2078822" + }, + { + "url": "https://www.cve.org/CVERecord?id=CVE-2024-11586", + "refsource": "MISC", + "name": "https://www.cve.org/CVERecord?id=CVE-2024-11586" + } + ] + }, + "impact": { + "cvss": [ + { + "version": "3.1", + "attackVector": "LOCAL", + "attackComplexity": "HIGH", + "privilegesRequired": "HIGH", + "userInteraction": "REQUIRED", + "scope": "UNCHANGED", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "availabilityImpact": "HIGH", + "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H", + "baseScore": 4, + "baseSeverity": "MEDIUM" } ] }