Vulnerability Description
RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, RustFS evaluates the ForAllValues: and ForAnyValue: set qualifiers with the negated string operators StringNotEquals, StringNotEqualsIgnoreCase, StringNotLike, ArnNotEquals, and ArnNotLike using each other's semantics because crates/policy/src/policy/function/string.rs negates the aggregate result after eval or eval_like instead of negating each request-value predicate before quantification. Partially overlapping policy and request value sets can therefore make an Allow condition grant access to an excluded principal or make a Deny guardrail fail, including policies based on jwt:groups and jwt:roles; absent keys also receive the opposite ForAllValues: and ForAnyValue: behavior. This issue is fixed in version 1.0.0-beta.12.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/rustfs/rustfs/commit/92f83bfe155d8a3b9cdd903086e5b28d52339efb
- https://github.com/rustfs/rustfs/releases/tag/1.0.0-beta.12
- https://github.com/rustfs/rustfs/security/advisories/GHSA-v9cp-qfw9-9pfp
FAQ
What is CVE-2026-73289?
CVE-2026-73289 is a vulnerability with a CVSS score of 8.1 (HIGH). RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, RustFS evaluates the ForAllValues: and ForAnyValue: set qualifiers with the negated string operators StringNotEqual...
How severe is CVE-2026-73289?
CVE-2026-73289 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73289?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.