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 #302

Merged
merged 1 commit into from
Mar 29, 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 #

Special notes for your reviewer:

+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+
|   LIBRARY   | VULNERABILITY ID | SEVERITY | INSTALLED VERSION |  FIXED VERSION  |                 TITLE                 |
+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+
| libc-bin    | CVE-2021-33574   | CRITICAL | 2.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-23218   |          |                   |                 | 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-43396   | HIGH     |                   |                 | glibc: conversion from                |
|             |                  |          |                   |                 | ISO-2022-JP-3 with iconv may          |
|             |                  |          |                   |                 | emit spurious NUL character on...     |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2021-43396 |
+-------------+------------------+----------+                   +                 +---------------------------------------+
| libc6       | CVE-2021-33574   | CRITICAL |                   |                 | glibc: mq_notify does                 |
|             |                  |          |                   |                 | not handle separately                 |
|             |                  |          |                   |                 | allocated thread attributes           |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2021-33574 |
+             +------------------+          +                   +                 +---------------------------------------+
|             | CVE-2022-23218   |          |                   |                 | 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-43396   | HIGH     |                   |                 | glibc: conversion from                |
|             |                  |          |                   |                 | ISO-2022-JP-3 with iconv may          |
|             |                  |          |                   |                 | emit spurious NUL character on...     |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2021-43396 |
+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+
| libsystemd0 | CVE-2021-3997    | MEDIUM   | 247.3-6           | 247.3-7         | systemd: Uncontrolled recursion in    |
|             |                  |          |                   |                 | systemd-tmpfiles when removing files  |
|             |                  |          |                   |                 | -->avd.aquasec.com/nvd/cve-2021-3997  |
+-------------+                  +          +                   +                 +                                       +
| libudev1    |                  |          |                   |                 |                                       |
|             |                  |          |                   |                 |                                       |
|             |                  |          |                   |                 |                                       |
+-------------+------------------+----------+-------------------+-----------------+---------------------------------------+

Does this PR introduce a user-facing change?:

fix: CVE issues in image build

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. 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 requested a review from j-griffith March 27, 2022 09:12
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 27, 2022
@k8s-ci-robot k8s-ci-robot requested a review from Jiawei0227 March 27, 2022 09:13
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 27, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2047299887

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.868%

Totals Coverage Status
Change from base Build 2047241824: 0.0%
Covered Lines: 577
Relevant Lines: 741

💛 - Coveralls

@andyzhangx andyzhangx merged commit 67f99e1 into kubernetes-csi:master Mar 29, 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. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants