[Questions] Go library vulnerabilities show up on a scan #15309
-
Community Support Policy
RabbitMQ version used4.2.2 Erlang version used28.3.x Operating system (distribution) usedubuntu-24 How is RabbitMQ deployed?Community Docker image rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics DetailsLogs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs DetailsLogs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs DetailsLogs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs Detailsrabbitmq.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location DetailsSteps to deploy RabbitMQ clusterThrough dockerfile . Steps to reproduce the behavior in question. advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location DetailsApplication codeDetails# PASTE CODE HERE, BETWEEN BACKTICKSKubernetes deployment fileDetails# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKSWhat problem are you trying to solve?Hi RabbitMQ Team, We are currently using the RabbitMQ management image 4.2.2 and have observed a few HIGH severity CVEs reported by our vulnerability scanners as listed below . Could you please let us know if fixes for these vulnerabilities are expected to be included in upcoming RabbitMQ patch releases or base image updates . Vulnerabilities observed in RabbitMQ image: Severity Package / Area Installed Fixed In CVE CRITICAL Go stdlib (net, http) Go 1.22.2 >= 1.22.4+ CVE-2024-24790 HIGH Go stdlib (multiple) Go 1.22.2 >= 1.22.5 / |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@manoj-md those are Go library vulnerabilities, RabbitMQ server does not use Go. I have no idea why they show up on a scan, why do you expect our team to fix them, or what image you are talking about to begin with. Our team helps maintain the community OCI and it has a Go-based tool called Please take it from here. UpdateCommunity OCI maintainers explain that
|
Beta Was this translation helpful? Give feedback.
@manoj-md those are Go library vulnerabilities, RabbitMQ server does not use Go.
I have no idea why they show up on a scan, why do you expect our team to fix them, or what image you are talking about to begin with.
Our team helps maintain the community OCI and it has a Go-based tool called
gosubut it is only used inDockerfiletemplating as far as I can tell. I have asked its primary maintainers for clues docker-library/rabbitmq#794 but it sounds like you'd have to take a closer look at your scan (it's not reasonable to ask open source maintainers to read your scanner output for you and weed out the false positives).Please take it from here.
Update
Community OCI maintainers explain that
g…