GHSA-w54x-xfxg-4gxq

Suggest an improvement
Source
https://github.com/advisories/GHSA-w54x-xfxg-4gxq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/08/GHSA-w54x-xfxg-4gxq/GHSA-w54x-xfxg-4gxq.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-w54x-xfxg-4gxq
Aliases
  • CVE-2025-54467
Published
2025-08-28T13:33:23Z
Modified
2025-08-28T13:57:23.405604Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
NeuVector process with sensitive arguments lead to leakage
Details

Impact

When a Java command with password parameters is executed and terminated by NeuVector for Process rule violation. For example,

java -cp /app ... Djavax.net.ssl.trustStorePassword=<Password>

The command with the password appears in the NeuVector security event. To prevent this, NeuVector uses the following default regular expression to detect and redact sensitive data from process commands:

(?i)(password|passwd|token)

Also, you can define custom patterns to redact by creating a Kubernetes ConfigMap. For example:

kubectl create configmap neuvector-custom-rules --from-file=secret-patterns.yaml -n neuvector

Sample secret-patterns.yaml content:

Pattern_list:
  - (?i)(pawd|pword)
  - (?i)(secret)

NeuVector uses the default and custom regex to decide whether the process command in a security event should be redacted.

Note: If numerous regular expression (regex) patterns are configured in the Kubernetes ConfigMap for extended coverage of sensitive data matching, it can significantly impact performance of NeuVector enforcer, particularly in scenarios involving large inputs or frequent execution. The primary factor contributing to performance issues in regex is backtracking, where the regex engine attempts various matching paths when a pattern doesn't immediately find a match.

Patches

This issue is fixed in NeuVector version 5.4.6 and later.

Workarounds

There is no workaround. Upgrade to a patched version of NeuVector as soon as possible.

References

If you have any questions or comments about this advisory:

Database specific
{
    "severity": "MODERATE",
    "github_reviewed_at": "2025-08-28T13:33:23Z",
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-522",
        "CWE-549"
    ],
    "github_reviewed": true
}
References

Affected packages

Go / github.com/neuvector/neuvector

Package

Name
github.com/neuvector/neuvector
View open source insights on deps.dev
Purl
pkg:golang/github.com/neuvector/neuvector

Affected ranges

Type
SEMVER
Events
Introduced
5.0.0
Fixed
5.4.6