From e204e47c648e60adb34a46bc7de5af89d6a1aded Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 6 Jul 2023 01:00:41 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/3xxx/CVE-2023-3520.json | 82 ++++++++++++++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 4 deletions(-) diff --git a/2023/3xxx/CVE-2023-3520.json b/2023/3xxx/CVE-2023-3520.json index c47d7a3d415..ecc5543f087 100644 --- a/2023/3xxx/CVE-2023-3520.json +++ b/2023/3xxx/CVE-2023-3520.json @@ -1,17 +1,91 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-3520", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@huntr.dev", + "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": "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in GitHub repository it-novum/openitcockpit prior to 4.6.6." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-614 Sensitive Cookie in HTTPS Session Without 'Secure' Attribute", + "cweId": "CWE-614" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "it-novum", + "product": { + "product_data": [ + { + "product_name": "it-novum/openitcockpit", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "unspecified", + "version_value": "4.6.6" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://huntr.dev/bounties/f3b277bb-91db-419e-bcc4-fe0b055d2551", + "refsource": "MISC", + "name": "https://huntr.dev/bounties/f3b277bb-91db-419e-bcc4-fe0b055d2551" + }, + { + "url": "https://github.com/it-novum/openitcockpit/commit/6c717f3c352e55257fc3fef2c5dec111f7d2ee6b", + "refsource": "MISC", + "name": "https://github.com/it-novum/openitcockpit/commit/6c717f3c352e55257fc3fef2c5dec111f7d2ee6b" + } + ] + }, + "source": { + "advisory": "f3b277bb-91db-419e-bcc4-fe0b055d2551", + "discovery": "EXTERNAL" + }, + "impact": { + "cvss": [ + { + "version": "3.0", + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", + "baseScore": 4.3, + "baseSeverity": "MEDIUM" } ] }