- EPSS 1.11%
- Veröffentlicht 24.06.2026 21:16:57
- Zuletzt bearbeitet 25.06.2026 14:19:40
Gogs is an open source self-hosted Git service. Prior to 0.14.3, organization names containing path traversal sequences (../) are accepted by Gogs, and repositories under them are written to paths following these path traversals. This allows storing/...
CVE-2026-52812
- EPSS 0.24%
- Veröffentlicht 24.06.2026 21:16:57
- Zuletzt bearbeitet 26.06.2026 00:16:53
Gogs is an open source self-hosted Git service. Prior to 0.14.3, Git LFS storage is content-addressed by OID alone (<LFS-root>/<oid[0]>/<oid[1]>/<oid>) but per-repo authorization lives in the lfs_object table keyed (repo_id, oid). serveUpload skips r...
- EPSS 0.47%
- Veröffentlicht 24.06.2026 21:16:57
- Zuletzt bearbeitet 25.06.2026 21:16:27
Gogs is an open source self-hosted Git service. Prior to 0.14.3, (*Repository).UploadRepoFiles checks for symlinks only on the leaf of the upload target (osx.IsSymlink(targetPath)). The siblings UpdateRepoFile, DeleteRepoFile, and GetDiffPreview use ...
CVE-2026-52810
- EPSS 0.43%
- Veröffentlicht 24.06.2026 21:16:56
- Zuletzt bearbeitet 25.06.2026 16:16:38
Gogs is an open source self-hosted Git service. Prior to 0.14.3, Git smart HTTP authorizes POST …/git-receive-pack using the client-supplied service query string (so ?service=git-upload-pack is evaluated as read access) while routing still runs git r...
CVE-2026-52809
- EPSS 0.2%
- Veröffentlicht 24.06.2026 21:16:56
- Zuletzt bearbeitet 25.06.2026 14:19:40
Gogs is an open source self-hosted Git service. Prior to 0.14.3, password-reset tokens are generated using conf.Auth.ActivateCodeLives (the account-activation lifetime), not conf.Auth.ResetPasswordCodeLives. The token lifetime is baked into the token...
CVE-2026-52808
- EPSS 0.48%
- Veröffentlicht 24.06.2026 21:16:56
- Zuletzt bearbeitet 25.06.2026 16:16:38
Gogs is an open source self-hosted Git service. Prior to 0.14.3, three API endpoints — PATCH /api/v1/repos/:owner/:repo/issue-tracker, PATCH /api/v1/repos/:owner/:repo/wiki, and POST /api/v1/repos/:owner/:repo/mirror-sync — are gated by reqRepoWriter...
CVE-2026-52797
- EPSS 0.35%
- Veröffentlicht 24.06.2026 21:16:55
- Zuletzt bearbeitet 25.06.2026 14:19:40
Gogs is an open source self-hosted Git service. Prior to 0.14.0, as an authorized user, an intruder can dictate the value which is passed to the git diff command which, together with bypassing the filtering of the passed value, allows the user to byp...
CVE-2026-52816
- EPSS 0.68%
- Veröffentlicht 24.06.2026 20:26:34
- Zuletzt bearbeitet 25.06.2026 21:16:27
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)....
CVE-2026-52807
- EPSS 0.48%
- Veröffentlicht 24.06.2026 20:25:49
- Zuletzt bearbeitet 25.06.2026 16:16:38
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 ...
CVE-2026-52805
- EPSS 0.38%
- Veröffentlicht 24.06.2026 20:22:15
- Zuletzt bearbeitet 25.06.2026 23:17:03
Gogs is an open source self-hosted Git service. Prior to 0.14.3, a Server-Side Request Forgery (SSRF) vulnerability exists in the repository migration functionality. The application validates only the initially submitted URL hostname, but git clone -...