Improper Input Validation Affecting github.com/go-gitea/gitea/models package, versions <1.7.6 >=1.8.0-rc1 <1.8.0-rc3


0.0
medium

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.07% (30th percentile)
Expand this section
NVD
7.5 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-GOLANG-GITHUBCOMGOGITEAGITEAMODELS-537533
  • published 18 Apr 2019
  • disclosed 15 Apr 2019
  • credit Unknown

How to fix?

Upgrade github.com/go-gitea/gitea/models to version 1.7.6, 1.8.0-rc3 or higher.

Overview

github.com/go-gitea/gitea/models is a self-hosted git service.

Affected versions of this package are vulnerable to Improper Input Validation. The vulnerability arises within the repo/setting.go area due to the value provided from form.MirrorAddress not being validated before calling the SaveAddress function.