CVE 8.9 HIGH

Gogs: Stored XSS in `.ipynb` Preview_CVE-2026-52798

8.9 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L

Description

Gogs is an open source self-hosted Git service. Prior to 0.14.3, although .ipynb previews are sanitized on the server side via /-/api/sanitize_ipynb, the inserted content is re-rendered on the client side without sanitization using marked() on elements with the .nb-markdown-cell class. During this process, links containing schemes such as javascript: can be regenerated. As a result, when a victim views an attacker-crafted .ipynb file and clicks the link, arbitrary JavaScript is executed in the Gogs origin, leading to a click-based Stored XSS. This vulnerability is fixed in 0.14.3.

AI Analysis

Stored XSS in .ipynb Preview via unsanitized client-side rendering

Basic Information

ID CVE-2026-52798
Source GitHub_M
Published Jun 24, 2026 at 20:14

Affected Product

Vendor gogs
Product gogs
Version < 0.14.3
Affected Versions gogs gogs < 0.14.3

CWE Classification

AI Assessment

AI Score 8.9 / 10
AI Severity High
Vendor Gogs
Product Gogs
Version < 0.14.3

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.