Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in github.com/stacklok/minder: CVE-2024-35185 #2864

Closed
GoVulnBot opened this issue May 16, 2024 · 2 comments
Closed

Comments

@GoVulnBot
Copy link

CVE-2024-35185 references github.com/stacklok/minder, which may be a Go module.

Description:
Minder is a software supply chain security platform. Prior to version 0.0.49, the Minder REST ingester is vulnerable to a denial of service attack via an attacker-controlled REST endpoint that can crash the Minder server. The REST ingester allows users to interact with REST endpoints to fetch data for rule evaluation. When fetching data with the REST ingester, Minder sends a request to an endpoint and will use the data from the body of the response as the data to evaluate against a certain rule. If the response is sufficiently large, it can drain memory on the machine and crash the Minder server. The attacker can control the remote REST endpoints that Minder sends requests to, and they can configure the remote REST endpoints to return responses with large bodies. They would then instruct Minder to send a request to their configured endpoint that would return the large response which would crash the Minder server. Version 0.0.49 fixes this issue.

References:

Cross references:

See doc/triage.md for instructions on how to triage this report.

id: GO-ID-PENDING
modules:
    - module: github.com/stacklok/minder
      vulnerable_at: 0.0.49
      packages:
        - package: minder
summary: CVE-2024-35185 in github.com/stacklok/minder
cves:
    - CVE-2024-35185
references:
    - advisory: https://github.com/stacklok/minder/security/advisories/GHSA-fjw8-3gp8-4cvx
    - fix: https://github.com/stacklok/minder/commit/065049336aac0621ee00a0bb2211f8051d47c14b
source:
    id: CVE-2024-35185
    created: 2024-05-16T17:01:38.070618195Z

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/586295 mentions this issue: data/reports: add GO-2024-2864

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/586484 mentions this issue: data/reports: add 73 unreviewed reports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants