From fcb1e4b082603af12d0310b065395f1c93d8d998 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 17 Feb 2025 03:00:32 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2025/1xxx/CVE-2025-1371.json | 124 +++++++++++++++++++++++++++++++-- 2025/1xxx/CVE-2025-1385.json | 18 +++++ 2025/1xxx/CVE-2025-1386.json | 18 +++++ 2025/26xxx/CVE-2025-26700.json | 69 ++++++++++++++++-- 4 files changed, 221 insertions(+), 8 deletions(-) create mode 100644 2025/1xxx/CVE-2025-1385.json create mode 100644 2025/1xxx/CVE-2025-1386.json diff --git a/2025/1xxx/CVE-2025-1371.json b/2025/1xxx/CVE-2025-1371.json index 566f616e67e..aed1213f05a 100644 --- a/2025/1xxx/CVE-2025-1371.json +++ b/2025/1xxx/CVE-2025-1371.json @@ -1,17 +1,133 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-1371", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "cna@vuldb.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": "A vulnerability has been found in GNU elfutils 0.192 and classified as problematic. This vulnerability affects the function handle_dynamic_symtab of the file readelf.c of the component eu-read. The manipulation leads to null pointer dereference. Attacking locally is a requirement. The exploit has been disclosed to the public and may be used. The patch is identified as b38e562a4c907e08171c76b8b2def8464d5a104a. It is recommended to apply a patch to fix this issue." + }, + { + "lang": "deu", + "value": "In GNU elfutils 0.192 wurde eine problematische Schwachstelle gefunden. Dabei geht es um die Funktion handle_dynamic_symtab der Datei readelf.c der Komponente eu-read. Dank Manipulation mit unbekannten Daten kann eine null pointer dereference-Schwachstelle ausgenutzt werden. Die Umsetzung des Angriffs hat dabei lokal zu erfolgen. Der Exploit steht zur \u00f6ffentlichen Verf\u00fcgung. Der Patch wird als b38e562a4c907e08171c76b8b2def8464d5a104a bezeichnet. Als bestm\u00f6gliche Massnahme wird Patching empfohlen." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "NULL Pointer Dereference", + "cweId": "CWE-476" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "Denial of Service", + "cweId": "CWE-404" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "GNU", + "product": { + "product_data": [ + { + "product_name": "elfutils", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "0.192" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://vuldb.com/?id.295978", + "refsource": "MISC", + "name": "https://vuldb.com/?id.295978" + }, + { + "url": "https://vuldb.com/?ctiid.295978", + "refsource": "MISC", + "name": "https://vuldb.com/?ctiid.295978" + }, + { + "url": "https://vuldb.com/?submit.496484", + "refsource": "MISC", + "name": "https://vuldb.com/?submit.496484" + }, + { + "url": "https://sourceware.org/bugzilla/show_bug.cgi?id=32655", + "refsource": "MISC", + "name": "https://sourceware.org/bugzilla/show_bug.cgi?id=32655" + }, + { + "url": "https://sourceware.org/bugzilla/attachment.cgi?id=15926", + "refsource": "MISC", + "name": "https://sourceware.org/bugzilla/attachment.cgi?id=15926" + }, + { + "url": "https://sourceware.org/bugzilla/show_bug.cgi?id=32655#c2", + "refsource": "MISC", + "name": "https://sourceware.org/bugzilla/show_bug.cgi?id=32655#c2" + }, + { + "url": "https://www.gnu.org/", + "refsource": "MISC", + "name": "https://www.gnu.org/" + } + ] + }, + "credits": [ + { + "lang": "en", + "value": "rookie (VulDB User)" + } + ], + "impact": { + "cvss": [ + { + "version": "3.1", + "baseScore": 3.3, + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", + "baseSeverity": "LOW" + }, + { + "version": "3.0", + "baseScore": 3.3, + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", + "baseSeverity": "LOW" + }, + { + "version": "2.0", + "baseScore": 1.7, + "vectorString": "AV:L/AC:L/Au:S/C:N/I:N/A:P" } ] } diff --git a/2025/1xxx/CVE-2025-1385.json b/2025/1xxx/CVE-2025-1385.json new file mode 100644 index 00000000000..55f2e685a0c --- /dev/null +++ b/2025/1xxx/CVE-2025-1385.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-1385", + "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/1xxx/CVE-2025-1386.json b/2025/1xxx/CVE-2025-1386.json new file mode 100644 index 00000000000..cf61ce10c92 --- /dev/null +++ b/2025/1xxx/CVE-2025-1386.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2025-1386", + "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/26xxx/CVE-2025-26700.json b/2025/26xxx/CVE-2025-26700.json index e7ec5d1e31c..6b90da65bd0 100644 --- a/2025/26xxx/CVE-2025-26700.json +++ b/2025/26xxx/CVE-2025-26700.json @@ -1,17 +1,78 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-26700", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "vultures@jpcert.or.jp", + "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": "Authentication bypass using an alternate path or channel issue exists in \u201dRoboForm Password Manager\" App for Android versions prior to 9.7.4, which may allow an attacker with access to a device where the application is installed to bypass the lock screen and obtain sensitive information." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Authentication Bypass Using an Alternate Path or Channel", + "cweId": "CWE-288" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Siber Systems, Inc.", + "product": { + "product_data": [ + { + "product_name": "RoboForm Password Manager", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "prior to 9.7.4" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.roboform.com/news-android", + "refsource": "MISC", + "name": "https://www.roboform.com/news-android" + }, + { + "url": "https://jvn.jp/en/vu/JVNVU92071645/", + "refsource": "MISC", + "name": "https://jvn.jp/en/vu/JVNVU92071645/" + } + ] + }, + "impact": { + "cvss": [ + { + "version": "3.0", + "baseSeverity": "MEDIUM", + "baseScore": 5.2, + "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N" } ] }