Описание
Minder GetRepositoryByName data leak
Impact
A recent refactoring added the ability to get GitHub repositories registered to a project without specifying a specific provider. Unfortunately, the SQL query for doing so was missing parenthesis, and would select a random repository.
Patches
Patched in #2941
Workarounds
Revert prior to 5c381cf, or roll forward past 2eb94e7
References
N/A
Ссылки
- https://github.com/stacklok/minder/security/advisories/GHSA-ggp5-28x4-xcj9
- https://nvd.nist.gov/vuln/detail/CVE-2024-31455
- https://github.com/stacklok/minder/pull/2941
- https://github.com/stacklok/minder/commit/11b6573ad62cfdd783a8bb52f3fce461466037f4
- https://github.com/stacklok/minder/commit/5c381cfbf3e4b7ce040ed8511a1fae1a78a0014b
Пакеты
github.com/stacklok/minder
= 0.0.39
0.0.40
Связанные уязвимости
Minder by Stacklok is an open source software supply chain security platform. A refactoring in commit `5c381cf` added the ability to get GitHub repositories registered to a project without specifying a specific provider. Unfortunately, the SQL query for doing so was missing parenthesis, and would select a random repository. This issue is patched in pull request 2941. As a workaround, revert prior to `5c381cf`, or roll forward past `2eb94e7`.