From 55dded7994a0d29299ebaf38615edeaf62c10061 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 21 May 2024 21:00:34 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2024/35xxx/CVE-2024-35220.json | 86 +++++++++++++++++++++++++++-- 2024/5xxx/CVE-2024-5040.json | 99 ++++++++++++++++++++++++++++++++-- 2024/5xxx/CVE-2024-5184.json | 18 +++++++ 2024/5xxx/CVE-2024-5185.json | 18 +++++++ 2024/5xxx/CVE-2024-5186.json | 18 +++++++ 2024/5xxx/CVE-2024-5187.json | 18 +++++++ 6 files changed, 249 insertions(+), 8 deletions(-) create mode 100644 2024/5xxx/CVE-2024-5184.json create mode 100644 2024/5xxx/CVE-2024-5185.json create mode 100644 2024/5xxx/CVE-2024-5186.json create mode 100644 2024/5xxx/CVE-2024-5187.json diff --git a/2024/35xxx/CVE-2024-35220.json b/2024/35xxx/CVE-2024-35220.json index 0436b3aa34f..1074be5c7d0 100644 --- a/2024/35xxx/CVE-2024-35220.json +++ b/2024/35xxx/CVE-2024-35220.json @@ -1,17 +1,95 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-35220", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.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": "@fastify/session is a session plugin for fastify. Requires the @fastify/cookie plugin. When restoring the cookie from the session store, the `expires` field is overriden if the `maxAge` field was set.\nThis means a cookie is never correctly detected as expired and thus expired sessions are not destroyed. This vulnerability has been patched 10.8.0." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-613: Insufficient Session Expiration", + "cweId": "CWE-613" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "fastify", + "product": { + "product_data": [ + { + "product_name": "session", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "< 10.9.0" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/fastify/session/security/advisories/GHSA-pj27-2xvp-4qxg", + "refsource": "MISC", + "name": "https://github.com/fastify/session/security/advisories/GHSA-pj27-2xvp-4qxg" + }, + { + "url": "https://github.com/fastify/session/issues/251", + "refsource": "MISC", + "name": "https://github.com/fastify/session/issues/251" + }, + { + "url": "https://github.com/fastify/session/commit/0495ce5b534c4550f25228821db8098293439f2f", + "refsource": "MISC", + "name": "https://github.com/fastify/session/commit/0495ce5b534c4550f25228821db8098293439f2f" + } + ] + }, + "source": { + "advisory": "GHSA-pj27-2xvp-4qxg", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.4, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N", + "version": "3.1" } ] } diff --git a/2024/5xxx/CVE-2024-5040.json b/2024/5xxx/CVE-2024-5040.json index 85cbb55e9b5..fef701d2ec3 100644 --- a/2024/5xxx/CVE-2024-5040.json +++ b/2024/5xxx/CVE-2024-5040.json @@ -1,17 +1,108 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-5040", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "ics-cert@hq.dhs.gov", + "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": "There are multiple ways in \nLCDS LAquis SCADA for an attacker to access locations outside of their own directory." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22 Path Traversal", + "cweId": "CWE-22" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "LCDS", + "product": { + "product_data": [ + { + "product_name": "LAquis SCADA", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "0", + "version_value": "4.7.1.7" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-142-01", + "refsource": "MISC", + "name": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-142-01" + } + ] + }, + "generator": { + "engine": "Vulnogram 0.2.0" + }, + "source": { + "advisory": "ICSA-24-142-01", + "discovery": "EXTERNAL" + }, + "solution": [ + { + "lang": "en", + "supportingMedia": [ + { + "base64": false, + "type": "text/html", + "value": "\nLCDS recommends users update to version 4.7.1.371 or newer of LAquis SCADA. which has been configured to resolve the reported path traversal issues.\n\n
" + } + ], + "value": "LCDS recommends users update to version 4.7.1.371 or newer of LAquis SCADA. https://laquisscada.com/ which has been configured to resolve the reported path traversal issues." + } + ], + "credits": [ + { + "lang": "en", + "value": "Natnael Samson working with Trend Micro Zero Day Initiative reported these vulnerabilities to CISA." + } + ], + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", + "version": "3.1" } ] } diff --git a/2024/5xxx/CVE-2024-5184.json b/2024/5xxx/CVE-2024-5184.json new file mode 100644 index 00000000000..fd4e615c785 --- /dev/null +++ b/2024/5xxx/CVE-2024-5184.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-5184", + "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/2024/5xxx/CVE-2024-5185.json b/2024/5xxx/CVE-2024-5185.json new file mode 100644 index 00000000000..e2da4757920 --- /dev/null +++ b/2024/5xxx/CVE-2024-5185.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-5185", + "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/2024/5xxx/CVE-2024-5186.json b/2024/5xxx/CVE-2024-5186.json new file mode 100644 index 00000000000..02deb7a356e --- /dev/null +++ b/2024/5xxx/CVE-2024-5186.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-5186", + "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/2024/5xxx/CVE-2024-5187.json b/2024/5xxx/CVE-2024-5187.json new file mode 100644 index 00000000000..5f52a764adc --- /dev/null +++ b/2024/5xxx/CVE-2024-5187.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2024-5187", + "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