VYPR

Vendor CVEs

Gogs

All CVEs

77 total · sorted by risk
  • CVE-2026-23632MedFeb 6, 2026
    risk 0.35cvss 6.5epss 0.00

    Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, the endpoint "PUT /repos/:owner/:repo/contents/*" does not require write permissions and allows access with read permission only via repoAssignment(). After passing the permission check, PutContents()…

  • CVE-2026-22592MedFeb 6, 2026
    risk 0.35cvss 6.5epss 0.00

    Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, an authenticated user can cause a DOS attack. If one of the repo files is deleted before synchronization, it will cause the application to crash. This issue has been patched in versions 0.13.4 and…

  • CVE-2022-1285MedJun 1, 2022
    risk 0.35cvss 6.5epss 0.01

    Server-Side Request Forgery (SSRF) in GitHub repository gogs/gogs prior to 0.12.8.

  • CVE-2020-14958MedJun 21, 2020
    risk 0.35cvss 6.5epss 0.01

    In Gogs 0.11.91, MakeEmailPrimary in models/user_mail.go lacks a "not the owner of the email" check.

  • CVE-2025-47943MedJun 24, 2025
    risk 0.34cvss 6.3epss 0.00

    Gogs is an open source self-hosted Git service. In application version 0.14.0+dev and prior, there is a stored cross-site scripting (XSS) vulnerability present in Gogs, which allows client-side Javascript code execution. The vulnerability is caused by the usage of a vulnerable…

  • CVE-2026-26195MedMar 5, 2026
    risk 0.33cvss 6.1epss 0.00

    Gogs is an open source self-hosted Git service. Prior to version 0.14.2, stored xss is still possible through unsafe template rendering that mixes user input with safe plus permissive sanitizer handling of data urls. This issue has been patched in version 0.14.2.

  • CVE-2018-17031MedSep 14, 2018
    risk 0.33cvss 6.1epss 0.01

    In Gogs 0.11.53, an attacker can use a crafted .eml file to trigger MIME type sniffing, which leads to XSS, as demonstrated by Internet Explorer, because an "X-Content-Type-Options: nosniff" header is not sent.

  • CVE-2018-15178MedAug 8, 2018
    risk 0.33cvss 6.1epss 0.01

    Open redirect vulnerability in Gogs before 0.12 allows remote attackers to redirect users to arbitrary websites and conduct phishing attacks via an initial /\ substring in the user/login redirect_to parameter, related to the function isValidRedirect in routes/user/auth.go.

  • CVE-2026-52815MedJun 24, 2026
    risk 0.29cvss epss 0.01

    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…

  • CVE-2026-52814MedJun 24, 2026
    risk 0.29cvss epss 0.00

    Gogs is an open source self-hosted Git service. Prior to 0.14.3, the Gogs built-in Go SSH server is vulnerable to an unauthenticated, asymmetric Denial of Service (DoS) attack. The application accepts inbound TCP connections and passes them to…

  • CVE-2026-52804MedJun 24, 2026
    risk 0.29cvss epss 0.00

    Gogs is an open source self-hosted Git service. Prior to 0.14.3, a repository admin collaborator can escalate their privileges to owner-level access by exploiting an off-by-one error in the ChangeCollaborationAccessMode function. This vulnerability is fixed in 0.14.3.

  • CVE-2026-52816MedJun 24, 2026
    risk 0.28cvss epss 0.00

    Gogs is an open source self-hosted Git service. Prior to 0.14.3, the Jupyter Notebook (ipynb) sanitizer endpoint at POST /-/api/sanitize_ipynb allows arbitrary data: URIs without proper restrictions, potentially leading to Cross-Site Scripting (XSS). The endpoint uses…

  • CVE-2026-52802MedJun 24, 2026
    risk 0.28cvss 5.4epss 0.00

    Gogs is an open source self-hosted Git service. Prior to 0.14.3, an open redirect vulnerability exists in Gogs where attacker-controlled redirect_to parameters can bypass validation, allowing redirection to arbitrary external sites. All redirects in Gogs that are validated via…

  • CVE-2022-31038MedJun 9, 2022
    risk 0.28cvss 5.4epss 0.01

    Gogs is an open source self-hosted Git service. In versions of gogs prior to 0.12.9 `DisplayName` does not filter characters input from users, which leads to an XSS vulnerability when directly displayed in the issue list. This issue has been resolved in commit 155cae1d which…

  • CVE-2022-1464MedMay 5, 2022
    risk 0.28cvss 5.4epss 0.01

    Stored xss bug in GitHub repository gogs/gogs prior to 0.12.7. As the repo is public , any user can view the report and when open the attachment then xss is executed. This bug allow executed any javascript code in victim account .

  • CVE-2022-0870MedMar 11, 2022
    risk 0.28cvss 5.3epss 0.03

    Server-Side Request Forgery (SSRF) in GitHub repository gogs/gogs prior to 0.12.5.

  • CVE-2026-26196MedMar 5, 2026
    risk 0.27cvss 5.3epss 0.00

    Gogs is an open source self-hosted Git service. Prior to version 0.14.2, gogs api still accepts tokens in url params like token and access_token, which can leak through logs, browser history, and referrers. This issue has been patched in version 0.14.2.

  • CVE-2025-64719MedJun 24, 2026
    risk 0.25cvss 4.9epss 0.00

    Gogs is an open source self-hosted Git service. Prior to 0.14.3, a malicious user with rights to create a new file on a repository or wiki page can trigger a denial of service condition in which the pages containing the listing of files will return HTTP error 500 and render the…

  • CVE-2026-52807MedJun 24, 2026
    risk 0.24cvss epss 0.00

    Gogs is an open source self-hosted Git service. Prior to 0.14.3, in new_form.tmpl, milestone names are rendered with Go's default auto-escaping ({{.Name}}), which converts < to < etc. This prevents direct HTML injection. However, when the browser renders the DOM, the text…

  • CVE-2026-52795MedJun 24, 2026
    risk 0.21cvss 4.3epss 0.00

    Gogs is an open source self-hosted Git service. In 0.14.3 and earlier, any authenticated user can watch a private repository they have no access to, because the access check in the Watch API handler is inverted. The code checks if repoCtx.ViewerCanRead() (returns 404 when the…

  • CVE-2026-52796LowJun 24, 2026
    risk 0.16cvss 3.5epss 0.00

    Gogs is an open source self-hosted Git service. Prior to 0.14.3, specially crafted issue index pattern can cause a panic when rendering, resulting in denial of service. In internal/markup/markup.go, RenderIssueIndexPattern renders the issue index pattern to a link using…

  • CVE-2026-25120LowFeb 19, 2026
    risk 0.11cvss 2.7epss 0.00

    Gogs is an open source self-hosted Git service. In versions 0.13.4 and below, the DeleteComment API does not verify that the comment belongs to the repository specified in the URL. This allows a repository administrator to delete comments from any other repository by supplying…

  • CVE-2022-1884CriNov 15, 2024
    risk 0.00cvss 9.8epss 0.02

    A remote command execution vulnerability exists in gogs/gogs versions <=0.12.7 when deployed on a Windows server. The vulnerability arises due to improper validation of the `tree_path` parameter during file uploads. An attacker can set `tree_path=.git.` to upload a file into the…

  • CVE-2021-32546HigJun 2, 2022
    risk 0.00cvss 8.8epss 0.02

    Missing input validation in internal/db/repo_editor.go in Gogs before 0.12.8 allows an attacker to execute code remotely. An unprivileged attacker (registered user) can overwrite the Git configuration in his repository. This leads to Remote Command Execution, because that…

  • CVE-2014-8683Nov 21, 2014
    risk 0.00cvss epss 0.02

    Cross-site scripting (XSS) vulnerability in models/issue.go in Gogs (aka Go Git Service) 0.3.1-9 through 0.5.x before 0.5.8 allows remote attackers to inject arbitrary web script or HTML via the text parameter to api/v1/markdown.

  • CVE-2014-8682Nov 21, 2014
    risk 0.00cvss epss 0.33

    Multiple SQL injection vulnerabilities in Gogs (aka Go Git Service) 0.3.1-9 through 0.5.x before 0.5.6.1105 Beta allow remote attackers to execute arbitrary SQL commands via the q parameter to (1) api/v1/repos/search, which is not properly handled in models/repo.go, or (2)…

  • CVE-2014-8681Nov 21, 2014
    risk 0.00cvss epss 0.04

    SQL injection vulnerability in the GetIssues function in models/issue.go in Gogs (aka Go Git Service) 0.3.1-9 through 0.5.6.x before 0.5.6.1025 Beta allows remote attackers to execute arbitrary SQL commands via the label parameter to user/repos/issues.

Page 2 of 2