From 13dd4adf404870aa7f4546fba1cbeba5436bdfe5 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sat, 3 Jun 2023 17:46:52 +0700 Subject: [PATCH] 4b86b56b-c51b-4be8-8ee4-6e385d1e9e8a --- 2023/3xxx/CVE-2023-3084.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/3xxx/CVE-2023-3084.json b/2023/3xxx/CVE-2023-3084.json index 77c6f5c5f8b..4133c778737 100644 --- a/2023/3xxx/CVE-2023-3084.json +++ b/2023/3xxx/CVE-2023-3084.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-3084", - "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-2023-3084", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Stored in nilsteampassnet/teampass" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "nilsteampassnet/teampass", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "3.0.9" + } + ] + } + } + ] + }, + "vendor_name": "nilsteampassnet" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS) - Stored in GitHub repository nilsteampassnet/teampass prior to 3.0.9." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8.1, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://huntr.dev/bounties/4b86b56b-c51b-4be8-8ee4-6e385d1e9e8a", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/4b86b56b-c51b-4be8-8ee4-6e385d1e9e8a" + }, + { + "name": "https://github.com/nilsteampassnet/teampass/commit/61b9b7d4e33bbaad2cd61a7ee988f9c22298bf1a", + "refsource": "MISC", + "url": "https://github.com/nilsteampassnet/teampass/commit/61b9b7d4e33bbaad2cd61a7ee988f9c22298bf1a" + } + ] + }, + "source": { + "advisory": "4b86b56b-c51b-4be8-8ee4-6e385d1e9e8a", + "discovery": "EXTERNAL" + } } \ No newline at end of file