ghsa-7pr5-w74r-jjj7
Vulnerability from github
Published
2025-06-17 12:31
Modified
2025-07-15 00:27
Severity ?
VLAI Severity ?
Summary
Mezzanine CMS has a Stored Cross-Site Scripting (XSS) vulnerability in the displayable_links_js function
Details
Mezzanine CMS, in versions prior to 6.1.1, contains a Stored Cross-Site Scripting (XSS) vulnerability in the admin interface. The vulnerability exists in the "displayable_links_js" function, which fails to properly sanitize blog post titles before including them in JSON responses served via "/admin/displayable_links.js". An authenticated admin user can create a blog post with a malicious JavaScript payload in the title field, then trick another admin user into clicking a direct link to the "/admin/displayable_links.js" endpoint, causing the malicious script to execute in their browser.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "Mezzanine" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.1.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-6050" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2025-06-17T15:38:10Z", "nvd_published_at": "2025-06-17T11:15:22Z", "severity": "MODERATE" }, "details": "Mezzanine CMS, in versions prior to 6.1.1, contains a Stored Cross-Site Scripting (XSS) vulnerability in the admin interface. The vulnerability exists in the \"displayable_links_js\" function, which fails to properly sanitize blog post titles before including them in JSON responses served via \"/admin/displayable_links.js\". An authenticated admin user can create a blog post with a malicious JavaScript payload in the title field, then trick another admin user into clicking a direct link to the \"/admin/displayable_links.js\" endpoint, causing the malicious script to execute in their browser.", "id": "GHSA-7pr5-w74r-jjj7", "modified": "2025-07-15T00:27:47Z", "published": "2025-06-17T12:31:15Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6050" }, { "type": "WEB", "url": "https://github.com/stephenmcd/mezzanine/commit/898630d8df48cf3ddb8b9942f59168b93216e3f8" }, { "type": "WEB", "url": "https://advisory.checkmarx.net/advisory/CVE-2025-6050" }, { "type": "PACKAGE", "url": "https://github.com/stephenmcd/mezzanine" }, { "type": "WEB", "url": "https://github.com/stephenmcd/mezzanine/discussions/2080" }, { "type": "WEB", "url": "https://https://github.com/stephenmcd/mezzanine/commit/898630d8df48cf3ddb8b9942f59168b93216e3f8" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:L/VA:N/SC:L/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Mezzanine CMS has a Stored Cross-Site Scripting (XSS) vulnerability in the displayable_links_js function" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…