- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-23-2026 01:32 AM
It is about 2 years ago that the Linux vulnerabilities reporting issues where announced to Palo Alto.
It's still not fixed. 😞
It looks like Cortex does not look beyond the dash in the version numbers of installed applications. For example; Cortex is reporting a vulnerable zlib 1.2.11
The one actually installed was: zlib.x86_64 1.2.11-40.el9
which was the patched version.
Reported it again and so far no progress or action.
We're currently investigating a Cortex replacement due to Palo's lack of actions on this one and other reported Cortex issues.
03-23-2026 07:16 AM
Hello @edvardgooijenga ,
Greetings for the day.
The behavior you’re seeing—where Cortex XDR Vulnerability Assessment flags a patched Linux package (e.g., reporting zlib 1.2.11 as vulnerable even though 1.2.11-40.el9 is installed)—is a known limitation related to how backported packages are evaluated.
Cortex XDR’s Vulnerability Assessment for Linux currently compares installed package versions against generic version ranges from the National Vulnerability Database.
The mismatch happens due to a few key reasons:
-40.el9), which contains the actual patch status.1.2.11) against NVD ranges and does not fully validate whether vendor-specific patches (via build suffixes) are already applied.Palo Alto Networks engineering is working on improving this behavior by enhancing how vulnerabilities are detected and correlated.
Ongoing improvements include:
Until these improvements are fully implemented, you can handle these false positives manually:
On your RHEL 9 system, you can confirm whether the vulnerability is actually patched:
This command shows whether the relevant CVE fixes have been applied in the installed package build.
To move this forward as quickly as possible, the best approach is to escalate it through the proper support channels:
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution".
Thanks & Regards,
S. Subashkar Sekar
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

