惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
Last Week in AI
Last Week in AI
腾讯CDC
The Cloudflare Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
I
InfoQ
雷峰网
雷峰网
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
Y
Y Combinator Blog
H
Help Net Security
T
Tailwind CSS Blog
美团技术团队
aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed

Orca Security

Langflow RCE Actively Exploited to Deploy Cryptominers on AI Infrastructure Orca MCP: When Text Stops Scaling Kubernetes Compliance Tools: Automating CIS Benchmarks Risk-Based Vulnerability Management for the Cloud: A 2026 Guide Private Cloud Security: Top Risks and Best Practices (2026) What Is Generative AI in Cybersecurity? Best Vulnerability Management Tools and Software in 2026 2026 State of Application Security Report Recap: What the Data Says and What Security Teams Should Do About It AI Security for Sensitive Data: Best Practices and Guidelines Best AI Code Security Solutions 2026: How to Secure AI-Generated Code From Platform to Program: How to Ensure Your Cloud Security Solution Delivers Best AI Cybersecurity Providers 2026: A Buyer's Guide to AI-Powered Security Platforms Join Orca Security at Black Hat USA 2026 CNAPP Tools That Reduce Security Tool Sprawl: CNAPP vs. Dedicated Solutions What Is Container Runtime Security? A Practical Guide 2026 What Is Application Security Testing? Tools and Types What Is Managed Cloud Security? A Practical Guide What Is SaaS Security Posture Management? SSPM Guide Top 10 Cloud Security Standards for Compliance What is the MIT License? Compliance and Comparisons AI Agents vs. Agentless Security vs. Agent-based Security 144 Mastra npm Packages Compromised via Supply Chain Attack The Complete Guide to LLM Security: Risks, Best Practices, and Solutions Cloud Security LIVE 2026: Top 10 Takeaways Practitioners Can Use Now Cloud Security LIVE 2026: Top 10 Takeaways CISOs Can Use Now (and What to Do Next) How Orca Traced an nginx Flaw to 1.45 Million Tengine Servers All Running Vulnerable Code What to Look for in Container Security Tools Cloud Application Security Best Practices for DevSecOps Cloud Security Tools: 10 Types Explained for Teams What Is NIST CSF? Framework 2.0 Explained
Gitea Container Registry Exposes Private Images to Unauth...
The Orca Security Team · 2026-05-27 · via Orca Security

A critical access control vulnerability (CVE-2026-27771) has been disclosed in Gitea’s built-in container registry, allowing any unauthenticated remote attacker to pull container images marked as private, without credentials, tokens, or prior access of any kind. Due to the potential for full exposure of application source code, embedded secrets, and production infrastructure details, immediate patching is required.

Technical Overview

The issue originates from Gitea’s container registry access control model, where the “private” designation on container repositories failed to enforce the expected authentication requirements. When a repository was marked private, the container registry endpoint still served image layers and manifests to anonymous requests. By sending standard Docker/OCI pull requests to the registry API, attackers could retrieve complete private container images, potentially exposing application code, API keys, database credentials, and internal infrastructure configurations embedded within those images. No authentication was required to exploit this issue.

Affected Products and Exposure

The following components are affected: Gitea’s built-in container (OCI) registry in all versions prior to 1.26.2. Forgejo, the prominent community fork of Gitea that shares the same container registry implementation, has been independently confirmed as vulnerable through testing by the discovering researchers. Other Gitea forks should be independently verified.

These components are widely deployed across self-hosted Git and CI/CD environments. An estimated 31,750 internet-facing Gitea instances were identified as likely affected, spanning 30+ countries with the highest concentrations in China, the United States, and Germany. Approximately 52% of affected instances run on major cloud platforms. Impacted sectors include healthcare providers, aerospace manufacturers, retail infrastructure operators, internet service providers, and enterprise software development teams.

Users should upgrade to Gitea v1.26.2 immediately. Forgejo users should monitor their project’s release channels for a corresponding patch. Organizations unable to upgrade immediately should set [service].REQUIRE_SIGNIN_VIEW=true in their Gitea configuration as a temporary workaround, though this prevents all anonymous access to the instance including intentionally public repositories and container images.

Current Threat Status

The vulnerability was discovered by NoScope’s autonomous penetration testing agent in April 2026 and responsibly disclosed to the Gitea maintainer team, who assigned CVE-2026-27771 and credited NoScope in the v1.26.2 release notes. The flaw had persisted undetected for approximately four years since the container registry feature was introduced. At the time of writing, no public proof-of-concept exploit has been released, and there are no confirmed reports of active exploitation in the wild. Regardless, the severity and ease of exploitation make this vulnerability high risk, especially for internet-facing deployments where private container images may contain sensitive intellectual property, credentials, or infrastructure details.

Potential Impact

Successful exploitation could allow attackers to exfiltrate proprietary application source code and business logic, harvest embedded secrets such as API keys, database passwords, and cloud provider credentials, and map internal infrastructure through exposed configuration files and deployment manifests, leading to further compromise, lateral movement, data breaches, or full infrastructure takeover.

How can Orca help?

Orca enables customers to quickly identify assets running vulnerable Gitea versions, understand their exposure in context, including internet accessibility, runtime reachability, and asset criticality, and prioritize remediation based on real risk rather than CVSS alone. Orca’s platform highlights affected assets directly in the inventory view, helping security teams focus on the most critical remediation paths first. Organizations using Gitea’s container registry for CI/CD pipelines should audit whether any private images were accessed by unauthorized parties and rotate any credentials that may have been embedded in exposed images.