GHSA-GGP5-28X4-XCJ9
Vulnerability from github – Published: 2024-04-09 16:18 – Updated: 2024-04-09 21:12
VLAI?
Summary
Minder GetRepositoryByName data leak
Details
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
Severity ?
4.3 (Medium)
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/stacklok/minder"
},
"ranges": [
{
"events": [
{
"introduced": "0.0.39"
},
{
"fixed": "0.0.40"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.0.39"
]
}
],
"aliases": [
"CVE-2024-31455"
],
"database_specific": {
"cwe_ids": [
"CWE-200"
],
"github_reviewed": true,
"github_reviewed_at": "2024-04-09T16:18:02Z",
"nvd_published_at": "2024-04-09T17:16:03Z",
"severity": "MODERATE"
},
"details": "### Impact\nA 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.\n\n### Patches\nPatched in #2941\n\n### Workarounds\nRevert prior to `5c381cf`, or roll forward past `2eb94e7`\n\n### References\nN/A",
"id": "GHSA-ggp5-28x4-xcj9",
"modified": "2024-04-09T21:12:27Z",
"published": "2024-04-09T16:18:02Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/stacklok/minder/security/advisories/GHSA-ggp5-28x4-xcj9"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31455"
},
{
"type": "WEB",
"url": "https://github.com/stacklok/minder/pull/2941"
},
{
"type": "WEB",
"url": "https://github.com/stacklok/minder/commit/11b6573ad62cfdd783a8bb52f3fce461466037f4"
},
{
"type": "WEB",
"url": "https://github.com/stacklok/minder/commit/5c381cfbf3e4b7ce040ed8511a1fae1a78a0014b"
},
{
"type": "PACKAGE",
"url": "https://github.com/stacklok/minder"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
}
],
"summary": "Minder GetRepositoryByName data leak"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…