Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-8110 — PoC for CVE-2025-8110: Authenticated RCE in Gogs via symlink bypass in PutContents API | Kitploit
Tools/GitHubGitHub/9xh4kv/cve-2025-8110
ExploitationWeb Application ExploitationWeb SecurityPenetration TestingRed Teaming
GitHub9xh4kv/cve-2025-8110

CVE-2025-8110

PoC for CVE-2025-8110: Authenticated RCE in Gogs via symlink bypass in PutContents API

View Repository
21 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-8110 – Gogs ≤ 0.13.3 RCE PoC

Proof-of-Concept for CVE-2025-8110, an authenticated arbitrary file write in Gogs ≤ 0.13.3 caused by improper symbolic-link handling in the PutContents API.

An authenticated user can commit a symlink pointing to .git/config, then use the API to overwrite it and inject a malicious sshCommand, resulting in remote code execution.

Disclaimer

For educational and authorized testing only. Do not use against systems you do not own or have explicit permission to test.

Usage

root@kitploit:~
chmod +x poc.sh

./poc.sh \
  -i <target-ip-or-domain> \
  -P <port> \
  -u <username> \
  -p <password> \
  -t <api-token> \
  -c "<command-to-execute>" \
  [-r <repository-name>]   # optional, default: CVE-2025-8110

Example

CVE-2025-8110

References

  • Wiz Research blog – original disclosure
  • NVD – CVE-2025-8110
  • Gogs patch commit
Download Tool