Illustrative image generated with AI
Gitea Under Attack: Critical RCE Exploited for Cryptojacking, CISA Mandates Patch by August 28
Critical RCE in Gitea (CVE-2026-60004) is being exploited for cryptojacking. CISA requires federal agencies to patch by August 28, 2026.
Text generated by artificial intelligence, published without human review. AI transparency
A CVSS 9.8 Code Injection Lands in the KEV Catalog
On August 25, 2026, CISA added CVE-2026-60004 to its Known Exploited Vulnerabilities Catalog, based on evidence of active exploitation. The vulnerability affects Gitea, the open-source self-hosted Git platform, and is described as a code injection with a CVSS score of 9.8.
According to the official description, the flaw allows an attacker with write access to a repository to submit a malicious patch to the diffpatch API endpoint. The goal is to install an executable Git hook and achieve shell command execution with the privileges of the Gitea service account.
CISA has confirmed exploitation in the wild, but has not released details on the attack techniques or attribution. It is also unknown whether this CVE is being used in ransomware campaigns: the “Known To Be Used in Ransomware Campaigns” field is listed as Unknown.
The Vector: Open Registration and Git Hooks
The credited researcher for the discovery is Shai Rod, also known as NightRang3r. The diffpatch endpoint can be abused to turn repository-controlled content into an executable Git hook. From there, the attacker executes commands as the service account, bypassing application controls.
The condition that makes the attack particularly dangerous is Gitea's default open registration. With this setting, an unauthenticated visitor can register an account, create a repository, and gain the write permissions needed to launch the attack. No pre-existing credentials or privileged access are required.
Affected versions include all Gitea releases starting from 1.17. The fix was released in version 1.27.1. CISA/NVD materials do not explicitly list affected versions; this information comes from the vendor advisory.
Cryptojacking Observed on a Personal Instance
A recently published independent analysis describes a concrete attack against a personal Gitea instance. An unidentified actor exploited CVE-2026-60004 to deploy a cryptocurrency miner dropper.
The incident came to light after an email from the hosting provider HOSTKEY. The provider reported that the virtual server had exceeded 70% CPU capacity for an extended period, violating the terms of service. HOSTKEY temporarily restricted the VPS CPU resources.
The compromised instance's configuration was particularly exposed: DISABLE_REGISTRATION was set to false, REGISTER_EMAIL_CONFIRM to false, ENABLE_OPENID_SIGNUP to true, and REQUIRE_SIGNIN_VIEW to false. Gitea SSH was not exposed: the attack vector was entirely over HTTPS.
Before deploying the payload, the dropper performed a sequence of operations: clearing LD_PRELOAD and LD_LIBRARY_PATH, searching for processes with high CPU usage, attempting to terminate competing processes, downloading the payload based on system architecture, writing it to disk and executing it, and finally deleting the file. The exact nature of the second-stage payload is unknown: there is no confirmed information on mining pools, wallets, miner family, or operator. The increased CPU usage remains consistent with a cryptojacking campaign against vulnerable Gitea instances.
It is unclear whether CISA added the CVE to the KEV because of this specific attack or because it collected other evidence of exploitation against unpatched Gitea servers.
Mitigations and Deadlines for Federal Agencies
The action required by CISA is to apply mitigations according to vendor instructions, in accordance with BOD 26-04 “Prioritizing Security Updates Based on Risk” and the “Forensics Triage Requirements.” U.S. federal agencies must complete remediation by August 28, 2026.
For this entry, CISA does not require mandatory forensic triage: the “Forensic triage required per BOD-26-04” field is set to No. However, BOD 26-04 still establishes pre-patch controls for federal agencies, particularly for internet-exposed assets.
The primary mitigation is to upgrade Gitea to version 1.27.1 or later. For cloud services, organizations must follow BOD 26-04 guidelines or discontinue the product if mitigations are not available.
Although not formally listed as a workaround in the advisory, the incident analysis highlights that instances with open registration, email confirmation disabled, OpenID signup enabled, and viewing without login are particularly exposed. Restricting registration and requiring email confirmation can reduce the attack surface.
A KEV Under Pressure in Recent Weeks
CVE-2026-60004 is not the only recent entry in the KEV catalog. Between August 18 and 24, 2026, several critical vulnerabilities entered the catalog with tight remediation deadlines: CVE-2026-65400 (CVSS 9.8) with a deadline of August 21, CVE-2026-55040 (CVSS 9.1) with a deadline of August 21, CVE-2026-73570 (CVSS 8.9) with a deadline of August 24, and CVE-2026-21962 (CVSS 10) with a deadline of August 27.
This sequence shows increasing pressure on organizations to reduce patching times. The August 28 deadline for Gitea leaves federal agencies just three days from the time of KEV inclusion: a particularly tight interval, consistent with the BOD 26-04 approach for high-risk vulnerabilities on publicly exposed assets.
Sources
This article is an original reworking based on the sources below.
CVEs covered in this article
- CVE-2026-72898CRITICAL10.0Metabase allows a remote, unauthenticated attacker to inject arbitrary SQL via the '/reset_password' database endpoint and gain administrator access to the connected Metabase instance.
- CVE-2026-21962CRITICAL10.0Vulnerability in the Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in product of Oracle Fusion Middleware (component: Weblogic Server Proxy Plug-in for Apache HTTP Server, Weblogic Server Proxy Plug-in for IIS). Supported versions that are affected are 12.2.1.4.0, 14.1.1.0.0 and 14.1.2.0.0
- CVE-2026-59310CRITICAL9.8VMware vCenter contains a directory traversal vulnerability in the Syslog server. A malicious actor with network access to vCenter may exploit this issue to execute arbitrary code.
- CVE-2026-33824CRITICAL9.8Double free in Windows IKE Extension allows an unauthorized attacker to execute code over a network.
- CVE-2026-65400CRITICAL9.8An authentication issue was addressed with improved state management. This issue is fixed in macOS Sequoia 15.7.9, macOS Sonoma 14.8.9, macOS Tahoe 26.6.1. An attacker on the network may be able to authenticate to Screen Sharing without valid credentials.
- CVE-2026-72529CRITICAL9.8A remote unauthorized attacker with network access via port 4307/TCP to the TrueConf server versions 5.3.X to 5.3.9, 5.4.X to 5.4.9, 5.5.X to 5.5.5, and earlier could execute an arbitrary script by calling an undocumented function.
- CVE-2026-64849CRITICAL9.3MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, the unauthenticated POST /api/2.0/mlflow/webhooks/{id}/test endpoint calls _validate_webhook_url() in mlflow/utils/validation.py only for the original URL while mlflow/we
- CVE-2026-55040CRITICAL9.1Weak authentication in Microsoft Office SharePoint allows an unauthorized attacker to bypass a security feature over a network.
- CVE-2026-72530CRITICAL9.0A remote unauthorized attacker with network access via port 4307/TCP to the TrueConf server versions 5.3.X to 5.3.9, 5.4.X to 5.4.9, 5.5.X to 5.5.5, and earlier could use a specially crafted script to break out of the isolated environment and execute arbitrary code on the host system.
- CVE-2026-73570HIGH8.9A remote code execution vulnerability exists in Zimbra Collaboration (ZCS) before 10.1.20 when the optional zimbra-snmp package is installed and SNMP notifications are enabled. Due to improper sanitization of untrusted input during SNMP notification processing, an unauthenticated attacker can send s
- CVE-2025-62593HIGH8.8Ray is an AI compute engine. Prior to version 2.52.0, developers working with Ray as a development tool can be exploited via a critical RCE vulnerability exploitable via Firefox and Safari. This vulnerability is due to an insufficient guard against browser-based attacks, as the current defense uses
