CVE-2020-14958
- EPSS 0.15%
- Veröffentlicht 21.06.2020 20:15:09
- Zuletzt bearbeitet 21.11.2024 05:04:31
In Gogs 0.11.91, MakeEmailPrimary in models/user_mail.go lacks a "not the owner of the email" check.
CVE-2020-9329
- EPSS 0.27%
- Veröffentlicht 21.02.2020 22:15:10
- Zuletzt bearbeitet 21.11.2024 05:40:25
Gogs through 0.11.91 allows attackers to violate the admin-specified repo-creation policy due to an internal/db/repo.go race condition.
CVE-2019-14544
- EPSS 0.3%
- Veröffentlicht 02.08.2019 22:15:14
- Zuletzt bearbeitet 21.11.2024 04:26:56
routes/api/v1/api.go in Gogs 0.11.86 lacks permission checks for routes: deploy keys, collaborators, and hooks.
CVE-2018-20303
- EPSS 2.47%
- Veröffentlicht 20.12.2018 00:29:00
- Zuletzt bearbeitet 21.11.2024 04:01:11
In pkg/tool/path.go in Gogs before 0.11.82.1218, a directory traversal in the file-upload functionality can allow an attacker to create a file under data/sessions on the server, a similar issue to CVE-2018-18925.
CVE-2018-18925
- EPSS 93.74%
- Veröffentlicht 04.11.2018 05:29:00
- Zuletzt bearbeitet 21.11.2024 03:56:53
Gogs 0.11.66 allows remote code execution because it does not properly validate session IDs, as demonstrated by a ".." session-file forgery in the file session provider in file.go. This is related to session ID handling in the go-macaron/session code...
CVE-2018-17031
- EPSS 0.24%
- Veröffentlicht 14.09.2018 02:29:00
- Zuletzt bearbeitet 21.11.2024 03:53:44
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-16409
- EPSS 0.23%
- Veröffentlicht 03.09.2018 19:29:01
- Zuletzt bearbeitet 21.11.2024 03:52:41
In Gogs 0.11.53, an attacker can use migrate to send arbitrary HTTP GET requests, leading to SSRF.
CVE-2018-15193
- EPSS 0.2%
- Veröffentlicht 08.08.2018 02:29:00
- Zuletzt bearbeitet 21.11.2024 03:50:30
A CSRF vulnerability in the admin panel in Gogs through 0.11.53 allows remote attackers to execute admin operations via a crafted issue / link.
CVE-2018-15192
- EPSS 0.28%
- Veröffentlicht 08.08.2018 02:29:00
- Zuletzt bearbeitet 21.11.2024 03:50:30
An SSRF vulnerability in webhooks in Gitea through 1.5.0-rc2 and Gogs through 0.11.53 allows remote attackers to access intranet services.
CVE-2018-15178
- EPSS 0.23%
- Veröffentlicht 08.08.2018 00:29:02
- Zuletzt bearbeitet 21.11.2024 03:50:28
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 ...