Hi Michael,
We have been working in your issue and seems like there is a problem with the National Vulnerability Database.
Wazuh Vulnerability Detector module first checks if the package comes from a known vendor like Redhat or, in this case, CentOS.
If the package comes from an external vendor, as it is in this case (Fedora Project), Wazuh goes to NVD: https://nvd.nist.gov/vuln.
[root@centos7 rules]# rpm -qa --queryformat '%{NAME}-%{VERSION}-%{ RELEASE}.%{ARCH} %{VENDOR}\n' | grep openvpn
openvpn-2.4.10-1.el7.x86_64 Fedora Project
NVD is giving Wazuh wrong information, the CVE-2020-7224 stands for the package “Aviatrix OpenVPN client through 2.5.7 on Linux, macOS, and Window” not for the real installed package openvpn-2.4.10-1.el7.x86_64.
To fix this issue with NVD, you could try to install OpenVPN from their website https://openvpn.net/openvpn-client-for-linux/.
The OpenSCAP issue that you are reporting it is a documentation mistake from our part and we are working to fix it as soon as possible. You can keep track of the issue here: https://github.com/wazuh/wazuh-documentation/issues/3357.
Hope it helps!
Regards,
Víctor.