From 7933eaa5c6beb4018786850364dcba3e707f8e4f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 16:36:30 +0000 Subject: [PATCH] Publish GHSA-8fm5-gg2f-f66q --- .../GHSA-8fm5-gg2f-f66q.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2025/03/GHSA-8fm5-gg2f-f66q/GHSA-8fm5-gg2f-f66q.json diff --git a/advisories/github-reviewed/2025/03/GHSA-8fm5-gg2f-f66q/GHSA-8fm5-gg2f-f66q.json b/advisories/github-reviewed/2025/03/GHSA-8fm5-gg2f-f66q/GHSA-8fm5-gg2f-f66q.json new file mode 100644 index 00000000000..dacebe1b0f4 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-8fm5-gg2f-f66q/GHSA-8fm5-gg2f-f66q.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8fm5-gg2f-f66q", + "modified": "2025-03-28T16:34:33Z", + "published": "2025-03-28T16:34:33Z", + "aliases": [ + "CVE-2024-39311" + ], + "summary": "Publify Vulnerable To Cross-Site Scripting (XSS) Via Redirects Requiring User Interaction", + "details": "### Summary\nA publisher on a `publify` application is able to perform a cross-site scripting attack on an administrator using the redirect functionality.\n\n### Details\nA publisher on a `publify` application is able to perform a cross-site scripting attack on an administrator using the redirect functionality. The exploitation of this XSS vulnerability requires the administrator to click a malicious link.\n\nWe can create a redirect to a `javascript:alert()` URL. Whilst the redirect itself doesn't work, on the administrative panel, an a tag is created with the payload as the URI. Upon clicking this link, the XSS is triggered. \n\nAn attack could attempt to hide their payload by using HTML, or other encodings, as to not make it obvious to an administrator that this is a malicious link.\n\n### PoC\nA publisher can create a new redirect as shown below. The payload used is `javascript:alert()`.\n![image](https://user-images.githubusercontent.com/44903767/295206083-3cf432c6-1f58-49a2-b09c-777e9707e0ff.png)\n\nAn administrator will now see this redirect in their overview of the page.\n![image](https://user-images.githubusercontent.com/44903767/295206204-3d4dc59a-8f82-42f3-98b2-a1809790351f.png)\n\nIf they click the link on the right, it triggers the XSS.\n![image](https://user-images.githubusercontent.com/44903767/295206292-3fea85f5-6918-4eff-8206-4a275a6e79e4.png)\n\n### Impact\nA publisher may attempt to use this vulnerability to escalate their privileges and become an administrator.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "publify_core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "10.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/publify/publify/security/advisories/GHSA-8fm5-gg2f-f66q" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39311" + }, + { + "type": "PACKAGE", + "url": "https://github.com/publify/publify" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-03-28T16:34:33Z", + "nvd_published_at": "2025-03-28T15:15:44Z" + } +} \ No newline at end of file