From 98919043fccae43d5dbe51bd1208aa8c7862ab7e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:20:27 +0000 Subject: [PATCH] Publish GHSA-mgr7-5782-6jh9 --- .../GHSA-mgr7-5782-6jh9.json | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 advisories/github-reviewed/2025/01/GHSA-mgr7-5782-6jh9/GHSA-mgr7-5782-6jh9.json diff --git a/advisories/github-reviewed/2025/01/GHSA-mgr7-5782-6jh9/GHSA-mgr7-5782-6jh9.json b/advisories/github-reviewed/2025/01/GHSA-mgr7-5782-6jh9/GHSA-mgr7-5782-6jh9.json new file mode 100644 index 00000000000..8595436c809 --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-mgr7-5782-6jh9/GHSA-mgr7-5782-6jh9.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mgr7-5782-6jh9", + "modified": "2025-01-13T16:18:39Z", + "published": "2025-01-13T16:18:39Z", + "aliases": [], + "summary": "The Umbraco Heartcore headless client library uses a vulnerable Refit dependency package", + "details": "### Impact\nThe Heartcore headless client library depends on [Refit ](https://github.com/reactiveui/refit) to assist in making HTTP requests to Heartcore public APIs. Refit recently published an advisory regarding a CRLF injection vulnerability whereby it is possible for a malicious user to smuggle additional headers or potentially body content into a request.\n\nThis shouldn't affect Heartcore client library usage as the vulnerable method - `HttpHeaders.TryAddWithoutValidation` - is not used. However, since Refit is a transient dependency for applications using this library, then any users making direct use of Refit could be vulnerable.\n\n### Patches\nThe vulnerable version of Refit has been upgraded to a secure version, as of Umbraco.Headless.Client.Net version 1.5.0, available on [Nuget](https://www.nuget.org/packages/Umbraco.Headless.Client.Net/1.5.0).\n\n### Workarounds\nIf calling Refit from your own code, set any necessary HTTP headers without use of `HttpHeaders.TryAddWithoutValidation`.\n\n### References\nSee the [original Refit advisory](https://github.com/reactiveui/refit/security/advisories/GHSA-3hxg-fxwm-8gf7) for further info.\n", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Headless.Client.Net" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.5.0" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1.4.1" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/reactiveui/refit/security/advisories/GHSA-3hxg-fxwm-8gf7" + }, + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco.Headless.Client.Net/security/advisories/GHSA-mgr7-5782-6jh9" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-51501" + }, + { + "type": "PACKAGE", + "url": "https://github.com/umbraco/Umbraco.Headless.Client.Net" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1395", + "CWE-93" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-01-13T16:18:39Z", + "nvd_published_at": null + } +} \ No newline at end of file