From 17d0a353f026ce29a12f03fb0ce5196ba77dfe5e Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sat, 10 Dec 2022 11:19:23 -0800 Subject: [PATCH] c6f8d3ef-5420-4eba-9a5f-aba5e2b5fea2 --- 2022/4xxx/CVE-2022-4398.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2022/4xxx/CVE-2022-4398.json b/2022/4xxx/CVE-2022-4398.json index db2fafcf9b3..bdce3734055 100644 --- a/2022/4xxx/CVE-2022-4398.json +++ b/2022/4xxx/CVE-2022-4398.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-4398", - "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." - } - ] + "CVE_data_meta": { + "ASSIGNER": "security@huntr.dev", + "ID": "CVE-2022-4398", + "STATE": "PUBLIC", + "TITLE": "Integer Overflow or Wraparound in radareorg/radare2" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "radareorg/radare2", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "5.8.0" + } + ] + } + } + ] + }, + "vendor_name": "radareorg" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Integer Overflow or Wraparound in GitHub repository radareorg/radare2 prior to 5.8.0." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-190 Integer Overflow or Wraparound" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/c6f8d3ef-5420-4eba-9a5f-aba5e2b5fea2", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/c6f8d3ef-5420-4eba-9a5f-aba5e2b5fea2" + }, + { + "name": "https://github.com/radareorg/radare2/commit/b53a1583d05c3a5bfe5fa60da133fe59dfbb02b8", + "refsource": "MISC", + "url": "https://github.com/radareorg/radare2/commit/b53a1583d05c3a5bfe5fa60da133fe59dfbb02b8" + } + ] + }, + "source": { + "advisory": "c6f8d3ef-5420-4eba-9a5f-aba5e2b5fea2", + "discovery": "EXTERNAL" + } } \ No newline at end of file