diff --git a/2024/10xxx/CVE-2024-10604.json b/2024/10xxx/CVE-2024-10604.json index d3e43bcab04..6bcc039a68f 100644 --- a/2024/10xxx/CVE-2024-10604.json +++ b/2024/10xxx/CVE-2024-10604.json @@ -71,6 +71,11 @@ "url": "https://fuchsia.googlesource.com/fuchsia/+/40e7fbcdcd013441daf4492f1ead349a9e5b80dc", "refsource": "MISC", "name": "https://fuchsia.googlesource.com/fuchsia/+/40e7fbcdcd013441daf4492f1ead349a9e5b80dc" + }, + { + "url": "https://www.ndss-symposium.org/wp-content/uploads/2025-122-paper.pdf", + "refsource": "MISC", + "name": "https://www.ndss-symposium.org/wp-content/uploads/2025-122-paper.pdf" } ] }, @@ -79,5 +84,19 @@ }, "source": { "discovery": "UNKNOWN" - } + }, + "credits": [ + { + "lang": "en", + "value": "Amit Klein (Hebrew University of Jerusalem)" + }, + { + "lang": "en", + "value": "Inon Kaplan (Independent researcher)" + }, + { + "lang": "en", + "value": "Ron Even (Independent researcher)" + } + ] } \ No newline at end of file diff --git a/2024/40xxx/CVE-2024-40982.json b/2024/40xxx/CVE-2024-40982.json index 58e2d1e1c49..384791f05fc 100644 --- a/2024/40xxx/CVE-2024-40982.json +++ b/2024/40xxx/CVE-2024-40982.json @@ -5,99 +5,14 @@ "CVE_data_meta": { "ID": "CVE-2024-40982", "ASSIGNER": "cve@kernel.org", - "STATE": "PUBLIC" + "STATE": "REJECT" }, "description": { "description_data": [ { "lang": "eng", - "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nssb: Fix potential NULL pointer dereference in ssb_device_uevent()\n\nThe ssb_device_uevent() function first attempts to convert the 'dev' pointer\nto 'struct ssb_device *'. However, it mistakenly dereferences 'dev' before\nperforming the NULL check, potentially leading to a NULL pointer\ndereference if 'dev' is NULL.\n\nTo fix this issue, move the NULL check before dereferencing the 'dev' pointer,\nensuring that the pointer is valid before attempting to use it.\n\nFound by Linux Verification Center (linuxtesting.org) with SVACE." + "value": "** REJECT ** This CVE ID has been rejected or withdrawn by its CVE Numbering Authority." } ] - }, - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "n/a" - } - ] - } - ] - }, - "affects": { - "vendor": { - "vendor_data": [ - { - "vendor_name": "Linux", - "product": { - "product_data": [ - { - "product_name": "Linux", - "version": { - "version_data": [ - { - "version_affected": "<", - "version_name": "1da177e4c3f4", - "version_value": "c5dc2d8eb398" - }, - { - "version_value": "not down converted", - "x_cve_json_5_version_data": { - "versions": [ - { - "version": "6.6.36", - "lessThanOrEqual": "6.6.*", - "status": "unaffected", - "versionType": "semver" - }, - { - "version": "6.9.7", - "lessThanOrEqual": "6.9.*", - "status": "unaffected", - "versionType": "semver" - }, - { - "version": "6.10", - "lessThanOrEqual": "*", - "status": "unaffected", - "versionType": "original_commit_for_fix" - } - ], - "defaultStatus": "affected" - } - } - ] - } - } - ] - } - } - ] - } - }, - "references": { - "reference_data": [ - { - "url": "https://git.kernel.org/stable/c/c5dc2d8eb3981bae261ea7d1060a80868e886813", - "refsource": "MISC", - "name": "https://git.kernel.org/stable/c/c5dc2d8eb3981bae261ea7d1060a80868e886813" - }, - { - "url": "https://git.kernel.org/stable/c/7d43c8377c6fc846b1812f8df360425c9323dc56", - "refsource": "MISC", - "name": "https://git.kernel.org/stable/c/7d43c8377c6fc846b1812f8df360425c9323dc56" - }, - { - "url": "https://git.kernel.org/stable/c/789c17185fb0f39560496c2beab9b57ce1d0cbe7", - "refsource": "MISC", - "name": "https://git.kernel.org/stable/c/789c17185fb0f39560496c2beab9b57ce1d0cbe7" - } - ] - }, - "generator": { - "engine": "bippy-9e1c9544281a" } } \ No newline at end of file