From 8d67992c346a26ac519a5ae472329b7747200059 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 24 Mar 2025 12:00:36 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2025/0xxx/CVE-2025-0478.json | 75 +++++++++++++++++++++++++++++++-- 2025/0xxx/CVE-2025-0835.json | 81 ++++++++++++++++++++++++++++++++++-- 2025/2xxx/CVE-2025-2705.json | 18 ++++++++ 2025/2xxx/CVE-2025-2706.json | 18 ++++++++ 2025/2xxx/CVE-2025-2707.json | 18 ++++++++ 2025/2xxx/CVE-2025-2708.json | 18 ++++++++ 2025/2xxx/CVE-2025-2709.json | 18 ++++++++ 2025/2xxx/CVE-2025-2710.json | 18 ++++++++ 2025/2xxx/CVE-2025-2711.json | 18 ++++++++ 2025/2xxx/CVE-2025-2712.json | 18 ++++++++ 2025/2xxx/CVE-2025-2713.json | 18 ++++++++ 2025/2xxx/CVE-2025-2714.json | 18 ++++++++ 2025/2xxx/CVE-2025-2715.json | 18 ++++++++ 2025/2xxx/CVE-2025-2716.json | 18 ++++++++ 2025/2xxx/CVE-2025-2717.json | 18 ++++++++ 15 files changed, 382 insertions(+), 8 deletions(-) create mode 100644 2025/2xxx/CVE-2025-2705.json create mode 100644 2025/2xxx/CVE-2025-2706.json create mode 100644 2025/2xxx/CVE-2025-2707.json create mode 100644 2025/2xxx/CVE-2025-2708.json create mode 100644 2025/2xxx/CVE-2025-2709.json create mode 100644 2025/2xxx/CVE-2025-2710.json create mode 100644 2025/2xxx/CVE-2025-2711.json create mode 100644 2025/2xxx/CVE-2025-2712.json create mode 100644 2025/2xxx/CVE-2025-2713.json create mode 100644 2025/2xxx/CVE-2025-2714.json create mode 100644 2025/2xxx/CVE-2025-2715.json create mode 100644 2025/2xxx/CVE-2025-2716.json create mode 100644 2025/2xxx/CVE-2025-2717.json diff --git a/2025/0xxx/CVE-2025-0478.json b/2025/0xxx/CVE-2025-0478.json index d7f6def63e4..74f99a90c3e 100644 --- a/2025/0xxx/CVE-2025-0478.json +++ b/2025/0xxx/CVE-2025-0478.json @@ -1,18 +1,85 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-0478", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@imgtec.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": "Software installed and run as a non-privileged user may conduct improper GPU system calls to issue reads and writes to arbitrary physical memory pages.\n\nUnder certain circumstances this exploit could be used to corrupt data pages not allocated by the GPU driver but memory pages in use by the kernel and drivers running on the platform, altering their behaviour." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-280: Improper Handling of Insufficient Permissions or Privileges", + "cweId": "CWE-280" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Imagination Technologies", + "product": { + "product_data": [ + { + "product_name": "Graphics DDK", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "lessThanOrEqual": "24.3 RTM2", + "status": "affected", + "version": "1.15 RTM", + "versionType": "custom" + }, + { + "status": "unaffected", + "version": "25.1 RTM", + "versionType": "custom" + } + ], + "defaultStatus": "unknown" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.imaginationtech.com/gpu-driver-vulnerabilities/", + "refsource": "MISC", + "name": "https://www.imaginationtech.com/gpu-driver-vulnerabilities/" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "UNKNOWN" } } \ No newline at end of file diff --git a/2025/0xxx/CVE-2025-0835.json b/2025/0xxx/CVE-2025-0835.json index fee4e36e371..49ec663d75a 100644 --- a/2025/0xxx/CVE-2025-0835.json +++ b/2025/0xxx/CVE-2025-0835.json @@ -1,18 +1,91 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-0835", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@imgtec.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": "Software installed and run as a non-privileged user may conduct improper GPU system calls to corrupt kernel heap memory." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-416: Use After Free", + "cweId": "CWE-416" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Imagination Technologies", + "product": { + "product_data": [ + { + "product_name": "Graphics DDK", + "version": { + "version_data": [ + { + "version_value": "not down converted", + "x_cve_json_5_version_data": { + "versions": [ + { + "lessThanOrEqual": "23.1 RTM", + "status": "unaffected", + "version": "1.15 RTM", + "versionType": "custom" + }, + { + "lessThanOrEqual": "24.2 RTM2", + "status": "affected", + "version": "23.2 RTM", + "versionType": "custom" + }, + { + "status": "unaffected", + "version": "24.3 RTM", + "versionType": "custom" + } + ], + "defaultStatus": "unknown" + } + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.imaginationtech.com/gpu-driver-vulnerabilities/", + "refsource": "MISC", + "name": "https://www.imaginationtech.com/gpu-driver-vulnerabilities/" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "discovery": "UNKNOWN" } } \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2705.json b/2025/2xxx/CVE-2025-2705.json new file mode 100644 index 00000000000..91e23053686 --- /dev/null +++ b/2025/2xxx/CVE-2025-2705.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2705", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2706.json b/2025/2xxx/CVE-2025-2706.json new file mode 100644 index 00000000000..53280f42a24 --- /dev/null +++ b/2025/2xxx/CVE-2025-2706.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2706", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2707.json b/2025/2xxx/CVE-2025-2707.json new file mode 100644 index 00000000000..2f2cf300c35 --- /dev/null +++ b/2025/2xxx/CVE-2025-2707.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2707", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2708.json b/2025/2xxx/CVE-2025-2708.json new file mode 100644 index 00000000000..08339bef96c --- /dev/null +++ b/2025/2xxx/CVE-2025-2708.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2708", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2709.json b/2025/2xxx/CVE-2025-2709.json new file mode 100644 index 00000000000..eac20523b62 --- /dev/null +++ b/2025/2xxx/CVE-2025-2709.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2709", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2710.json b/2025/2xxx/CVE-2025-2710.json new file mode 100644 index 00000000000..3ffcd7faa74 --- /dev/null +++ b/2025/2xxx/CVE-2025-2710.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2710", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2711.json b/2025/2xxx/CVE-2025-2711.json new file mode 100644 index 00000000000..c85a86844b2 --- /dev/null +++ b/2025/2xxx/CVE-2025-2711.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2711", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2712.json b/2025/2xxx/CVE-2025-2712.json new file mode 100644 index 00000000000..a919461d20d --- /dev/null +++ b/2025/2xxx/CVE-2025-2712.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2712", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2713.json b/2025/2xxx/CVE-2025-2713.json new file mode 100644 index 00000000000..21aea4b9307 --- /dev/null +++ b/2025/2xxx/CVE-2025-2713.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2713", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2714.json b/2025/2xxx/CVE-2025-2714.json new file mode 100644 index 00000000000..06f3ad3e5bc --- /dev/null +++ b/2025/2xxx/CVE-2025-2714.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2714", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2715.json b/2025/2xxx/CVE-2025-2715.json new file mode 100644 index 00000000000..7087a3685c0 --- /dev/null +++ b/2025/2xxx/CVE-2025-2715.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2715", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2716.json b/2025/2xxx/CVE-2025-2716.json new file mode 100644 index 00000000000..de5768591af --- /dev/null +++ b/2025/2xxx/CVE-2025-2716.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2716", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2025/2xxx/CVE-2025-2717.json b/2025/2xxx/CVE-2025-2717.json new file mode 100644 index 00000000000..ccc12f343e5 --- /dev/null +++ b/2025/2xxx/CVE-2025-2717.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-2717", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file