Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: CVE issues in image build #635

Merged
merged 2 commits into from
Mar 27, 2022

Conversation

andyzhangx
Copy link
Member

@andyzhangx andyzhangx commented Mar 27, 2022

What type of PR is this?
/kind bug

What this PR does / why we need it:
fix: CVE issues in image build

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+
|   LIBRARY   | VULNERABILITY ID | SEVERITY | INSTALLED VERSION |  FIXED VERSION  |                 TITLE                 |
+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+
| libc-bin    | CVE-2021-33574   | CRITICAL | 2.[31](https://github.com/kubernetes-sigs/blob-csi-driver/runs/5706823026?check_suite_focus=true#step:6:31)-13+deb11u2   | 2.31-13+deb11u3 | glibc: mq_notify does                 |
|             |                  |          |                   |                 | not handle separately                 |
|             |                  |          |                   |                 | allocated thread attributes           |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2021-33574 |
+             +------------------+          +                   +                 +---------------------------------------+
|             | CVE-2022-2[32](https://github.com/kubernetes-sigs/blob-csi-driver/runs/5706823026?check_suite_focus=true#step:6:32)18   |          |                   |                 | glibc: Stack-based buffer overflow    |
|             |                  |          |                   |                 | in svcunix_create via long pathnames  |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2022-23218 |
+             +------------------+          +                   +                 +---------------------------------------+
|             | CVE-2022-23219   |          |                   |                 | glibc: Stack-based buffer             |
|             |                  |          |                   |                 | overflow in sunrpc clnt_create        |
|             |                  |          |                   |                 | via a long pathname                   |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2022-23219 |
+             +------------------+----------+                   +                 +---------------------------------------+
|             | CVE-2021-4[33](https://github.com/kubernetes-sigs/blob-csi-driver/runs/5706823026?check_suite_focus=true#step:6:33)96   | LOW      |                   |                 | glibc: conversion from                |
|             |                  |          |                   |                 | ISO-2022-JP-3 with iconv may          |
|             |                  |          |                   |                 | emit spurious NUL character on...     |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2021-43[39](https://github.com/kubernetes-sigs/blob-csi-driver/runs/5706823026?check_suite_focus=true#step:6:39)6 |
+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+
| libsystemd0 | CVE-2021-3997    | MEDIUM   | 2[47](https://github.com/kubernetes-sigs/blob-csi-driver/runs/5706823026?check_suite_focus=true#step:6:47).3-6           | 247.3-7         | systemd: Uncontrolled recursion in    |
|             |                  |          |                   |                 | systemd-tmpfiles when removing files  |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2021-3997  |
+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+

Release note:

fix: CVE issues in image build

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 27, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Mar 27, 2022
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 27, 2022
@andyzhangx andyzhangx changed the title fix: CVE-2021-33574 and CVE-2021-3997 fix: CVE issues in image build Mar 27, 2022
@andyzhangx
Copy link
Member Author

/test pull-kubernetes-e2e-capz-blob

@andyzhangx
Copy link
Member Author

/retest

@andyzhangx andyzhangx merged commit cee5012 into kubernetes-sigs:master Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants