Prisma Cloud Compute Package Path is missing for Vulnerability Type 'OS' under the Host Vulnerability Report
3183
Created On 05/14/23 13:27 PM - Last Modified 11/20/24 16:49 PM
Symptom
- Prisma Cloud Package Path is missing for Vulnerability Type 'OS' under the Host Vulnerability Report
GUI Path: Monitor > Vulnerabilities > Filter by Python > Package Info
Environment
- Prisma Cloud Compute
Cause
- For Vulnerability Type 'OS', the installed packages are not a single path type
- The package is typically spread across multiple places in the file system.
- For example, Apache has a package name of apache2 but a binary name of httpd
root@/home/john/2.2.81/linux# docker exec -ti apache bash root@75adadee20ce:/usr/local/apache2# find / -name apache* /usr/local/apache2 /usr/local/apache2/include/apache_noprobes.h /usr/local/apache2/icons/apache_pb.gif /usr/local/apache2/icons/apache_pb2.gif /usr/local/apache2/icons/apache_pb2.png /usr/local/apache2/icons/apache_pb.png /usr/local/apache2/icons/apache_pb.svg /usr/local/apache2/bin/apachectl root@75adadee20ce:/usr/local/apache2# find / -name httpd /usr/local/apache2/bin/httpd
Resolution
- This is an expected behavior
- For the Vulnerability Type 'OS', the package path cannot be listed in the Host Vulnerability Report
Additional Information
View the documentation here on vulnerability explorer.