CVE-2026-26194 PUBLISHED

Gogs: Release tag option injection in release deletion

Assigner: GitHub_M
Reserved: 11.02.2026 Published: 05.03.2026 Updated: 06.03.2026

Gogs is an open source self-hosted Git service. Prior to version 0.14.2, there's a security issue in gogs where deleting a release can fail if a user controlled tag name is passed to git without the right separator, this lets git options get injected and mess with the process. This issue has been patched in version 0.14.2.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.8

Product Status

Vendor gogs
Product gogs
Versions
  • Version < 0.14.2 is affected

References

Problem Types

  • CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection') CWE