CVE-2026-56755
Received Received - Intake

Denial of Service via String Concatenation in Debian Package Upload

Vulnerability report for CVE-2026-56755, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Gitea Limited

Description

Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
go-gitea gitea to 1.26.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-56755 is a Denial of Service vulnerability in Gitea versions up to 1.26.4. It involves two issues in the Debian package registry parser: unbounded decompression in the ParseControlFile function and O(NΒ²) string concatenation in the Description field processing. Attackers can exploit these by uploading a specially crafted .deb file to exhaust server memory and CPU resources.

Detection Guidance

To detect this vulnerability, monitor for unusually high CPU or memory usage during Debian package uploads or registry operations. Check Gitea logs for failed uploads or timeouts. Inspect network traffic for large .deb files being processed. Ensure Gitea version is updated to 1.27.0 or later.

Impact Analysis

If you use Gitea versions up to 1.26.4, an authenticated user with write access to the package registry could upload a malicious .deb file. This would cause CPU and memory exhaustion, leading to service disruption, slowdowns, or crashes. The attack requires only a single upload request.

Compliance Impact

This vulnerability could lead to service unavailability, which may violate availability requirements in GDPR and HIPAA. Downtime could result in unauthorized access to data or failure to meet data processing timelines, potentially leading to compliance breaches.

Mitigation Strategies

Immediately upgrade Gitea to version 1.27.0 or later to patch the vulnerability. Restrict write access to the package registry to trusted users only. Monitor server resources for signs of exploitation. Consider disabling the Debian package registry if not in use.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56755. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart