From f7075159aae9b9058b587a88452107971986c5d0 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:32:22 +0000 Subject: [PATCH] Publish Advisories GHSA-4qj9-whm7-4cr2 GHSA-8cw4-xx6j-52ph GHSA-c77m-wh63-vhch GHSA-hx5h-3r35-f985 --- .../GHSA-4qj9-whm7-4cr2.json | 42 +++++++++++++++++++ .../GHSA-8cw4-xx6j-52ph.json | 42 +++++++++++++++++++ .../GHSA-c77m-wh63-vhch.json | 10 ++++- .../GHSA-hx5h-3r35-f985.json | 42 +++++++++++++++++++ 4 files changed, 135 insertions(+), 1 deletion(-) create mode 100644 advisories/unreviewed/2024/07/GHSA-4qj9-whm7-4cr2/GHSA-4qj9-whm7-4cr2.json create mode 100644 advisories/unreviewed/2024/07/GHSA-8cw4-xx6j-52ph/GHSA-8cw4-xx6j-52ph.json create mode 100644 advisories/unreviewed/2024/07/GHSA-hx5h-3r35-f985/GHSA-hx5h-3r35-f985.json diff --git a/advisories/unreviewed/2024/07/GHSA-4qj9-whm7-4cr2/GHSA-4qj9-whm7-4cr2.json b/advisories/unreviewed/2024/07/GHSA-4qj9-whm7-4cr2/GHSA-4qj9-whm7-4cr2.json new file mode 100644 index 00000000000..8605cbc7db3 --- /dev/null +++ b/advisories/unreviewed/2024/07/GHSA-4qj9-whm7-4cr2/GHSA-4qj9-whm7-4cr2.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4qj9-whm7-4cr2", + "modified": "2024-07-25T09:30:51Z", + "published": "2024-07-25T09:30:51Z", + "aliases": [ + "CVE-2024-41706" + ], + "details": "A stored XSS issue was discovered in Archer Platform 6 before version 2024.06. A remote authenticated malicious Archer user could potentially exploit this to store malicious HTML or JavaScript code in a trusted application data store. When victim users access the data store through their browsers, the malicious code gets executed by the web browser in the context of the vulnerable application. 6.14 P4 (6.14.0.4) is also a fixed release.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41706" + }, + { + "type": "WEB", + "url": "https://www.archerirm.community/t5/platform-announcements/announcing-archer-platform-release-2024-06/ta-p/722094" + }, + { + "type": "WEB", + "url": "https://www.archerirm.community/t5/platform-announcements/archer-update-for-multiple-vulnerabilities/ta-p/739717" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-07-25T08:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-8cw4-xx6j-52ph/GHSA-8cw4-xx6j-52ph.json b/advisories/unreviewed/2024/07/GHSA-8cw4-xx6j-52ph/GHSA-8cw4-xx6j-52ph.json new file mode 100644 index 00000000000..45f7857bb26 --- /dev/null +++ b/advisories/unreviewed/2024/07/GHSA-8cw4-xx6j-52ph/GHSA-8cw4-xx6j-52ph.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8cw4-xx6j-52ph", + "modified": "2024-07-25T09:30:51Z", + "published": "2024-07-25T09:30:51Z", + "aliases": [ + "CVE-2024-41705" + ], + "details": "A stored XSS issue was discovered in Archer Platform 6.8 before 2024.06. A remote authenticated malicious Archer user could potentially exploit this to store malicious HTML or JavaScript code in a trusted application data store. When victim users access the data store through their browsers, the malicious code gets executed by the web browser in the context of the vulnerable application. 6.14.P4 (6.14.0.4) and 6.13 P4 (6.13.0.4) are also fixed releases. This vulnerability is similar to, but not identical to, CVE-2023-30639.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41705" + }, + { + "type": "WEB", + "url": "https://www.archerirm.community/t5/platform-announcements/announcing-archer-platform-release-2024-06/ta-p/722094" + }, + { + "type": "WEB", + "url": "https://www.archerirm.community/t5/platform-announcements/archer-update-for-multiple-vulnerabilities/ta-p/739717" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-07-25T08:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-c77m-wh63-vhch/GHSA-c77m-wh63-vhch.json b/advisories/unreviewed/2024/07/GHSA-c77m-wh63-vhch/GHSA-c77m-wh63-vhch.json index 6f4e741f552..ae74a71662f 100644 --- a/advisories/unreviewed/2024/07/GHSA-c77m-wh63-vhch/GHSA-c77m-wh63-vhch.json +++ b/advisories/unreviewed/2024/07/GHSA-c77m-wh63-vhch/GHSA-c77m-wh63-vhch.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-c77m-wh63-vhch", - "modified": "2024-07-23T09:30:39Z", + "modified": "2024-07-25T09:30:51Z", "published": "2024-07-23T09:30:39Z", "aliases": [ "CVE-2024-41012" @@ -22,9 +22,17 @@ "type": "WEB", "url": "https://git.kernel.org/stable/c/3cad1bc010416c6dd780643476bc59ed742436b9" }, + { + "type": "WEB", + "url": "https://git.kernel.org/stable/c/5f5d0799eb0a01d550c21b7894e26b2d9db55763" + }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/b6d223942c34057fdfd8f149e763fa823731b224" + }, + { + "type": "WEB", + "url": "https://git.kernel.org/stable/c/ef8fc41cd6f95f9a4a3470f085aecf350569a0b3" } ], "database_specific": { diff --git a/advisories/unreviewed/2024/07/GHSA-hx5h-3r35-f985/GHSA-hx5h-3r35-f985.json b/advisories/unreviewed/2024/07/GHSA-hx5h-3r35-f985/GHSA-hx5h-3r35-f985.json new file mode 100644 index 00000000000..04d38f17ee9 --- /dev/null +++ b/advisories/unreviewed/2024/07/GHSA-hx5h-3r35-f985/GHSA-hx5h-3r35-f985.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hx5h-3r35-f985", + "modified": "2024-07-25T09:30:51Z", + "published": "2024-07-25T09:30:51Z", + "aliases": [ + "CVE-2024-41707" + ], + "details": "An issue was discovered in Archer Platform 6 before 2024.06. Authenticated users can achieve HTML content injection. A remote authenticated malicious Archer user could potentially exploit this to store malicious HTML code in a trusted application data store. When victim users access the data store through their browsers, the malicious code gets executed by the web browser in the context of the vulnerable application.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41707" + }, + { + "type": "WEB", + "url": "https://www.archerirm.community/t5/platform-announcements/announcing-archer-platform-release-2024-06/ta-p/722094" + }, + { + "type": "WEB", + "url": "https://www.archerirm.community/t5/platform-announcements/archer-update-for-multiple-vulnerabilities/ta-p/739717" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-07-25T08:15:02Z" + } +} \ No newline at end of file