Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Gitea 1.24.5 is released

1.24.5Release

We are excited to announce the release of Gitea version 1.24.5!

This release includes 9 merged pull requests, thanks to the amazing contributions from our community.

In this release, the official binaries and images have been compiled with Golang 1.24.6, addressing the following security vulnerabilities:

  • CVE-2025-4790 os/exec: LookPath may return unexpected paths
  • CVE-2025-47907 database/sql: incorrect results returned from Rows.Scan

Download our pre-built binaries from the Gitea downloads page — make sure to select the version compatible with your platform. For a step-by-step guide on installation or upgrades, check out our installation documentation

We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.


Looking for a seamless, hassle-free solution to manage your Git repositories? Discover Gitea Cloud — A fully-managed, scalable platform designed to streamline your development workflow.

  • BUGFIXES
    • Fix a bug where lfs gc never worked. (#35198) (#35255)
    • Reload issue when sending webhook to make num comments is right. (#35243) (#35248)
    • Fix bug when review pull request commits (#35192) (#35246)
  • MISC