actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.74k stars 1.12k forks source link

go-restful dependency contains vulnerability #2259

Open ivan-kolisnyk opened 1 year ago

ivan-kolisnyk commented 1 year ago

Checks

Controller Version

v0.27.0

Helm Chart Version

No response

CertManager Version

No response

Deployment Method

Helm

cert-manager installation

There is no issue with cert manager

Checks

Resource Definitions

N/A

To Reproduce

We scanned summerwind/actions-runner-controller image with Prisma

Describe the bug

github.com/emicklei/go-restful/v3 module prior to v3.10.0 is vulnerable to Authentication Bypass by Primary Weakness. There is an inconsistency in how go-restful parses URL paths. This inconsistency could lead to several security check bypass in a complex system.

Describe the expected behavior

summerwind/actions-runner-controller doesn't contain vulnerable packages

Whole Controller Logs

N/A

Whole Runner Pod Logs

N/A

Additional Context

No response

github-actions[bot] commented 1 year ago

Hello! Thank you for filing an issue.

The maintainers will triage your issue shortly.

In the meantime, please take a look at the troubleshooting guide for bug reports.

If this is a feature request, please review our contribution guidelines.

suhas-arcadis commented 1 year ago

Hi Team, Any update on this? We are also having similar issues with image scan with lot of Critical and High impact bugs reported..

kevholmes commented 1 year ago

Aren't these coming in from an indirect k8s dependency? I think it needs to be fixed upstream.