Prisma Cloud Compute:映像扫描结果中的 CVE-2022-40897

Prisma Cloud Compute:映像扫描结果中的 CVE-2022-40897

2724
Created On 07/31/24 00:50 AM - Last Modified 04/30/25 20:26 PM


Objective


本文的目的是解释为什么 Prisma 扫描在 OpenShift映像中检测到不同版本的 python3-setuptools-wheel 包。

Environment


  • Prisma Cloud Compute 自托管控制台
  • Prisma 云计算 SAAS 控制台


Procedure


Investigation from engineering team revealed that the image content was updated using yum update or similar commands, resulting in a mismatch between the image and the container based on it.

It was identified that the image downloaded had a older version, but somewhere during the image execution that package was updated which can be identified using the following command
rpm -qa --qf '%{INSTALLTIME} (%{INSTALLTIME:date}): %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -n | grep python3-setuptools.
It is advised from our engineering team to use an updated image where the package is already updated.


Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u000000HDlVCAW&lang=zh_CN&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language