24 KiB
24 KiB
hide | |
---|---|
|
Security Overview
Helm-Chart
Scan Results
Chart Object: podgrab/templates/common.yaml
Type | Misconfiguration ID | Check | Severity | Explaination | Links |
---|---|---|---|---|---|
Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM | Expand...A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node.Container 'autopermissions' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.allowPrivilegeEscalation' to false |
|
Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | Expand...The container should drop all default capabilities and add only those that are needed for its execution.Container 'RELEASE-NAME-podgrab' of Deployment 'RELEASE-NAME-podgrab' should add 'ALL' to 'securityContext.capabilities.drop' |
|
Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | Expand...The container should drop all default capabilities and add only those that are needed for its execution.Container 'autopermissions' of Deployment 'RELEASE-NAME-podgrab' should add 'ALL' to 'securityContext.capabilities.drop' |
|
Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM | Expand...'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.Container 'autopermissions' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.runAsNonRoot' to true |
|
Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW | Expand...An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.Container 'autopermissions' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.readOnlyRootFilesystem' to true |
|
Kubernetes Security Check | KSV017 | Privileged container | HIGH | Expand...Privileged containers share namespaces with the host system and do not offer any security. They should be used exclusively for system containers that require high privileges.Container 'autopermissions' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.privileged' to false |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-podgrab' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM | Expand...Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.runAsUser' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'RELEASE-NAME-podgrab' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM | Expand...Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.Container 'autopermissions' of Deployment 'RELEASE-NAME-podgrab' should set 'securityContext.runAsGroup' > 10000 |
|
Kubernetes Security Check | KSV029 | A root primary or supplementary GID set | LOW | Expand...Containers should be forbidden from running with a root primary or supplementary GID.Deployment 'RELEASE-NAME-podgrab' should set 'spec.securityContext.runAsGroup', 'spec.securityContext.supplementalGroups[*]' and 'spec.securityContext.fsGroup' to integer greater than 0 |
Containers
Detected Containers
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
tccr.io/truecharts/podgrab:v1.0.0@sha256:08b6b7d7ff4aff9b223da4e2c9800c56694a3d59dae8586fedeb836292acd572
Scan Results
Container: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 (alpine 3.15.2)
alpine
Container: tccr.io/truecharts/podgrab:v1.0.0@sha256:08b6b7d7ff4aff9b223da4e2c9800c56694a3d59dae8586fedeb836292acd572 (alpine 3.15.4)
alpine
No Vulnerabilities found |
---|
gobinary
Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
---|---|---|---|---|---|
github.com/satori/go.uuid | CVE-2021-3538 | CRITICAL | v1.2.0 | 1.2.1-0.20181016170032-d91630c85102 | Expand...https://access.redhat.com/security/cve/CVE-2021-3538https://bugzilla.redhat.com/show_bug.cgi?id=1954376 https://github.com/satori/go.uuid/commit/d91630c8510268e75203009fe7daf2b8e1d60c45 https://github.com/satori/go.uuid/issues/73 https://github.com/satori/go.uuid/pull/75 https://nvd.nist.gov/vuln/detail/CVE-2021-3538 https://pkg.go.dev/vuln/GO-2020-0018 https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSATORIGOUUID-72488 |
golang.org/x/text | CVE-2021-38561 | UNKNOWN | v0.3.6 | 0.3.7 |