From 61a3821736d1d29429cadf18cabaea8f59122e6c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 19:43:09 +0000 Subject: [PATCH] Publish Advisories GHSA-8cgq-6mh2-7j6v GHSA-f3gh-529w-v32x GHSA-fr62-mg2q-7wqv --- .../GHSA-8cgq-6mh2-7j6v/GHSA-8cgq-6mh2-7j6v.json | 15 ++++++++++++--- .../GHSA-f3gh-529w-v32x/GHSA-f3gh-529w-v32x.json | 13 +++++++++++-- .../GHSA-fr62-mg2q-7wqv/GHSA-fr62-mg2q-7wqv.json | 8 ++++++-- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/advisories/github-reviewed/2025/03/GHSA-8cgq-6mh2-7j6v/GHSA-8cgq-6mh2-7j6v.json b/advisories/github-reviewed/2025/03/GHSA-8cgq-6mh2-7j6v/GHSA-8cgq-6mh2-7j6v.json index 74df185f055..cfe4d565450 100644 --- a/advisories/github-reviewed/2025/03/GHSA-8cgq-6mh2-7j6v/GHSA-8cgq-6mh2-7j6v.json +++ b/advisories/github-reviewed/2025/03/GHSA-8cgq-6mh2-7j6v/GHSA-8cgq-6mh2-7j6v.json @@ -1,14 +1,19 @@ { "schema_version": "1.4.0", "id": "GHSA-8cgq-6mh2-7j6v", - "modified": "2025-03-04T15:27:06Z", + "modified": "2025-03-04T19:41:12Z", "published": "2025-03-04T15:27:06Z", "aliases": [ "CVE-2025-27111" ], "summary": "Escape Sequence Injection vulnerability in Rack lead to Possible Log Injection", "details": "## Summary\n\n`Rack::Sendfile` can be exploited by crafting input that includes newline characters to manipulate log entries.\n\n## Details\n\nThe `Rack::Sendfile` middleware logs unsanitized header values from the `X-Sendfile-Type` header. An attacker can exploit this by injecting escape sequences (such as newline characters) into the header, resulting in log injection.\n\n## Impact\n\nThis vulnerability can distort log files, obscure attack traces, and complicate security auditing.\n\n## Mitigation\n\n- Update to the latest version of Rack, or\n- Remove usage of `Rack::Sendfile`.", - "severity": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/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" + } + ], "affected": [ { "package": { @@ -73,6 +78,10 @@ "type": "WEB", "url": "https://github.com/rack/rack/security/advisories/GHSA-8cgq-6mh2-7j6v" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27111" + }, { "type": "WEB", "url": "https://github.com/rack/rack/commit/803aa221e8302719715e224f4476e438f2531a53" @@ -98,6 +107,6 @@ "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-03-04T15:27:06Z", - "nvd_published_at": null + "nvd_published_at": "2025-03-04T16:15:40Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2025/03/GHSA-f3gh-529w-v32x/GHSA-f3gh-529w-v32x.json b/advisories/github-reviewed/2025/03/GHSA-f3gh-529w-v32x/GHSA-f3gh-529w-v32x.json index 720fb22c8e4..f808c58864c 100644 --- a/advisories/github-reviewed/2025/03/GHSA-f3gh-529w-v32x/GHSA-f3gh-529w-v32x.json +++ b/advisories/github-reviewed/2025/03/GHSA-f3gh-529w-v32x/GHSA-f3gh-529w-v32x.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-f3gh-529w-v32x", - "modified": "2025-03-04T16:43:56Z", + "modified": "2025-03-04T19:41:28Z", "published": "2025-03-04T16:43:56Z", "aliases": [ "CVE-2025-27507" @@ -325,6 +325,14 @@ "type": "WEB", "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-f3gh-529w-v32x" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27507" + }, + { + "type": "WEB", + "url": "https://github.com/zitadel/zitadel/commit/d9d8339813f1c43d3eb7d8d80f11fdabb2fd2ee4" + }, { "type": "PACKAGE", "url": "https://github.com/zitadel/zitadel" @@ -368,11 +376,12 @@ ], "database_specific": { "cwe_ids": [ + "CWE-639", "CWE-863" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2025-03-04T16:43:56Z", - "nvd_published_at": null + "nvd_published_at": "2025-03-04T17:15:20Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2025/03/GHSA-fr62-mg2q-7wqv/GHSA-fr62-mg2q-7wqv.json b/advisories/github-reviewed/2025/03/GHSA-fr62-mg2q-7wqv/GHSA-fr62-mg2q-7wqv.json index f5722a4eb68..c3f504cff24 100644 --- a/advisories/github-reviewed/2025/03/GHSA-fr62-mg2q-7wqv/GHSA-fr62-mg2q-7wqv.json +++ b/advisories/github-reviewed/2025/03/GHSA-fr62-mg2q-7wqv/GHSA-fr62-mg2q-7wqv.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-fr62-mg2q-7wqv", - "modified": "2025-03-04T17:23:15Z", + "modified": "2025-03-04T19:41:20Z", "published": "2025-03-04T17:23:15Z", "aliases": [ "CVE-2025-27155" @@ -40,6 +40,10 @@ "type": "WEB", "url": "https://github.com/matrix-org/pinecone/security/advisories/GHSA-fr62-mg2q-7wqv" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27155" + }, { "type": "WEB", "url": "https://github.com/matrix-org/pinecone/commit/218b2801995b174085cb1c8fafe2d3aa661f85bd" @@ -57,6 +61,6 @@ "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-03-04T17:23:15Z", - "nvd_published_at": null + "nvd_published_at": "2025-03-04T17:15:18Z" } } \ No newline at end of file