Description
Gitea SSH Key Parser Denial of Service
Published: 2026-08-13
Score: 6.2 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in Gitea's SSH key parser, allowing an attacker to submit crafted key input that can exhaust processing resources and cause the server to become unresponsive. This results in a denial of service to legitimate users, impacting availability of the Git hosting service. The weakness involves improper access control that fails to validate or limit the size and format of SSH key data being parsed.

Affected Systems

The affected product is Gitea Open Source Git Server. Exact version information is not disclosed; the issue is reported against recent releases around the time of the 1.27.0 release. All current deployments of Gitea at the time of disclosure could be vulnerable until a patch is applied.

Risk and Exploitability

The public CVSS score is 6.2, and EPSS data is unavailable, so the precise likelihood of exploitation cannot be quantified. The vulnerability is not included in the CISA KEV catalog, indicating no known active exploitation publicly. However, because the attack vector likely involves sending malicious SSH key data over the network, remote attackers could trigger the denial of service by repeatedly flooding the key parser. The actual impact depends on the application's ability to handle malformed input and the presence of any rate limiting.

Generated by OpenCVE AI on August 14, 2026 at 01:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gitea to the latest release that contains the fix for the SSH key parser.
  • If an upgrade is not immediately possible, limit or disable SSH key upload functionality for unauthenticated or low‑privilege users.
  • Deploy application‑level rate limiting or throttling on the endpoint that processes SSH key uploads to mitigate resource exhaustion.
  • Monitor system logs for abnormal patterns of SSH key submissions and investigate any suspicious activity.

Generated by OpenCVE AI on August 14, 2026 at 01:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-4xjf-493q-98p3 Gitea SSH Key Parser Denial of Service
History

Fri, 14 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 13 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Gitea
Gitea gitea Open Source Git Server
Vendors & Products Gitea
Gitea gitea Open Source Git Server

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.2, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Description Gitea SSH Key Parser Denial of Service
Title Gitea SSH Key Parser Denial of Service
Weaknesses CWE-284
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-13T18:48:49.731Z

Reserved: 2026-07-08T09:19:08.775Z

Link: CVE-2026-56657

cve-icon Vulnrichment

Updated: 2026-08-13T18:48:43.625Z

cve-icon NVD

Status : Received

Published: 2026-08-13T17:17:25.470

Modified: 2026-08-13T19:17:24.477

Link: CVE-2026-56657

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-13T16:44:43Z

Links: CVE-2026-56657 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:45:08Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-770

    Allocation of Resources Without Limits or Throttling