S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
medium·Misconfiguration·Updated Jun 24, 2026

CVE-2026-52815 Scanner

CVE-2026-52815 Scanner - Information Disclosure vulnerability in Gogs

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
2k
Times Used
continuous scan runs
5.9k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-52815
5.5
CVSSmedium
Exploitable remotely over the internet · no authentication required.

Gogs is an open source self-hosted Git service. Prior to 0.14.3, Gogs has an unauthenticated information disclosure vulnerability. The GET /api/v1/orgs/:orgname/teams endpoint at internal/route/api/v1/org_team.go:8 returns all teams for any organization without requiring authentication. The route group at internal/route/api/v1/api.go:380-385 lacks the reqToken() middleware, and the listTeams() handler performs no authentication check, exposing team IDs, names, descriptions, and permission levels to any unauthenticated caller. This vulnerability is fixed in 0.14.3.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
gogsby gogs
< 0.14.3
Updated Sep 9, 2026View on NVD →
Detail

Gogs is a self-hosted Git service, designed to serve as an easily deployable and lightweight version of GitHub for team and individual projects. It supports collaboration by managing git repositories with a friendly user interface, often used by small and medium-sized teams to host their project codes securely. Organizations like startups, educational institutions, and development groups frequently rely on Gogs for version control and collaborative coding. The platform lets users manage repositories, branches, and merge requests within a dedicated and controlled environment. It helps teams streamline their development workflows while maintaining security over codebase access. Gogs is appreciated for its simplicity, ease of installation, and active community support.

The information disclosure vulnerability in Gogs before version 0.14.3 allows unauthenticated attackers to access protected organizational data. The vulnerability is related to the lack of authentication required to access organizational team information. By exploiting this flaw, attackers can retrieve details like team IDs, names, descriptions, and permission levels without logging in. This security gap can lead to exposure of sensitive information about the organization's structure and operations. It particularly affects configurations that do not apply middleware to verify requests. Addressing this vulnerability is crucial for maintaining the confidentiality and integrity of organizational data within hosted Gogs instances.

The technical aspect of this vulnerability arises from the Gogs REST API endpoint `/api/v1/orgs/:orgname/teams`. This endpoint is designed to return team information within an organization but erroneously allows data retrieval without requiring user authentication. Specifically, the vulnerability lies in the absence of the `reqToken()` middleware that enforces authentication. Consequently, unauthenticated users can exploit this endpoint to enumerate all teams in any given organization. This data includes not just public team details but also private or restricted information not meant for public disclosure.

If exploited, this vulnerability can result in the exposure of organizational structures including team membership, roles, and permissions. Attackers could exploit this to map an organization's internal hierarchy and discover privileged administrator or owner teams. This could facilitate further targeted attacks, such as privilege escalation or social engineering, by exposing valuable insights into the organization's operations and personnel. The unauthorized access to sensitive information compromises the confidentiality and integrity of the data maintained within the Gogs system.

REFERENCES

Solution Advice
  • Update Gogs to version 0.14.3 or later to ensure the vulnerability is patched, effectively blocking unauthorized access to sensitive organization team data.
  • Enable and verify that appropriate authentication middleware is operating on all routes and endpoints for Gogs to prevent unauthenticated information access.
  • Regularly audit API endpoints for authentication robustness to preemptively identify and mitigate potential exposures.
  • Educate team members about the importance of maintaining system updates and apply security patches in a timely manner.
  • Conduct routine penetration testing on Gogs installations to validate the security posture against known vulnerabilities.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.