You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using its most updated version v-4.0.29, and performing a quality test with Kiuwan, a library with high vulnerability has been detected. It is the library: [email protected], which is a dependency of another library: [email protected]. The vulnerability error it flags is the following:
runc through 1.0-rc6, as used in Docker before 18.09.2 and other products, allows attackers to overwrite the host runc binary (and consequently obtain host root access) by leveraging the ability to execute a command as root within one of these types of containers: (1) a new container with an attacker-controlled image, or (2) an existing container, to which the attacker previously had write access, that can be attached with docker exec. This occurs because of file-descriptor mishandling, related to /proc/self/exe
I propose to carry out a test on these libraries and, as far as possible, update them to avoid high vulnerabilities.
The text was updated successfully, but these errors were encountered:
I am using its most updated version v-4.0.29, and performing a quality test with Kiuwan, a library with high vulnerability has been detected. It is the library: [email protected], which is a dependency of another library: [email protected]. The vulnerability error it flags is the following:
runc through 1.0-rc6, as used in Docker before 18.09.2 and other products, allows attackers to overwrite the host runc binary (and consequently obtain host root access) by leveraging the ability to execute a command as root within one of these types of containers: (1) a new container with an attacker-controlled image, or (2) an existing container, to which the attacker previously had write access, that can be attached with docker exec. This occurs because of file-descriptor mishandling, related to /proc/self/exe
I propose to carry out a test on these libraries and, as far as possible, update them to avoid high vulnerabilities.
The text was updated successfully, but these errors were encountered: