Publish Advisories

GHSA-85rg-8m6h-825p
GHSA-x268-qpg6-w9g2
This commit is contained in:
advisory-database[bot]
2024-06-13 19:40:56 +00:00
parent 03367999df
commit f5e0f17619
2 changed files with 128 additions and 0 deletions
@@ -0,0 +1,59 @@
{
"schema_version": "1.4.0",
"id": "GHSA-85rg-8m6h-825p",
"modified": "2024-06-13T19:39:11Z",
"published": "2024-06-13T19:39:11Z",
"aliases": [
],
"summary": "Vulnerabilities with the k8sGPT",
"details": "### Summary\nBunch of vulnerabilities found in k8sGPT. Fixed in release https://github.com/k8sgpt-ai/k8sgpt/releases/tag/v0.3.33",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/k8sgpt-ai/k8sgpt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.3.33"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/k8sgpt-ai/k8sgpt/security/advisories/GHSA-85rg-8m6h-825p"
},
{
"type": "PACKAGE",
"url": "https://github.com/k8sgpt-ai/k8sgpt"
},
{
"type": "WEB",
"url": "https://github.com/k8sgpt-ai/k8sgpt/releases/tag/v0.3.33"
}
],
"database_specific": {
"cwe_ids": [
"CWE-22",
"CWE-457"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-06-13T19:39:11Z",
"nvd_published_at": null
}
}
@@ -0,0 +1,69 @@
{
"schema_version": "1.4.0",
"id": "GHSA-x268-qpg6-w9g2",
"modified": "2024-06-13T19:39:06Z",
"published": "2024-06-13T19:39:06Z",
"aliases": [
"CVE-2024-37309"
],
"summary": "CrateDB has a Client initialized Session-Renegotiation DoS",
"details": "**Summary** \nClient-Initiated TLS Renegotiation Denial of Service (DoS) Vulnerability at Port 4200\n\n**Details** \nA high-risk vulnerability has been identified where the TLS endpoint (port 4200) permits client-initiated renegotiation. In this scenario, an attacker can exploit this feature to repeatedly request renegotiation of security parameters during an ongoing TLS session. This flaw could lead to excessive consumption of CPU resources, resulting in potential server overload and service disruption. The vulnerability was confirmed using an openssl client where the command 'R' initiates renegotiation, followed by the server confirming with 'RENEGOTIATING'.\n\n**PoC** \n1. Connect to the TLS server on port 4200 using an openssl client.\n2. Initiate a TLS session.\n3. Send the renegotiation command ('R') multiple times.\n4. Observe the server response to confirm renegotiation.\n\n**Impact** \nThis vulnerability allows an attacker to perform a denial of service attack by exhausting server CPU resources through repeated TLS renegotiations. This impacts the availability of services running on the affected server, posing a significant risk to operational stability and security.\n\n\nTLS 1.3 explicitly forbids renegotiation, since it closes a window of opportunity for an attack.\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "io.crate:crate"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "5.7.2"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/crate/crate/security/advisories/GHSA-x268-qpg6-w9g2"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37309"
},
{
"type": "WEB",
"url": "https://github.com/crate/crate/commit/1dde03bdf031a20886065195527e368e4a3218b3"
},
{
"type": "WEB",
"url": "https://cratedb.com/docs/crate/reference/en/latest/appendices/release-notes/5.7.2.html"
},
{
"type": "PACKAGE",
"url": "https://github.com/crate/crate"
}
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-06-13T19:39:06Z",
"nvd_published_at": "2024-06-13T14:15:13Z"
}
}