From b49feb41b97647d91b9f1676bfc185fffcaa702d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:55:14 +0000 Subject: [PATCH] Publish Advisories GHSA-h5jh-rp76-q242 GHSA-wg33-5h85-7q5p --- .../GHSA-h5jh-rp76-q242.json | 5 ++-- .../GHSA-wg33-5h85-7q5p.json | 23 ++++++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/advisories/github-reviewed/2025/01/GHSA-h5jh-rp76-q242/GHSA-h5jh-rp76-q242.json b/advisories/github-reviewed/2025/01/GHSA-h5jh-rp76-q242/GHSA-h5jh-rp76-q242.json index 4f8253792a0..c565355f7e7 100644 --- a/advisories/github-reviewed/2025/01/GHSA-h5jh-rp76-q242/GHSA-h5jh-rp76-q242.json +++ b/advisories/github-reviewed/2025/01/GHSA-h5jh-rp76-q242/GHSA-h5jh-rp76-q242.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h5jh-rp76-q242", - "modified": "2025-01-29T19:20:33Z", + "modified": "2025-02-06T19:54:08Z", "published": "2025-01-29T15:31:35Z", "aliases": [ "CVE-2024-57438" @@ -59,7 +59,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-276" + "CWE-276", + "CWE-863" ], "severity": "MODERATE", "github_reviewed": true, diff --git a/advisories/github-reviewed/2025/02/GHSA-wg33-5h85-7q5p/GHSA-wg33-5h85-7q5p.json b/advisories/github-reviewed/2025/02/GHSA-wg33-5h85-7q5p/GHSA-wg33-5h85-7q5p.json index e5d867ed73b..df1eb817872 100644 --- a/advisories/github-reviewed/2025/02/GHSA-wg33-5h85-7q5p/GHSA-wg33-5h85-7q5p.json +++ b/advisories/github-reviewed/2025/02/GHSA-wg33-5h85-7q5p/GHSA-wg33-5h85-7q5p.json @@ -1,14 +1,19 @@ { "schema_version": "1.4.0", "id": "GHSA-wg33-5h85-7q5p", - "modified": "2025-02-06T17:07:41Z", + "modified": "2025-02-06T19:54:56Z", "published": "2025-02-06T17:07:41Z", "aliases": [ "CVE-2025-23217" ], "summary": "Mitmweb API Authentication Bypass Using Proxy Server", "details": "### Impact\nIn mitmweb 11.1.0 and below, a malicious client can use mitmweb's proxy server (bound to `*:8080` by default) to access mitmweb's internal API (bound to `127.0.0.1:8081` by default). In other words, while the client cannot access the API directly (good), they can access the API through the proxy (bad). An attacker may be able to escalate this [SSRF](https://en.wikipedia.org/wiki/Server-side_request_forgery)-style access to remote code execution.\n\nThe mitmproxy and mitmdump tools are unaffected. Only mitmweb is affected. The `block_global` option, which is enabled by default, blocks connections originating from publicly-routable IP addresses in the proxy. The attacker needs to be in the same local network.\n\n### Patches\n\nThe vulnerability has been fixed in mitmproxy 11.1.2 and above.\n\n### Acknowledgements\n\nWe thank Stefan Grönke (@gronke) for reporting this vulnerability as part of a security audit by [Radically Open Security](https://www.radicallyopensecurity.com/). This audit was supported by the [NGI0 Entrust fund](https://nlnet.nl/entrust/) established by [NLnet](https://nlnet.nl/).\n\n### Timeline\n\n- **2025-01-14**: Received initial report. \n- **2025-01-14**: Verified report and confirmed receipt.\n- **2025-01-19**: Shared patch with researcher.\n- **2025-02-04**: Received final confirmation that patch is working.\n- **2025-02-05**: Published patched release and advisory.", - "severity": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], "affected": [ { "package": { @@ -35,10 +40,18 @@ "type": "WEB", "url": "https://github.com/mitmproxy/mitmproxy/security/advisories/GHSA-wg33-5h85-7q5p" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23217" + }, { "type": "WEB", "url": "https://github.com/mitmproxy/mitmproxy/commit/fa89055e196d953f11fd241e36ee37858993486a" }, + { + "type": "WEB", + "url": "https://en.wikipedia.org/wiki/Server-side_request_forgery" + }, { "type": "PACKAGE", "url": "https://github.com/mitmproxy/mitmproxy" @@ -46,6 +59,10 @@ { "type": "WEB", "url": "https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md" + }, + { + "type": "WEB", + "url": "https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md#06-february-2025-mitmproxy-1112" } ], "database_specific": { @@ -56,6 +73,6 @@ "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-02-06T17:07:41Z", - "nvd_published_at": null + "nvd_published_at": "2025-02-06T18:15:32Z" } } \ No newline at end of file