Vulnerability Description
Minder is a software supply chain security platform. Prior to version 0.0.33, a Minder user can use the endpoints `GetRepositoryByName`, `DeleteRepositoryByName`, and `GetArtifactByName` to access any repository in the database, irrespective of who owns the repo and any permissions present. The database query checks by repo owner, repo name and provider name (which is always `github`). These query values are not distinct for the particular user - as long as the user has valid credentials and a provider, they can set the repo owner/name to any value they want and the server will return information on this repo. Version 0.0.33 contains a patch for this issue.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Lfprojects | Minder | < 0.0.33 |
Related Weaknesses (CWE)
References
- https://github.com/stacklok/minder/blob/a115c8524fbd582b2b277eaadce024bebbded508Product
- https://github.com/stacklok/minder/blob/main/internal/controlplane/handlers_repoProduct
- https://github.com/stacklok/minder/commit/45750b4e9fb2de33365758366e06c19e999bd2Patch
- https://github.com/stacklok/minder/security/advisories/GHSA-v627-69v2-xx37ExploitVendor Advisory
- https://github.com/stacklok/minder/blob/a115c8524fbd582b2b277eaadce024bebbded508Product
- https://github.com/stacklok/minder/blob/main/internal/controlplane/handlers_repoProduct
- https://github.com/stacklok/minder/commit/45750b4e9fb2de33365758366e06c19e999bd2Patch
- https://github.com/stacklok/minder/security/advisories/GHSA-v627-69v2-xx37ExploitVendor Advisory
FAQ
What is CVE-2024-27916?
CVE-2024-27916 is a vulnerability with a CVSS score of 7.1 (HIGH). Minder is a software supply chain security platform. Prior to version 0.0.33, a Minder user can use the endpoints `GetRepositoryByName`, `DeleteRepositoryByName`, and `GetArtifactByName` to access any...
How severe is CVE-2024-27916?
CVE-2024-27916 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-27916?
Check the references section above for vendor advisories and patch information. Affected products include: Lfprojects Minder.