From ac79ba89ad888876c388517b639f6edc0cc3afdb Mon Sep 17 00:00:00 2001 From: Bader <127010643+sealbenb@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:09:11 +0300 Subject: [PATCH] Improve GHSA-h2xq-h7f9-vh6c --- .../03/GHSA-h2xq-h7f9-vh6c/GHSA-h2xq-h7f9-vh6c.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2026/03/GHSA-h2xq-h7f9-vh6c/GHSA-h2xq-h7f9-vh6c.json b/advisories/github-reviewed/2026/03/GHSA-h2xq-h7f9-vh6c/GHSA-h2xq-h7f9-vh6c.json index e45615d96b4ce..a4e51ac46d019 100644 --- a/advisories/github-reviewed/2026/03/GHSA-h2xq-h7f9-vh6c/GHSA-h2xq-h7f9-vh6c.json +++ b/advisories/github-reviewed/2026/03/GHSA-h2xq-h7f9-vh6c/GHSA-h2xq-h7f9-vh6c.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h2xq-h7f9-vh6c", - "modified": "2026-04-24T21:05:23Z", + "modified": "2026-04-24T21:05:24Z", "published": "2026-03-04T18:16:14Z", "aliases": [ "CVE-2025-66024" @@ -9,10 +9,6 @@ "summary": "XWiki Blog Application home page vulnerable to Stored XSS via Post Title", "details": "### Impact\n\nThe Blog Application is vulnerable to Stored Cross-Site Scripting (XSS) via the Blog Post Title. The vulnerability arises because the post title is injected directly into the HTML tag without proper escaping.\n\nAn attacker with permissions to create or edit blog posts can inject malicious JavaScript into the title field. This script will execute in the browser of any user (including administrators) who views the blog post. This leads to potential session hijacking or privilege escalation.\n\nTo reproduce:\n\n* Log in as a user with rights to create blog posts.\n* Create a new blog post.\n* In the Title field, insert the following payload designed to break out of the title tag: ``````\n* Save (Publish) the post.\n* View the post in the blog home page\n\n### Patches\nThe vulnerability has been patched in the blog application version 9.15.7 by adding missing escaping.\n\n### Workarounds\nXWiki Blog Application maintainers are not aware of any workarounds.\n\n### Resources\n* https://jira.xwiki.org/browse/BLOG-245\n* https://github.com/xwiki-contrib/application-blog/commit/cca87f0a0edc2e7e049d46d51f4a4d8f78b714ba\n\n### Attribution\n\nŁukasz Rybak reported this vulnerability.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" - }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" @@ -29,7 +25,7 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "9.15" }, { "fixed": "9.15.7" @@ -52,6 +48,10 @@ "type": "WEB", "url": "https://github.com/xwiki-contrib/application-blog/commit/cca87f0a0edc2e7e049d46d51f4a4d8f78b714ba" }, + { + "type": "WEB", + "url": "https://github.com/xwiki-contrib/application-blog/commit/cdcbf2816e9b329e8f006be4391a7ffe80d4bb3f" + }, { "type": "PACKAGE", "url": "https://github.com/xwiki-contrib/application-blog"