Hello,
There is a known issue with this CVE that has to do with libraries for Ruby. This CVE will be sanitized manually and I will provide with you with update once the link to the issue is created and the issue is fixed.
In the meantime, you can suppress the alert from this CVE by following the step below:
- Determine the
rule.id of the VD alerts.
- Add a custom rule in /var/ossec/etc/rules/local_rules.xml
<group name="vulnerability_scan_exclusion">
<rule id="100400" level="0">
<if_sid>23505</if_sid>
<field name="data.vulnerability.cve">CVE-2026-33210</field>
<description> Suppress known false positive </description> </rule>
</group>
Note: This only suppresses the alert, the vulnerability will still show up in the Vulnerability Detection inventory dashboard because that's populated directly from the indexer state, not from rule output.
Regards,