Menu

Post image 1
Post image 2
1 / 2
0

Critical Unpatched RCE Vulnerability Discovered in Gogs Git Service

DEV Community: infosec·BeyondMachines·4 days ago
#vL2E0lgW
#dev#gogs#full#server#beyondmachines#photo
Reading 0:00
15s threshold
Cover image for Critical Unpatched RCE Vulnerability Discovered in Gogs Git Service

Summary

Gogs is reported to have a critical unpatched authenticated RCE vulnerability (CVSS 9.4) that allows users to execute arbitrary code via malicious branch names during rebase operations. The flaw enables full server compromise, data theft, and supply chain attacks on Linux, Windows, and macOS deployments.

Take Action:

If you're running Gogs, disable open user registration (DISABLE_REGISTRATION = true) and block repository creation (MAX_CREATION_LIMIT = 0) in your app.ini config file, since no patch is available. Audit server logs for --exec related errors and unexpected API tokens with the msf_ prefix, and consider isolating Gogs behind a VPN or internal network until a fix is released.


Read the full article on BeyondMachines


This article was originally published on BeyondMachines

Read More