Package
filebeat-8.19
Component
github.com/elastic/beats/v7
Latest update
5.7
CVSS V3
Build, ship, and run secure software with minimal, hardened container images — rebuilt from source daily and guarded under our industry-leading remediation SLA.
Start for freeStatus
Justification
Impact
Scanner false positive due to Go pseudo-version ordering. The beats binary embeds github.com/elastic/beats/v7 with pseudo-versions in the format v7.0.0-<timestamp>-<hash>+dirty. The GHSA fix version uses v7.0.0-alpha2.0.<timestamp>-<hash>. In Go semver, numeric pre-release identifiers sort lower than alphanumeric, so all beats pseudo-versions appear vulnerable regardless of actual content. The fix (max decoding length enforcement in Prometheus remote_write, upstream PR #48218) was cherry-picked to this branch and is present in the built binary.
Status