Loading...
Skip to main content

CVE-2024-6886

CRITICAL

Gitea Cross-site Scripting Vulnerability

Published August 6, 2024Updated February 4, 2026Source: osv

Summary

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Gitea Gitea Open Source Git Server allows Stored XSS.This issue affects Gitea Open Source Git Server: 1.22.0.

Remediation

Upgrade to the fixed version using your package manager.

Go
Update code.gitea.io/gitea to 1.22.1 or later
go get code.gitea.io/gitea@v1.22.1

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
code.gitea.io/gitea
go
All versions1.22.1

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-79
    Cross-site Scripting (XSS)MITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

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

Frequently Asked Questions

What is CVE-2024-6886?
Gitea Cross-site Scripting Vulnerability This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2024-6886?
CVE-2024-6886 affects code.gitea.io/gitea. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2024-6886 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-4h4p-553m-46qh
GO-2024-3056

Related CVEs

  • CVE-2026-22874
    CRITICAL

    Gitea: Incomplete SSRF Protection in Webhook and Migration Allow-list Default Filter

  • CVE-2019-11576
    CRITICAL

    Gitea Allows 1FA Even for 2FA-Enrolled Accounts

  • CVE-2026-27775
    HIGH

    Gitea: Cached Per-Branch Permission Check in Pre-Receive Hook Allows Full Repository Write

  • CVE-2026-56654
    HIGH

    Gitea: Privilege Escalation via Access Token Scope Escalation in API

  • CVE-2026-58424
    HIGH

    Gitea: Permanent Fork PR Workflow Approval Gate Bypass

  • CVE-2026-57894
    HIGH

    Gitea: Repository Migration Follows Git HTTP Redirects After URL Allow/Block Validation, Enabling Internal Git Repository Exfiltration

  • CVE-2026-27771
    HIGH

    Gitea has insufficient permission checks for Composer package source links

  • CVE-2026-28737
    HIGH

    Gitea: Stored XSS via glTF `extensionsRequired` in Gitea 3D File Viewer

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies