LiveActive security incident?Get immediate response
CVE Record

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

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.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-31038 is a stored cross-site scripting flaw in Gogs before 0.12.9. A user-controlled display name can appear unsanitized in repository issue lists, allowing script execution in another user's browser when that list is viewed. Business impact is limited but relevant for self-hosted code platforms.

Executive priority

Treat as a moderate-priority fix for any internet-facing or multi-user Gogs deployment. Prioritize upgrade during normal patch windows unless the instance allows untrusted users.

Technical view

Gogs versions before 0.12.9 fail to filter DisplayName before rendering it in the repository issue list. The advisory maps this to CWE-79 with CVSS 3.1 score 5.4, requiring network access, low privileges, and user interaction. The fix sanitizes DisplayName before display.

Likely exposure

Exposure is limited to organizations running self-hosted Gogs versions earlier than 0.12.9, especially instances allowing untrusted or broad user registration.

Exploitation context

The source bundle does not cite active exploitation, and KEV status is false. Exploitation requires a user account and another user viewing an affected issue list.

Researcher notes

The evidence identifies the vulnerable sink as issue-list display of DisplayName and the remediation commit as 155cae1d. No exploit proof, active exploitation claim, or additional affected products are provided in the bundle.

Mitigation direction

  • Upgrade Gogs to version 0.12.9 or later.
  • If unable to upgrade, review user display names for malicious characters.
  • Restrict untrusted account creation until upgraded.
  • Monitor vendor advisory and release notes for related guidance.

Validation and detection

  • Inventory all self-hosted Gogs instances and record versions.
  • Confirm no production instance runs Gogs before 0.12.9.
  • Review user display names for unsafe markup-like characters.
  • Confirm issue lists render display names safely after upgrade.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31038 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2022-31038Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
gogsgogs< 0.12.9Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.