Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/neuvector/neuvector
  4. ›
  5. CVE-2025-53884

CVE-2025-53884: NeuVector has an insecure password storage vulnerable to rainbow attack

August 28, 2025 (updated September 17, 2025)

NeuVector stores user passwords and API keys using a simple, unsalted hash. This method is vulnerable to rainbow table attack (offline attack where hashes of known passwords are precomputed).

NeuVector generates a cryptographically secure, random 16-character salt and uses it with the PBKDF2 algorithm to create the hash value for the following actions:

  • Creating a user
  • Updating a user’s password
  • Creating an API key

Note: After upgrading to NeuVector 5.4.6, users must log in again so that NeuVector can regenerate the password hash. For API keys, you must send at least one request per API key to regenerate its hash value.

References

  • bugzilla.suse.com/show_bug.cgi?id=CVE-2025-53884
  • github.com/advisories/GHSA-8ff6-pc43-jwv3
  • github.com/neuvector/neuvector
  • github.com/neuvector/neuvector/security/advisories/GHSA-8ff6-pc43-jwv3
  • nvd.nist.gov/vuln/detail/CVE-2025-53884

Code Behaviors & Features

Detect and mitigate CVE-2025-53884 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 5.0.0 before 5.4.6

Fixed versions

  • 5.4.6

Solution

Upgrade to version 5.4.6 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-759: Use of a One-Way Hash without a Salt
  • CWE-916: Use of Password Hash With Insufficient Computational Effort

Source file

go/github.com/neuvector/neuvector/CVE-2025-53884.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 16 Mar 2026 12:18:37 +0000.