🔐 CVE Alert

CVE-2026-61783

UNKNOWN 0.0

Wazuh: RBAC permission-effect check in mask_sensitive_config allows low-privilege users to read cluster.key

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Wazuh is an open-source security platform providing unified XDR and SIEM protection for endpoints and cloud workloads. In versions 4.14.0 through 4.14.6, an authenticated low-privilege user can read the cluster secret from the manager configuration because the logic that masks sensitive values is disabled by any update-config RBAC rule, including an explicit deny. The mask_sensitive_config() decorator applies masking only when _has_update_permissions() returns false, but that gate treats a user as able to update the config whenever a  manager:update_config  or  cluster:update_config  rule exists, without ever checking whether the rule's effect is allow or deny. Because a deny rule is stored as a real entry, a read-only account that is hardened by explicitly denying config edits is counted as having update permission, which turns masking off. A single authenticated GET request to the configuration endpoint with  raw=true  then returns the verbatim ossec.conf XML with  cluster.key  in clear, whereas an otherwise identical account without the deny rule sees the value masked. This issue is fixed in version 4.14.7.

CWE CWE-200 CWE-863
Vendor wazuh
Product wazuh
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for wazuh wazuh

Be the first to know when new unknown vulnerabilities affecting wazuh wazuh are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

wazuh / wazuh
>= 4.14.0, < 4.14.7

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/wazuh/wazuh/security/advisories/GHSA-vjcq-cf36-f5gx github.com: https://github.com/wazuh/wazuh/commit/939f2e52afff8fbeb7b0894f3f1417eb6c395db3