Lucene search
+L

1170 matches found

Snyk
Snyk
added 2026/03/05 9:13 p.m.2 views

Arbitrary Argument Injection

Overview Affected versions of this package are vulnerable to Arbitrary Argument Injection via the tag deletion. An attacker can execute arbitrary git options by supplying a crafted tag name when triggering the deletion, potentially causing unintended behavior or disruption of the underlying...

8.8CVSS6AI score0.00511EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/05 9:13 p.m.3 views

Arbitrary Argument Injection

Overview Affected versions of this package are vulnerable to Arbitrary Argument Injection via the tag deletion. An attacker can execute arbitrary git options by supplying a crafted tag name when triggering the deletion, potentially causing unintended behavior or disruption of the underlying...

8.8CVSS6AI score0.00511EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/05 8:16 p.m.10 views

GHSA-VGJM-2CPF-4G7C Gogs: DOM-based XSS via milestone selection

Summary It was confirmed in a test environment that an attacker can store an HTML/JavaScript payload in a repository’s Milestone name, and when another user selects that Milestone on the New Issue page /issues/new, a DOM-Based XSS is triggered. Impact Theft of information accessible in the victim...

7.3CVSS6AI score0.00184EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/03/05 8:16 p.m.11 views

Gogs: DOM-based XSS via milestone selection

Summary It was confirmed in a test environment that an attacker can store an HTML/JavaScript payload in a repository’s Milestone name, and when another user selects that Milestone on the New Issue page /issues/new, a DOM-Based XSS is triggered. Impact Theft of information accessible in the victim...

7.3CVSS6AI score0.00184EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/03/05 8:16 p.m.13 views

EUVD-2026-9855

Gogs: DOM-based XSS via milestone selection...

7.3CVSS5.9AI score0.00184EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/05 7:50 p.m.6 views

EUVD-2026-9854

Gogs: Access tokens get exposed through URL params in API requests...

6.9CVSS5.9AI score0.00254EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/05 7:50 p.m.11 views

Gogs: Access tokens get exposed through URL params in API requests

Summary The Gogs API still accepts tokens in URL parameters such as token and accesstoken, which can leak through logs, browser history, and referrers. Details A static review shows that the API still checks tokens in the URL query before looking at headers: - internal/context/auth.go reads...

6.9CVSS5.9AI score0.00254EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/05 7:50 p.m.10 views

GHSA-X9P5-W45C-7FFC Gogs: Access tokens get exposed through URL params in API requests

Summary The Gogs API still accepts tokens in URL parameters such as token and accesstoken, which can leak through logs, browser history, and referrers. Details A static review shows that the API still checks tokens in the URL query before looking at headers: - internal/context/auth.go reads...

6.9CVSS5.9AI score0.00254EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/03/05 7:48 p.m.9 views

EUVD-2026-9853

Gogs: Stored XSS in branch and wiki views through author and committer names...

6.9CVSS5.9AI score0.00189EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/05 7:48 p.m.13 views

Gogs: Stored XSS in branch and wiki views through author and committer names

Summary Stored XSS is still possible through unsafe template rendering that mixes user input with safe plus permissive sanitizer handling of data URLs. Details safe still turns off escaping: - internal/template/template.go - func saferaw string template.HTML return template.HTMLraw Branch pages...

6.9CVSS6.1AI score0.00189EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/03/05 7:29 p.m.11 views

EUVD-2026-9852

Gogs: Release tag option injection in release deletion...

8.8CVSS5.9AI score0.00511EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/05 7:29 p.m.12 views

GHSA-V9VM-R24H-6RQM Gogs: Release tag option injection in release deletion

Summary There is 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, allowing Git option injection and therefore interfering with the process. Affected Component - internal/database/release.go process.ExecDir...,...

8.8CVSS6AI score0.00511EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/03/05 7:26 p.m.7 views

EUVD-2026-9851

Gogs: Stored XSS via data URI in issue comments...

8.7CVSS5.9AI score0.00306EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/03/05 7:26 p.m.10 views

Gogs: Stored XSS via data URI in issue comments

Summary A Stored Cross-site Scripting XSS vulnerability exists in the comment and issue description functionality. The application's HTML sanitizer explicitly allows data: URI schemes, enabling authenticated users to inject arbitrary JavaScript execution via malicious links. Details The...

8.7CVSS6.3AI score0.00306EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/03/05 7:26 p.m.7 views

GHSA-XRCR-GMF5-2R8J Gogs: Stored XSS via data URI in issue comments

Summary A Stored Cross-site Scripting XSS vulnerability exists in the comment and issue description functionality. The application's HTML sanitizer explicitly allows data: URI schemes, enabling authenticated users to inject arbitrary JavaScript execution via malicious links. Details The...

8.7CVSS6.3AI score0.00306EPSS
SaveExploits1References6
NVD
NVD
added 2026/03/05 7:16 p.m.14 views

CVE-2026-26276

Gogs is an open source self-hosted Git service. Prior to version 0.14.2, an attacker can store an HTML/JavaScript payload in a repository’s Milestone name, and when another user selects that Milestone on the New Issue page /issues/new, a DOM-Based XSS is triggered. This issue has been patched in...

7.3CVSS0.00184EPSS
SaveExploits0References3
NVD
NVD
added 2026/03/05 7:16 p.m.14 views

CVE-2026-26196

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 accesstoken, which can leak through logs, browser history, and referrers. This issue has been patched in version 0.14.2...

6.9CVSS0.00254EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/05 7:16 p.m.22 views

CVE-2026-26195

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...

6.9CVSS0.00189EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/05 7:16 p.m.15 views

CVE-2026-25921

Gogs is an open source self-hosted Git service. Prior to version 0.14.2, overwritable LFS object across different repos leads to supply-chain attack, all LFS objects are vulnerable to be maliciously overwritten by malicious attackers. This issue has been patched in version 0.14.2...

9.3CVSS0.00327EPSS
SaveExploits1References4
NVD
NVD
added 2026/03/05 7:16 p.m.19 views

CVE-2026-26022

Gogs is an open source self-hosted Git service. Prior to version 0.14.2, a stored cross-site scripting XSS vulnerability exists in the comment and issue description functionality. The application's HTML sanitizer explicitly allows data: URI schemes, enabling authenticated users to inject arbitrar...

8.7CVSS0.00306EPSS
SaveExploits1References4
Rows per page
Query Builder