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
There might be issues with the tool we're using to check. It hasn't found other CVEs and then it randomly started showing this one, which doesn't seem relevant really.
The issue is confirmed to be not relevant because of the above, but because of the tool we use cve_bin_tool shows it as vulnerability, we need something so the ticket doesn't trigger all the time. Either we change our reporting tool, or we ignore this specific CVE
Activity
valerena commentedon Jun 20, 2025
This looks like an old CVE, which apparently affects all(?) versions of Go? or not? https://www.cve.org/CVERecord?id=CVE-2024-3566
There might be issues with the tool we're using to check. It hasn't found other CVEs and then it randomly started showing this one, which doesn't seem relevant really.
valerena commentedon Jun 20, 2025
I disabled the workflow so it doesn't keep creating issues, but we need to investigate more about this false positive.
valerena commentedon Jun 20, 2025
returns no vulnerabilities
but what runs in the workflow:
returns this one above.
valerena commentedon Jun 27, 2025
I created a basic app with Go, and it shows this vulnerability:
$ go build -o goapp $ python -m cve_bin_tool.cli . -r go -d REDHAT,OSV,GAD,CURL ┏━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Vendor ┃ Product ┃ Version ┃ CVE Number ┃ Source ┃ Severity ┃ Score (CVSS Version) ┃ ┡━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩ │ golang │ go │ 1.24.4 │ CVE-2024-3566 │ NVD │ CRITICAL │ 9.8 (v3) │ └────────┴─────────┴─────────┴───────────────┴────────┴──────────┴──────────────────────┘ ┏━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┓ ┃ Vendor ┃ Product ┃ Version ┃ Root ┃ Filename ┃ ┡━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━┩ │ golang │ go │ 1.24.4 │ /tmp/oncall/rie/hello │ goapp │ └────────┴─────────┴─────────┴───────────────────────┴──────────┘
valerena commentedon Jul 2, 2025
The issue is confirmed to be not relevant because of the above, but because of the tool we use
cve_bin_tool
shows it as vulnerability, we need something so the ticket doesn't trigger all the time. Either we change our reporting tool, or we ignore this specific CVE