golang / vulndb

[mirror] The Go Vulnerability Database
Other
565 stars 61 forks source link

x/vulndb: potential Go vuln in github.com/zitadel/zitadel: CVE-2023-44399 #2107

Closed GoVulnBot closed 1 year ago

GoVulnBot commented 1 year ago

CVE-2023-44399 references github.com/zitadel/zitadel, which may be a Go module.

Description: ZITADEL provides identity infrastructure. In versions 2.37.2 and prior, ZITADEL administrators can enable a setting called "Ignoring unknown usernames" which helps mitigate attacks that try to guess/enumerate usernames. While this settings was properly working during the authentication process it did not work correctly on the password reset flow. This meant that even if this feature was active that an attacker could use the password reset function to verify if an account exist within ZITADEL. This bug has been patched in versions 2.37.3 and 2.38.0. No known workarounds are available.

References:

Cross references:

See doc/triage.md for instructions on how to triage this report.

modules:
    - module: github.com/zitadel/zitadel
      vulnerable_at: 1.87.5
      packages:
        - package: zitadel
cves:
    - CVE-2023-44399
references:
    - advisory: https://github.com/zitadel/zitadel/security/advisories/GHSA-v683-rcxx-vpff
    - web: https://github.com/zitadel/zitadel/releases/tag/v2.37.3
    - web: https://github.com/zitadel/zitadel/releases/tag/v2.38.0
jba commented 1 year ago

This is a real vuln with a fix in Go code. But tagging is off: the fix is in v2, but the module path does not end in v2. Running go get github.com/zitadel/zitadel@v2.37.3 fails.

gopherbot commented 1 year ago

Change https://go.dev/cl/535696 mentions this issue: data/excluded: batch add 5 excluded reports

gopherbot commented 5 months ago

Change https://go.dev/cl/592763 mentions this issue: data/reports: unexclude 75 reports