From a33d10646375391f654b6a34d25dec9c2cf6ac02 Mon Sep 17 00:00:00 2001 From: Ben Harvie Date: Sat, 4 Feb 2023 05:35:29 -0700 Subject: [PATCH] d280ae81-a1c9-4a50-9aa4-f98f1f9fd2c0 --- 2023/0xxx/CVE-2023-0677.json | 101 +++++++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 15 deletions(-) diff --git a/2023/0xxx/CVE-2023-0677.json b/2023/0xxx/CVE-2023-0677.json index 7a8f18ed103..2d16a7b6883 100644 --- a/2023/0xxx/CVE-2023-0677.json +++ b/2023/0xxx/CVE-2023-0677.json @@ -1,18 +1,89 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2023-0677", - "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-0677", + "STATE": "PUBLIC", + "TITLE": "Cross-site Scripting (XSS) - Reflected in phpipam/phpipam" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "phpipam/phpipam", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "v1.5.1" + } + ] + } + } + ] + }, + "vendor_name": "phpipam" + } + ] } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Cross-site Scripting (XSS) - Reflected in GitHub repository phpipam/phpipam prior to v1.5.1." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "NONE", + "baseScore": 4.4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "HIGH", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/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/d280ae81-a1c9-4a50-9aa4-f98f1f9fd2c0", + "refsource": "CONFIRM", + "url": "https://huntr.dev/bounties/d280ae81-a1c9-4a50-9aa4-f98f1f9fd2c0" + }, + { + "name": "https://github.com/phpipam/phpipam/commit/8fbf87e19a6098972abc7521554db5757c3edd89", + "refsource": "MISC", + "url": "https://github.com/phpipam/phpipam/commit/8fbf87e19a6098972abc7521554db5757c3edd89" + } + ] + }, + "source": { + "advisory": "d280ae81-a1c9-4a50-9aa4-f98f1f9fd2c0", + "discovery": "EXTERNAL" + } } \ No newline at end of file