AKS v 1.23.5 is showing vulnerabilities in Kube-proxy and ip-masq-agent?

Tanul 1,251 Reputation points
2022-06-23T16:03:49.657+00:00

Team,

In AKS 1.23.5 version upgrade, these vulnerabilities are coming(scanned by prisma cloud). Can anyone suggest the resolution. Is there any possible way to upgrade these 2 packages or only AKS support team can help in upgrading them.

214425-image.png

Regards,

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,961 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. shiva patpi 13,161 Reputation points Microsoft Employee
    2022-06-23T18:42:21.68+00:00

    Hello @Tanul ,
    In general for all the images which gets pulled from mcr.microsoft.com repository and any pods which are under kube-system namespace - there is no action required from your end. AKS team will apply the fix for each of those vulnerabilities once the vendors release the official fix for their packages. AKS patches CVE's that have a vendor fix every week. The AKS Images will get automatically updated within 30 days.

    One of the best recommended practice from your end is try to make sure to apply an updated node image on a regular cadence to ensure that the latest patched images & OS patches are all applied and update to date .

    Try running: az aks update -g <> -n <> –node-image-only

    Regards,
    Shiva.