From b54b1db8bef745f850b574fb34bc59583baf2829 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:03:50 +0000 Subject: [PATCH] Publish Advisories GHSA-632q-77qj-c89q GHSA-632q-77qj-c89q --- .../GHSA-632q-77qj-c89q.json | 65 +++++++++++++++++++ .../GHSA-632q-77qj-c89q.json | 39 ----------- 2 files changed, 65 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json diff --git a/advisories/github-reviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json b/advisories/github-reviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json new file mode 100644 index 00000000000..f08fa2e09d8 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-632q-77qj-c89q", + "modified": "2024-10-07T19:01:59Z", + "published": "2024-10-07T18:31:07Z", + "aliases": [ + "CVE-2024-28710" + ], + "summary": "LimeSurvey Cross Site Scripting vulnerability", + "details": "Cross Site Scripting vulnerability in LimeSurvey before 6.5.0+240319 allows a remote attacker to execute arbitrary code via a lack of input validation and output encoding in the Alert Widget's message component.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "limesurvey/limesurvey" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.5.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28710" + }, + { + "type": "WEB", + "url": "https://github.com/LimeSurvey/LimeSurvey/commit/c2fd60f94bc1db275f20cbb27a3135a9bdfb7f10" + }, + { + "type": "PACKAGE", + "url": "https://github.com/LimeSurvey/LimeSurvey" + }, + { + "type": "WEB", + "url": "https://www.limesurvey.org" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-07T19:01:59Z", + "nvd_published_at": "2024-10-07T16:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json b/advisories/unreviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json deleted file mode 100644 index 5691154d9aa..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-632q-77qj-c89q/GHSA-632q-77qj-c89q.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-632q-77qj-c89q", - "modified": "2024-10-07T18:31:07Z", - "published": "2024-10-07T18:31:07Z", - "aliases": [ - "CVE-2024-28710" - ], - "details": "Cross Site Scripting vulnerability in LimeSurvey before 6.5.0+240319 allows a remote attacker to execute arbitrary code via a lack of input validation and output encoding in the Alert Widget's message component.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28710" - }, - { - "type": "WEB", - "url": "https://github.com/LimeSurvey/LimeSurvey/commit/c2fd60f94bc1db275f20cbb27a3135a9bdfb7f10" - }, - { - "type": "WEB", - "url": "http://limesurvey.com" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-07T16:15:05Z" - } -} \ No newline at end of file