Security scans on the DX NetOps Data Repository (Vertica) host report multiple OpenJDK vulnerabilities associated with legacy installation directories.
/opt/CA/IMDataRepository_vertica10
/opt/CA/IMDataRepository_vertica9
CVE-2026-21925
CVE-2026-21932
CVE-2026-21933
CVE-2026-21945
- **Product:** DX NetOps (Performance Management)
- **Version:** 24.3.4
- **Component:** Data Repository (Vertica)
These directories are legacy installation artifacts from previous versions of the Data Repository.
DX NetOps 24.3.4 does not utilize these paths for active operations; however, because the binaries remain on the filesystem, security scanners flag them as active risks.
To remediate these vulnerabilities, delete the legacy directories. These folders are not required for the current version of DX NetOps.
This command cannot be undone. Verify every parameter before running.
```bash
sudo rm -rf /opt/CA/IMDataRepository_vertica9
sudo rm -rf /opt/CA/IMDataRepository_vertica10
```
**Note:** Ensure you do not accidentally delete the active runtime directory (e.g., `/opt/vertica`). Always verify your current active paths before execution.