From aaf66b8062a054c1b2cd5da207af5185939ed5e6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:14:49 +0000 Subject: [PATCH] Publish GHSA-56r3-f536-5gf7 --- .../GHSA-56r3-f536-5gf7.json | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 advisories/github-reviewed/2024/03/GHSA-56r3-f536-5gf7/GHSA-56r3-f536-5gf7.json diff --git a/advisories/github-reviewed/2024/03/GHSA-56r3-f536-5gf7/GHSA-56r3-f536-5gf7.json b/advisories/github-reviewed/2024/03/GHSA-56r3-f536-5gf7/GHSA-56r3-f536-5gf7.json new file mode 100644 index 00000000000..800c929664c --- /dev/null +++ b/advisories/github-reviewed/2024/03/GHSA-56r3-f536-5gf7/GHSA-56r3-f536-5gf7.json @@ -0,0 +1,92 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-56r3-f536-5gf7", + "modified": "2024-03-20T15:13:29Z", + "published": "2024-03-20T15:13:29Z", + "aliases": [ + "CVE-2024-23643" + ], + "summary": "GeoServer's GWC Seed Form vulnerable to Stored Cross-Site Scripting (XSS)", + "details": "### Summary\nA stored cross-site scripting (XSS) vulnerability exists that enables an authenticated administrator with workspace-level privileges to store a JavaScript payload in the GeoServer catalog that will execute in the context of another administrator’s browser when viewed in the GWC Seed Form. Access to the GWC Seed Form is limited to full administrators by default and granting non-administrators access to this endpoint is not recommended.\n\n### Details\n_Give all details on the vulnerability. Pointing to the incriminated source code is very helpful for the maintainer._\n\n### PoC\n_Complete instructions, including specific configuration details, to reproduce the vulnerability._\n\n### Impact\nIf an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user. Amongst other things, the attacker can:\n\n1 .Perform any action within the application that the user can perform.\n2. View any information that the user is able to view.\n3. Modify any information that the user is able to modify.\n4. Initiate interactions with other application users, including malicious attacks, that will appear to originate from the initial victim user.\n\n### References\nhttps://github.com/GeoWebCache/geowebcache/issues/1172\nhttps://github.com/GeoWebCache/geowebcache/pull/1174\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.geoserver:gs-gwc-rest" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.23.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.geoserver:gs-gwc-rest" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.24.0" + }, + { + "fixed": "2.24.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/geoserver/geoserver/security/advisories/GHSA-56r3-f536-5gf7" + }, + { + "type": "WEB", + "url": "https://github.com/GeoWebCache/geowebcache/issues/1172" + }, + { + "type": "WEB", + "url": "https://github.com/GeoWebCache/geowebcache/pull/1174" + }, + { + "type": "WEB", + "url": "https://github.com/GeoWebCache/geowebcache/commit/9d010e09c784690ada8af43f594461a2553a62f0" + }, + { + "type": "WEB", + "url": "https://github.com/GeoWebCache/geowebcache/commit/c0ca08a20bc0e66dafbdb083f7508b372c0703ee" + }, + { + "type": "PACKAGE", + "url": "https://github.com/geoserver/geoserver" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-03-20T15:13:29Z", + "nvd_published_at": null + } +} \ No newline at end of file