-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Greetings,
We are some security researchers who have built a scanner to detect configurations that can be used to conduct attacks for Kubernetes pods. For your repository, we have found a few misconfigurations in the following locations:
Misconfiguration name: INSECURE_HTTP
Location-1:
| "url": "http://prometheus:9090", |
Misconfiguration name: INSECURE_HTTP
Location-2:
| --request POST http://admin:admin@grafana:3000/api/datasources \ |
Misconfiguration name: INSECURE_HTTP
Location-3:
| --request POST http://admin:admin@grafana:3000/api/dashboards/import \ |
Misconfiguration name: INSECURE_HTTP
Location-4:
| - '-alertmanager.url=http://alertmanager:9093/' |
Misconfiguration name: TRUE_HOST_PID
Location-5:
| hostPID: true |
…
Misconfiguration name: TRUE_HOST_NET
Location-6:
| hostNetwork: true |
Misconfiguration name: HOSTPATH
Location-7:
CloudFlix/monitor/kubernetes-prometheus/manifests-all.yaml
Lines 2676 to 2677 in e29eaee
| hostPath: | |
| path: /var |
Please give us feedback. Do you think these are valid instances of misconfigurations? Will you fix them?