diff --git a/advisories/github-reviewed/2025/05/GHSA-6j2q-c73v-97c5/GHSA-6j2q-c73v-97c5.json b/advisories/github-reviewed/2025/05/GHSA-6j2q-c73v-97c5/GHSA-6j2q-c73v-97c5.json new file mode 100644 index 00000000000..c40f131a8ff --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-6j2q-c73v-97c5/GHSA-6j2q-c73v-97c5.json @@ -0,0 +1,118 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6j2q-c73v-97c5", + "modified": "2025-05-30T15:25:10Z", + "published": "2025-05-30T06:30:25Z", + "aliases": [ + "CVE-2025-41235" + ], + "summary": "Spring Cloud Gateway Server Forwards Headers from Untrusted Proxies", + "details": "Spring Cloud Gateway Server forwards the X-Forwarded-For and Forwarded headers from untrusted proxies.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.cloud:spring-cloud-gateway-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0" + }, + { + "fixed": "4.2.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.cloud:spring-cloud-gateway-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.1.0" + }, + { + "fixed": "4.1.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.cloud:spring-cloud-gateway-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "last_affected": "4.0.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.springframework.cloud:spring-cloud-gateway-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.1.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-41235" + }, + { + "type": "PACKAGE", + "url": "https://github.com/spring-cloud/spring-cloud-gateway" + }, + { + "type": "WEB", + "url": "https://spring.io/security/cve-2025-41235" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-444" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-30T15:25:10Z", + "nvd_published_at": "2025-05-30T06:15:26Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-8w7f-8pr9-xgwj/GHSA-8w7f-8pr9-xgwj.json b/advisories/github-reviewed/2025/05/GHSA-8w7f-8pr9-xgwj/GHSA-8w7f-8pr9-xgwj.json similarity index 60% rename from advisories/unreviewed/2025/05/GHSA-8w7f-8pr9-xgwj/GHSA-8w7f-8pr9-xgwj.json rename to advisories/github-reviewed/2025/05/GHSA-8w7f-8pr9-xgwj/GHSA-8w7f-8pr9-xgwj.json index 3414ba2258b..711347e5919 100644 --- a/advisories/unreviewed/2025/05/GHSA-8w7f-8pr9-xgwj/GHSA-8w7f-8pr9-xgwj.json +++ b/advisories/github-reviewed/2025/05/GHSA-8w7f-8pr9-xgwj/GHSA-8w7f-8pr9-xgwj.json @@ -1,24 +1,49 @@ { "schema_version": "1.4.0", "id": "GHSA-8w7f-8pr9-xgwj", - "modified": "2025-05-30T09:30:27Z", + "modified": "2025-05-30T15:25:31Z", "published": "2025-05-30T09:30:27Z", "aliases": [ "CVE-2025-48912" ], + "summary": "Apache Superset: Improper authorization bypass on row level security via SQL Injection", "details": "An authenticated malicious actor using specially crafted requests could bypass row level security configuration by injecting SQL into 'sqlExpression' fields. This allowed the execution of sub-queries to evade parsing defenses ultimately granting unauthorized access to data.\n\nThis issue affects Apache Superset: before 4.1.2.\n\nUsers are recommended to upgrade to version 4.1.2, which fixes the issue.", "severity": [ { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "apache-superset" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.1.2" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48912" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/superset" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/ms2t2oq218hb7l628trsogo4fj7h1135" @@ -29,8 +54,8 @@ "CWE-89" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-30T15:25:31Z", "nvd_published_at": "2025-05-30T09:15:25Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2025/05/GHSA-93m4-mfpg-c3xf/GHSA-93m4-mfpg-c3xf.json b/advisories/github-reviewed/2025/05/GHSA-93m4-mfpg-c3xf/GHSA-93m4-mfpg-c3xf.json index 6ff4de9dea1..16af7b21fbb 100644 --- a/advisories/github-reviewed/2025/05/GHSA-93m4-mfpg-c3xf/GHSA-93m4-mfpg-c3xf.json +++ b/advisories/github-reviewed/2025/05/GHSA-93m4-mfpg-c3xf/GHSA-93m4-mfpg-c3xf.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-93m4-mfpg-c3xf", - "modified": "2025-05-29T21:07:48Z", + "modified": "2025-05-30T15:26:11Z", "published": "2025-05-28T17:36:55Z", "aliases": [ "CVE-2025-48936" @@ -119,6 +119,10 @@ "type": "WEB", "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-93m4-mfpg-c3xf" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48936" + }, { "type": "WEB", "url": "https://github.com/zitadel/zitadel/commit/c097887bc5f680e12c998580fb56d98a15758f53" @@ -135,6 +139,6 @@ "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-05-28T17:36:55Z", - "nvd_published_at": null + "nvd_published_at": "2025-05-30T07:15:24Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2025/05/GHSA-q7p4-7xjv-j3wf/GHSA-q7p4-7xjv-j3wf.json b/advisories/github-reviewed/2025/05/GHSA-q7p4-7xjv-j3wf/GHSA-q7p4-7xjv-j3wf.json index 4d7e5ebb94b..9168f9485a9 100644 --- a/advisories/github-reviewed/2025/05/GHSA-q7p4-7xjv-j3wf/GHSA-q7p4-7xjv-j3wf.json +++ b/advisories/github-reviewed/2025/05/GHSA-q7p4-7xjv-j3wf/GHSA-q7p4-7xjv-j3wf.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-q7p4-7xjv-j3wf", - "modified": "2025-05-29T16:50:59Z", + "modified": "2025-05-30T15:25:57Z", "published": "2025-05-29T16:50:58Z", "aliases": [ "CVE-2025-48865" @@ -43,6 +43,10 @@ "type": "WEB", "url": "https://github.com/fabiolb/fabio/security/advisories/GHSA-q7p4-7xjv-j3wf" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48865" + }, { "type": "WEB", "url": "https://github.com/fabiolb/fabio/commit/fdaf1e966162e9dd3b347ffdd0647b39dc71a1a3" @@ -64,6 +68,6 @@ "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2025-05-29T16:50:58Z", - "nvd_published_at": null + "nvd_published_at": "2025-05-30T07:15:23Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-6j2q-c73v-97c5/GHSA-6j2q-c73v-97c5.json b/advisories/unreviewed/2025/05/GHSA-6j2q-c73v-97c5/GHSA-6j2q-c73v-97c5.json deleted file mode 100644 index cef786e4fbb..00000000000 --- a/advisories/unreviewed/2025/05/GHSA-6j2q-c73v-97c5/GHSA-6j2q-c73v-97c5.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-6j2q-c73v-97c5", - "modified": "2025-05-30T06:30:25Z", - "published": "2025-05-30T06:30:25Z", - "aliases": [ - "CVE-2025-41235" - ], - "details": "Spring Cloud Gateway Server forwards the X-Forwarded-For and Forwarded headers from untrusted proxies.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-41235" - }, - { - "type": "WEB", - "url": "https://spring.io/security/cve-2025-41235" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-05-30T06:15:26Z" - } -} \ No newline at end of file