mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-2x2g-32r7-p4x8 GHSA-7q7g-4xm8-89cq GHSA-g85v-wf27-67xc GHSA-p7f6-8mcm-fwv3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-2x2g-32r7-p4x8",
|
||||
"modified": "2024-11-19T18:02:57Z",
|
||||
"modified": "2024-11-19T20:50:18Z",
|
||||
"published": "2024-11-19T09:30:54Z",
|
||||
"aliases": [
|
||||
"CVE-2024-31141"
|
||||
@@ -9,6 +9,10 @@
|
||||
"summary": "Apache Kafka Clients: Privilege escalation to filesystem read-access via automatic ConfigProvider",
|
||||
"details": "Files or Directories Accessible to External Parties, Improper Privilege Management vulnerability in Apache Kafka Clients.\n\nApache Kafka Clients accept configuration data for customizing behavior, and includes ConfigProvider plugins in order to manipulate these configurations. Apache Kafka also provides FileConfigProvider, DirectoryConfigProvider, and EnvVarConfigProvider implementations which include the ability to read from disk or environment variables.\nIn applications where Apache Kafka Clients configurations can be specified by an untrusted party, attackers may use these ConfigProviders to read arbitrary contents of the disk and environment variables.\n\nIn particular, this flaw may be used in Apache Kafka Connect to escalate from REST API access to filesystem/environment access, which may be undesirable in certain environments, including SaaS products.\nThis issue affects Apache Kafka Clients: from 2.3.0 through 3.5.2, 3.6.2, 3.7.0.\n\n\nUsers with affected applications are recommended to upgrade kafka-clients to version >=3.8.0, and set the JVM system property \"org.apache.kafka.automatic.config.providers=none\".\nUsers of Kafka Connect with one of the listed ConfigProvider implementations specified in their worker config are also recommended to add appropriate \"allowlist.pattern\" and \"allowed.paths\" to restrict their operation to appropriate bounds.\n\n\nFor users of Kafka Clients or Kafka Connect in environments that trust users with disk and environment variable access, it is not recommended to set the system property.\nFor users of the Kafka Broker, Kafka MirrorMaker 2.0, Kafka Streams, and Kafka command-line tools, it is not recommended to set the system property.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
|
||||
},
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-7q7g-4xm8-89cq",
|
||||
"modified": "2024-11-19T15:47:27Z",
|
||||
"modified": "2024-11-19T20:49:57Z",
|
||||
"published": "2024-11-15T20:47:31Z",
|
||||
"aliases": [
|
||||
"CVE-2024-21539"
|
||||
@@ -59,7 +59,8 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-1333"
|
||||
"CWE-1333",
|
||||
"CWE-770"
|
||||
],
|
||||
"severity": "LOW",
|
||||
"github_reviewed": true,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-p7f6-8mcm-fwv3",
|
||||
"modified": "2024-11-19T18:03:07Z",
|
||||
"modified": "2024-11-19T20:50:30Z",
|
||||
"published": "2024-11-19T18:03:07Z",
|
||||
"aliases": [
|
||||
"CVE-2024-52600"
|
||||
@@ -43,6 +43,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/statamic/cms/security/advisories/GHSA-p7f6-8mcm-fwv3"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52600"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/statamic/cms/commit/0c07c10009a2439c8ee56c8faefd1319dc6e388d"
|
||||
@@ -67,6 +71,6 @@
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-11-19T18:03:07Z",
|
||||
"nvd_published_at": null
|
||||
"nvd_published_at": "2024-11-19T17:15:56Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user