Lucene search
K

18 matches found

OSV
OSV
added 2024/06/28 3:28 p.m.9 views

GO-2024-2934 Minder affected by denial of service from maliciously configured Git repository in github.com/stacklok/minder

Minder affected by denial of service from maliciously configured Git repository in github.com/stacklok/minder...

5.7CVSS5.5AI score0.0014EPSS
Exploits0References6
OSV
OSV
added 2024/06/05 3:10 p.m.10 views

GO-2024-2885 Denial of service of Minder Server from maliciously crafted GitHub attestations in github.com/stacklok/minder

Denial of service of Minder Server from maliciously crafted GitHub attestations in github.com/stacklok/minder...

5.3CVSS5.1AI score0.0036EPSS
Exploits0References4
OSV
OSV
added 2024/06/04 3:19 p.m.18 views

GO-2024-2701 Minder GetRepositoryByName data leak in github.com/stacklok/minder

Minder GetRepositoryByName data leak in github.com/stacklok/minder...

4.3CVSS4.5AI score0.00448EPSS
Exploits0References5
Veracode
Veracode
added 2024/05/29 5:36 a.m.11 views

Denial Of Service (DoS)

github.com/stacklok/minder is vulnerable to a Denial Of Service DoS. The vulnerability is due to the sigstore verifier reading an untrusted response entirely into memory without enforcing a limit on the response body. The vulnerability allows an attacker to crash the Minder server and deny other...

5.3CVSS6.7AI score0.0036EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/27 5:12 p.m.14 views

CVE-2024-35238 Denial of service of Minder Server from maliciously crafted GitHub attestations

Minder by Stacklok is an open source software supply chain security platform. Minder prior to version 0.0.51 is vulnerable to a denial-of-service DoS attack which could allow an attacker to crash the Minder server and deny other users access to it. The root cause of the vulnerability is that...

5.3CVSS5.3AI score0.0036EPSS
Exploits0References3
OSV
OSV
added 2024/05/27 5:12 p.m.14 views

CVE-2024-35238 Denial of service of Minder Server from maliciously crafted GitHub attestations

Minder by Stacklok is an open source software supply chain security platform. Minder prior to version 0.0.51 is vulnerable to a denial-of-service DoS attack which could allow an attacker to crash the Minder server and deny other users access to it. The root cause of the vulnerability is that...

5.3CVSS5.3AI score0.0036EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/05/27 5:12 p.m.12 views

CVE-2024-35238 Denial of service of Minder Server from maliciously crafted GitHub attestations

Minder by Stacklok is an open source software supply chain security platform. Minder prior to version 0.0.51 is vulnerable to a denial-of-service DoS attack which could allow an attacker to crash the Minder server and deny other users access to it. The root cause of the vulnerability is that...

5.3CVSS6.8AI score0.0036EPSS
Exploits0References3
CVE
CVE
added 2024/05/27 5:12 p.m.45 views

CVE-2024-35238

Summary: Minder by Stacklok (pre-0.0.51) is vulnerable to a DoS caused by the sigstore verifier reading an untrusted response without a size limit. An attacker can cause Minder to fetch attestations from a user-controlled GitHub endpoint (orgs/$owner/attestations/$checksumref) and feed a large re...

5.3CVSS5.3AI score0.0036EPSS
Exploits0References3
Veracode
Veracode
added 2024/05/23 6:41 a.m.8 views

Denial Of Service (DoS)

github.com/stacklok/minder is vulnerable to Denial Of Service DoS. The vulnerability is due to the engines lack of template size limits, which allows an attacker to execute a Denial of Service DoS attack by submitting maliciously crafted large templates...

5.3CVSS7.2AI score0.00265EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 8:44 p.m.11 views

CVE-2024-35194 Stacklok Minder vulnerable to denial of service from maliciously crafted templates

Minder is a software supply chain security platform. Prior to version 0.0.50, Minder engine is susceptible to a denial of service from memory exhaustion that can be triggered from maliciously created templates. Minder engine uses templating to generate strings for various use cases such as URLs,...

5.3CVSS6.5AI score0.00265EPSS
Exploits0References2
OSV
OSV
added 2024/05/20 8:43 p.m.9 views

GHSA-CRGC-2583-RW27 Stacklok Minder vulnerable to denial of service from maliciously crafted templates

Minder engine is susceptible to a denial of service from memory exhaustion that can be triggered from maliciously created templates. Minder engine uses templating to generate strings for various use cases such as URLs, messages for pull requests, descriptions for advisories. In some cases can the...

5.3CVSS4.9AI score0.00265EPSS
Exploits0References4
OSV
OSV
added 2024/05/10 8:7 p.m.16 views

GO-2024-2821 Denial of Service from untrusted requests in github.com/stacklok/minder

HandleGithubWebhook is susceptible to a denial of service attack from an untrusted HTTP request. An untrusted request can cause the server to allocate large amounts of memory resulting in a denial of service...

7.5CVSS7.3AI score0.00149EPSS
Exploits0References6
NVD
NVD
added 2024/04/09 5:16 p.m.7 views

CVE-2024-31455

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...

4.3CVSS4.8AI score0.00448EPSS
Exploits0References4
CVE
CVE
added 2024/04/09 4:52 p.m.62 views

CVE-2024-31455

Minder by Stacklok (github.com/stacklok/minder) has a SQL query bug introduced by commit 5c381cf: the absence of parentheses caused the GetRepositoryByName flow to select a random repository when registering GitHub repos to a project. The issue is patched in PR 2941. Workarounds: revert before 5c...

4.3CVSS4.7AI score0.00448EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/04/09 4:52 p.m.17 views

CVE-2024-31455 Minder GetRepositoryByName data leak

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...

4.3CVSS7.2AI score0.00448EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/04/09 4:52 p.m.17 views

CVE-2024-31455 Minder GetRepositoryByName data leak

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...

4.3CVSS5.1AI score0.00448EPSS
Exploits0References4
OSV
OSV
added 2024/04/09 4:52 p.m.16 views

CVE-2024-31455 Minder GetRepositoryByName data leak

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...

4.3CVSS7.1AI score0.00448EPSS
Exploits0References6
CNNVD
CNNVD
added 2024/04/09 12:0 a.m.2 views

Stacklok Minder 安全漏洞

Minder is an open source platform that helps development teams and the open source community build more secure software and prove to others that the software they build is secure. A security vulnerability exists in Stacklok Minder version 5c381cf that stems from a data leak in GetRepositoryByName...

4.3CVSS6.5AI score0.00448EPSS
Exploits0References5
Rows per page
Query Builder