From 8074630f5177a6c35d0b6ac6d27e2794ac4e81fa Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:44:08 +0000 Subject: [PATCH] Publish Advisories GHSA-gmx8-8rff-qv6q GHSA-gmx8-8rff-qv6q --- .../GHSA-gmx8-8rff-qv6q.json | 89 +++++++++++++++++++ .../GHSA-gmx8-8rff-qv6q.json | 58 ------------ 2 files changed, 89 insertions(+), 58 deletions(-) create mode 100644 advisories/github-reviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json delete mode 100644 advisories/unreviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json diff --git a/advisories/github-reviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json b/advisories/github-reviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json new file mode 100644 index 00000000000..3e2d2010592 --- /dev/null +++ b/advisories/github-reviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json @@ -0,0 +1,89 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gmx8-8rff-qv6q", + "modified": "2024-10-30T16:42:38Z", + "published": "2023-11-02T12:30:16Z", + "aliases": [ + "CVE-2023-5917" + ], + "summary": "phpBB's Smiley Pack acp_icons.php main pack vulnerable to cross site scripting", + "details": "A vulnerability, which was classified as problematic, has been found in phpBB up to 3.3.10. This issue affects the function main of the file `phpBB/includes/acp/acp_icons.php` of the component Smiley Pack Handler. The manipulation of the argument pack leads to cross site scripting. The attack may be initiated remotely. Upgrading to version 3.3.11 is able to address this issue. The patch is named ccf6e6c255d38692d72fcb613b113e6eaa240aac. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-244307.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "phpbb/phpbb" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.3.11" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5917" + }, + { + "type": "WEB", + "url": "https://github.com/phpbb/phpbb-app/commit/a3a84334f1c17ee57cc9af3d84996af8772736d3" + }, + { + "type": "WEB", + "url": "https://github.com/phpbb/phpbb/commit/ccf6e6c255d38692d72fcb613b113e6eaa240aac" + }, + { + "type": "PACKAGE", + "url": "https://github.com/phpbb/phpbb-app" + }, + { + "type": "WEB", + "url": "https://github.com/phpbb/phpbb/releases/tag/release-3.3.11" + }, + { + "type": "WEB", + "url": "https://vuldb.com/?ctiid.244307" + }, + { + "type": "WEB", + "url": "https://vuldb.com/?id.244307" + }, + { + "type": "WEB", + "url": "https://www.phpbb.com" + }, + { + "type": "WEB", + "url": "https://www.phpbb.com/community/viewtopic.php?t=2646991" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-30T16:42:38Z", + "nvd_published_at": "2023-11-02T11:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json b/advisories/unreviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json deleted file mode 100644 index ca6ec580775..00000000000 --- a/advisories/unreviewed/2023/11/GHSA-gmx8-8rff-qv6q/GHSA-gmx8-8rff-qv6q.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-gmx8-8rff-qv6q", - "modified": "2024-02-29T03:32:30Z", - "published": "2023-11-02T12:30:16Z", - "aliases": [ - "CVE-2023-5917" - ], - "details": "A vulnerability, which was classified as problematic, has been found in phpBB up to 3.3.10. This issue affects the function main of the file phpBB/includes/acp/acp_icons.php of the component Smiley Pack Handler. The manipulation of the argument pak leads to cross site scripting. The attack may be initiated remotely. Upgrading to version 3.3.11 is able to address this issue. The patch is named ccf6e6c255d38692d72fcb613b113e6eaa240aac. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-244307.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5917" - }, - { - "type": "WEB", - "url": "https://github.com/phpbb/phpbb/commit/ccf6e6c255d38692d72fcb613b113e6eaa240aac" - }, - { - "type": "WEB", - "url": "https://github.com/phpbb/phpbb/releases/tag/release-3.3.11" - }, - { - "type": "WEB", - "url": "https://vuldb.com/?ctiid.244307" - }, - { - "type": "WEB", - "url": "https://vuldb.com/?id.244307" - }, - { - "type": "WEB", - "url": "https://www.phpbb.com" - }, - { - "type": "WEB", - "url": "https://www.phpbb.com/community/viewtopic.php?t=2646991" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-11-02T11:15:14Z" - } -} \ No newline at end of file