CVE-2022-31038 MEDIUM

CVE-2022-31038: XSS vulnerability in repository issue list in Gogs

Vendor Gogs
Product gogs
Weakness CWE-79 · XSS
Published June 8, 2022
Last update April 23, 2025

CVSS base score

5.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

Gogs is an open source self-hosted Git service. In versions of gogs prior to 0.12.9 `DisplayName` does not filter characters input from users, which leads to an XSS vulnerability when directly displayed in the issue list. This issue has been resolved in commit 155cae1d which sanitizes `DisplayName` prior to display to the user. All users of gogs are advised to upgrade. Users unable to upgrade should check their users' display names for malicious characters.

Key dates

02Disclosure timeline

June 8, 2022 CVE published
April 23, 2025 Record updated