Lucene search
K

10065 matches found

RedhatCVE
RedhatCVE
added 2026/02/07 7:31 p.m.3 views

CVE-2026-23632

Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, the endpoint "PUT /repos/:owner/:repo/contents/" does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile,...

6.5CVSS5.5AI score0.00021EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/02/07 7:30 p.m.7 views

CVE-2025-64111

Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, due to the insufficient patch for CVE-2024-56731, it's still possible to update files in the .git directory and achieve remote command execution. This issue has been patched in versions 0.13.4 and 0.14.0+dev...

10CVSS5.3AI score0.02578EPSS
Exploits3References1
NVD
NVD
added 2026/02/06 10:16 p.m.5 views

CVE-2026-25763

OpenProject is an open-source, web-based project management software. Prior to versions 16.6.7 and 17.0.3, an arbitrary file write vulnerability exists in OpenProject’s repository changes endpoint /projects/:projectid/repository/changes when rendering the “latest changes” view via git log. By...

9.9CVSS0.00028EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/02/06 10:10 p.m.23 views

CVE-2026-25763 Command Injection on OpenProject repositories leads to Remote Code Execution

OpenProject is an open-source, web-based project management software. Prior to versions 16.6.7 and 17.0.3, an arbitrary file write vulnerability exists in OpenProject’s repository changes endpoint /projects/:projectid/repository/changes when rendering the “latest changes” view via git log. By...

9.4CVSS0.00028EPSS
Exploits0References3
EUVD
EUVD
added 2026/02/06 10:10 p.m.4 views

EUVD-2026-5556

OpenProject is an open-source, web-based project management software. Prior to versions 16.6.7 and 17.0.3, an arbitrary file write vulnerability exists in OpenProject’s repository changes endpoint /projects/:projectid/repository/changes when rendering the “latest changes” view via git log. By...

9.4CVSS5.6AI score0.00028EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/06 10:10 p.m.5 views

CVE-2026-25763

OpenProject is an open-source, web-based project management software. Prior to versions 16.6.7 and 17.0.3, an arbitrary file write vulnerability exists in OpenProject’s repository changes endpoint /projects/:projectid/repository/changes when rendering the “latest changes” view via git log. By...

9.4CVSS5.6AI score0.00028EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2026/02/06 10:10 p.m.19 views

CVE-2026-25763

OpenProject suffers a command-injection like arbitrary file write in the repository changes endpoint (/projects/:project_id/repository/changes) when rendering the latest changes via git log. A crafted rev parameter (for example rev=--output=/tmp/poc.txt) is interpreted by Git as an option, causin...

9.9CVSS5.6AI score0.00028EPSS
Exploits0References3Affected Software1
GithubExploit
GithubExploit
added 2026/02/06 9:30 p.m.177 views

Exploit for Expression Language Injection in Siemens 6Bk1602-0Aa12-0Tp0_Firmware

ButtF - Backend Misconfiguration & Logic Flaw Exploitation Too...

10CVSS5.7AI score0.94428EPSS
Exploits434
Snyk
Snyk
added 2026/02/06 6:52 p.m.4 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the PutContents function accessible via the /repos/:owner/:repo/contents/ endpoint. A user with read permissions can modify repository contents via git push. Remediation Upgrade gogs.io/gogs/internal/osutil to...

7.1CVSS5.5AI score0.00021EPSS
Exploits0References2
Snyk
Snyk
added 2026/02/06 6:52 p.m.3 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the PutContents function accessible via the /repos/:owner/:repo/contents/ endpoint. A user with read permissions can modify repository contents via git push. Remediation Upgrade...

7.1CVSS5.5AI score0.00021EPSS
Exploits0References2
Snyk
Snyk
added 2026/02/06 6:52 p.m.4 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal in the SettingsGitHooksEdit function, accessible via the name parameter to the /username/reponame/settings/hooks/git endpoint. An admin user with AllowGitHook privilege can read and write arbitrary files on the serve...

8.5CVSS6.5AI score0.00035EPSS
Exploits1References2
Snyk
Snyk
added 2026/02/06 6:52 p.m.4 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal in the SettingsGitHooksEdit function, accessible via the name parameter to the /username/reponame/settings/hooks/git endpoint. An admin user with AllowGitHook privilege can read and write arbitrary files on the serve...

8.5CVSS6.5AI score0.00035EPSS
Exploits1References2
NVD
NVD
added 2026/02/06 6:15 p.m.5 views

CVE-2026-23633

Gogs is an open source self-hosted Git service. In version 0.13.3 and prior, there is an arbitrary file read/write via path traversal in Git hook editing. This issue has been patched in versions 0.13.4 and 0.14.0+dev...

6.5CVSS0.00035EPSS
Exploits1References1
Github Security Blog
Github Security Blog
added 2026/02/06 6:14 p.m.12 views

Gogs has arbitrary file read/write via Path Traversal in Git hook editing

Vulnerability Description In the endpoint: /username/reponame/settings/hooks/git/:name the :name parameter: Is URL-decoded by macaron routing, allowing decoded slashes / Is then passed directly to: go git.Repository.Hook"customhooks", name which internally resolves the path as: go...

6.5CVSS5.5AI score0.00035EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2026/02/06 6:14 p.m.3 views

GHSA-MRPH-W4HH-GX3G Gogs has arbitrary file read/write via Path Traversal in Git hook editing

Vulnerability Description In the endpoint: /username/reponame/settings/hooks/git/:name the :name parameter: Is URL-decoded by macaron routing, allowing decoded slashes / Is then passed directly to: go git.Repository.Hook"customhooks", name which internally resolves the path as: go...

6.5CVSS5.5AI score0.00035EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2026/02/06 6:10 p.m.9 views

Gogs user can update repository content with read-only permission

Vulnerability Description The endpoint PUT /repos/:owner/:repo/contents/ does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile, which results in: Commit creation Execution of git pu...

6.5CVSS5.8AI score0.00021EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2026/02/06 6:10 p.m.3 views

GHSA-5QHX-GWFJ-6JQR Gogs user can update repository content with read-only permission

Vulnerability Description The endpoint PUT /repos/:owner/:repo/contents/ does not require write permissions and allows access with read permission only via repoAssignment. After passing the permission check, PutContents invokes UpdateRepoFile, which results in: Commit creation Execution of git pu...

6.5CVSS5.9AI score0.00021EPSS
Exploits0References5
Snyk
Snyk
added 2026/02/06 5:50 p.m.7 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection in the UpdateRepoFile function. An attacker can execute arbitrary system commands by updating files within the .git directory remotely via API router. This vulnerability is a bypass for the one addressed in...

10CVSS5.9AI score0.02578EPSS
Exploits3References2
Snyk
Snyk
added 2026/02/06 5:50 p.m.6 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection in the UpdateRepoFile function. An attacker can execute arbitrary system commands by updating files within the .git directory remotely via API router. This vulnerability is a bypass for the one addressed in...

10CVSS5.9AI score0.02578EPSS
Exploits3References2
Snyk
Snyk
added 2026/02/06 5:50 p.m.6 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection in the UpdateRepoFile function. An attacker can execute arbitrary system commands by updating files within the .git directory remotely via API router. This vulnerability is a bypass for the one addressed in...

10CVSS5.9AI score0.02578EPSS
Exploits3References2
Rows per page
Query Builder