Lucene search
+L

1170 matches found

Positive Technologies
Positive Technologies
added 2022/06/08 12:0 a.m.4 views

PT-2022-20478 · Gogs · Gogs

Name of the Vulnerable Software and Affected Versions: Gogs versions prior to 0.12.9 Description: The issue is related to an XSS vulnerability in the repository issue list of Gogs, an open source self-hosted Git service. In affected versions, the DisplayName does not filter characters input from...

5.4CVSS6.1AI score0.00688EPSS
SaveExploits0References11
GitLab Advisory Database
GitLab Advisory Database
added 2022/06/08 12:0 a.m.28 views

Path Traversal in file editor on Windows in Gogs

Impact The malicious user is able to delete and upload arbitrary files. All installations on Windows with repository upload enabled default are affected. Patches Path cleaning has accommodated for Windows. Users should upgrade to 0.12.9 or the latest 0.13.0+dev. Workarounds N/A References...

10CVSS2.6AI score0.023EPSS
SaveExploits1References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/06/08 12:0 a.m.40 views

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' in gogs.io/gogs...

5.4CVSS2AI score0.00688EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2022/06/08 12:0 a.m.3 views

PT-2022-14245 · Gogs · Gogs

Name of the Vulnerable Software and Affected Versions: gogs/gogs versions prior to 0.12.9 Description: The issue allows a malicious user to craft HTTP requests to access unauthorized Git directories. All installations are affected. Recommendations: For versions prior to 0.12.9, upgrade to 0.12.9 ...

8.1CVSS8.2AI score0.51864EPSS
SaveExploits1References11
GitLab Advisory Database
GitLab Advisory Database
added 2022/06/08 12:0 a.m.25 views

OS Command Injection in file editor in Gogs

Impact The malicious user is able to update a crafted config file into repository's .git directory in combination with crafted file deletion to gain SSH access to the server. All installations with repository upload enabled default are affected. Patches File deletions are prohibited to repository...

10CVSS0.5AI score0.04483EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2022/06/08 12:0 a.m.3 views

PT-2022-14238 · Gogs · Gogs

Name of the Vulnerable Software and Affected Versions: gogs/gogs versions prior to 0.12.9 Description: The issue allows a malicious user to update a crafted config file into the repository's .git directory, combined with crafted file deletion, to gain SSH access to the server. This affects all...

10CVSS9.7AI score0.04483EPSS
SaveExploits1References11
Huntr
Huntr
added 2022/06/06 4:9 p.m.189 views

Bypass to Remote Command Execution in uploading repository file

Description I find a bypass for CVE-2022-0415 and previous fixs. In the fix of CVE-2022-0415, gogs filter /.git/ by strings.HasSuffix and strings.Contains. However, use /.Git/ can bypass this and upload successfully Proof of Concept Create a repository in Gogs, upload a file config to the...

7.5CVSS8.6AI score0.97839EPSS
SaveExploits2
Github Security Blog
Github Security Blog
added 2022/06/03 3:35 p.m.29 views

Server-Side Request Forgery in gogs webhook

Impact The malicious user is able to discover services in the internal network through webhook functionality. All installations accepting public traffic are affected. Patches Webhook payload URLs are revalidated before each delivery to make sure they are not resolved to blocked local network...

8.3CVSS0.01069EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/06/03 3:35 p.m.34 views

GHSA-W689-557M-2CVQ Server-Side Request Forgery in gogs webhook

Impact The malicious user is able to discover services in the internal network through webhook functionality. All installations accepting public traffic are affected. Patches Webhook payload URLs are revalidated before each delivery to make sure they are not resolved to blocked local network...

8.3CVSS6.2AI score0.01069EPSS
SaveExploits1References5
Veracode
Veracode
added 2022/06/03 7:42 a.m.8 views

Cross-site Scripting (XSS)

github.com/gogs/gogs is vulnerable to cross-site scriptingXSS attacks. An attacker is able to inject and execute malicious javascript through Contexter function via a manipulated CSRF cookie...

3.7AI score
SaveExploits0
Veracode
Veracode
added 2022/06/03 7:24 a.m.20 views

OS Command Injection

github.com/gogs/gogs is vulnerable to OS command injection. The vulnerability exists only in windows when the repository upload is enabled, allowing an attacker to upload maliciously crafted config file to the UpdateRepoFile function of repoeditor.go and gain SSH access to the server...

9.8CVSS2.9AI score0.01774EPSS
SaveExploits1References6Affected Software1
Veracode
Veracode
added 2022/06/03 5:47 a.m.23 views

Remote Code Execution (RCE)

github.com/gogs/gogs is vulnerable to remote code execution. The vulnerability exists in the isRepositoryGitPath function in repoeditor.go due to a lack of input validation in git configuration which allows an attacker to upload and execute malicious code...

8.8CVSS9AI score0.02009EPSS
SaveExploits0References5Affected Software1
OpenVAS
OpenVAS
added 2022/06/03 12:0 a.m.18 views

Gogs < 0.12.8 RCE Vulnerability

Gogs is prone to a remote command execution RCE vulnerability. Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software...

8.8CVSS8.9AI score0.02009EPSS
SaveExploits0References2
GitLab Advisory Database
GitLab Advisory Database
added 2022/06/03 12:0 a.m.44 views

Server-Side Request Forgery in gogs webhook

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

8.3CVSS2.7AI score0.01069EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/06/02 8:52 p.m.25 views

GHSA-56J7-2PM8-RGMX OS Command Injection in gogs

Impact The malicious user is able to update a crafted config file into repository's .git directory with to gain SSH access to the server. All installations with repository upload enabled default are affected. Patches Repository file updates are prohibited to its .git directory. Users should upgra...

8.8CVSS8.7AI score0.02009EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2022/06/02 8:52 p.m.29 views

OS Command Injection in gogs

Impact The malicious user is able to update a crafted config file into repository's .git directory with to gain SSH access to the server. All installations with repository upload enabled default are affected. Patches Repository file updates are prohibited to its .git directory. Users should upgra...

8.8CVSS2.1AI score0.02009EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2022/06/02 8:50 p.m.65 views

GHSA-958J-443G-7MM7 OS Command Injection in gogs

Impact The malicious user is able to upload a crafted config file into repository's .git directory with to gain SSH access to the server. All Windows installations with repository upload enabled default are affected. Patches Repository file uploads are prohibited to its .git directory. Users shou...

10CVSS9.6AI score0.01774EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2022/06/02 8:50 p.m.43 views

OS Command Injection in gogs

Impact The malicious user is able to upload a crafted config file into repository's .git directory with to gain SSH access to the server. All Windows installations with repository upload enabled default are affected. Patches Repository file uploads are prohibited to its .git directory. Users shou...

10CVSS0.1AI score0.01774EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/02 8:46 p.m.16 views

Cross site scripting via cookies in gogs

Impact There is no known practical impact other than it is just possible to manipulate CSRF cookie and XSS the malicious user self. Patches Invalid characters of CSRF tokens are stripped after reading cookie. Users should upgrade to 0.12.8 or the latest 0.13.0+dev. Workarounds No need for...

2.1AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/06/02 8:46 p.m.17 views

GHSA-PJ96-4JHV-V792 Cross site scripting via cookies in gogs

Impact There is no known practical impact other than it is just possible to manipulate CSRF cookie and XSS the malicious user self. Patches Invalid characters of CSRF tokens are stripped after reading cookie. Users should upgrade to 0.12.8 or the latest 0.13.0+dev. Workarounds No need for...

6.2AI score
SaveExploits0References3
Rows per page
Query Builder