diff --git a/2024/52xxx/CVE-2024-52588.json b/2024/52xxx/CVE-2024-52588.json index e5dcfbc7154..25022f061de 100644 --- a/2024/52xxx/CVE-2024-52588.json +++ b/2024/52xxx/CVE-2024-52588.json @@ -1,17 +1,85 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2024-52588", - "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": "Strapi is an open-source content management system. Prior to version 4.25.2, inputting a local domain into the Webhooks URL field leads to the application fetching itself, resulting in a server side request forgery (SSRF). This issue has been patched in version 4.25.2." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-918: Server-Side Request Forgery (SSRF)", + "cweId": "CWE-918" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "strapi", + "product": { + "product_data": [ + { + "product_name": "strapi", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "< 4.25.2" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/strapi/strapi/security/advisories/GHSA-v8wj-f5c7-pvxf", + "refsource": "MISC", + "name": "https://github.com/strapi/strapi/security/advisories/GHSA-v8wj-f5c7-pvxf" + } + ] + }, + "source": { + "advisory": "GHSA-v8wj-f5c7-pvxf", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" } ] } diff --git a/2025/27xxx/CVE-2025-27151.json b/2025/27xxx/CVE-2025-27151.json index 53046fd976a..4764ed6354d 100644 --- a/2025/27xxx/CVE-2025-27151.json +++ b/2025/27xxx/CVE-2025-27151.json @@ -1,17 +1,104 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-27151", - "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": "Redis is an open source, in-memory database that persists on disk. In versions starting from 7.0.0 to before 8.0.2, a stack-based buffer overflow exists in redis-check-aof due to the use of memcpy with strlen(filepath) when copying a user-supplied file path into a fixed-size stack buffer. This allows an attacker to overflow the stack and potentially achieve code execution. This issue has been patched in version 8.0.2." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-20: Improper Input Validation", + "cweId": "CWE-20" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE-121: Stack-based Buffer Overflow", + "cweId": "CWE-121" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "redis", + "product": { + "product_data": [ + { + "product_name": "redis", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": ">= 7.0.0, < 8.0.2" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/redis/redis/security/advisories/GHSA-5453-q98w-cmvm", + "refsource": "MISC", + "name": "https://github.com/redis/redis/security/advisories/GHSA-5453-q98w-cmvm" + }, + { + "url": "https://github.com/redis/redis/commit/643b5db235cb82508e72f11c7b4bbfc7dc39be56", + "refsource": "MISC", + "name": "https://github.com/redis/redis/commit/643b5db235cb82508e72f11c7b4bbfc7dc39be56" + }, + { + "url": "https://github.com/redis/redis/releases/tag/8.0.2", + "refsource": "MISC", + "name": "https://github.com/redis/redis/releases/tag/8.0.2" + } + ] + }, + "source": { + "advisory": "GHSA-5453-q98w-cmvm", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "HIGH", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 4.7, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "NONE", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", + "version": "3.1" } ] } diff --git a/2025/48xxx/CVE-2025-48388.json b/2025/48xxx/CVE-2025-48388.json index 9937f682261..29480f339fd 100644 --- a/2025/48xxx/CVE-2025-48388.json +++ b/2025/48xxx/CVE-2025-48388.json @@ -1,18 +1,82 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2025-48388", - "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": "FreeScout is a free self-hosted help desk and shared mailbox. Prior to version 1.8.178, the application performs insufficient validation of user-supplied data, which is used as arguments to string formatting functions. As a result, an attacker can pass a string containing special symbols (\\r, \\n, \\t)to the application. This issue has been patched in version 1.8.178." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-134: Use of Externally-Controlled Format String", + "cweId": "CWE-134" + } + ] + }, + { + "description": [ + { + "lang": "eng", + "value": "CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection')", + "cweId": "CWE-93" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "freescout-help-desk", + "product": { + "product_data": [ + { + "product_name": "freescout", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": "< 1.8.178" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-c76f-wggm-grcq", + "refsource": "MISC", + "name": "https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-c76f-wggm-grcq" + }, + { + "url": "https://github.com/freescout-help-desk/freescout/commit/eab97711027fff4bce90ccd2e189cbc184fa0370", + "refsource": "MISC", + "name": "https://github.com/freescout-help-desk/freescout/commit/eab97711027fff4bce90ccd2e189cbc184fa0370" + } + ] + }, + "source": { + "advisory": "GHSA-c76f-wggm-grcq", + "discovery": "UNKNOWN" } } \ No newline at end of file