From 5230fb3eec24e4ec7263ff801e4f7d7546163144 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:43:36 +0000 Subject: [PATCH] Publish Advisories GHSA-p22x-g9px-3945 GHSA-x674-v45j-fwxw --- .../GHSA-p22x-g9px-3945.json | 67 +++++++++++++++++-- .../GHSA-x674-v45j-fwxw.json | 4 +- 2 files changed, 64 insertions(+), 7 deletions(-) diff --git a/advisories/github-reviewed/2022/11/GHSA-p22x-g9px-3945/GHSA-p22x-g9px-3945.json b/advisories/github-reviewed/2022/11/GHSA-p22x-g9px-3945/GHSA-p22x-g9px-3945.json index 023347e1a3a..f12cddc5407 100644 --- a/advisories/github-reviewed/2022/11/GHSA-p22x-g9px-3945/GHSA-p22x-g9px-3945.json +++ b/advisories/github-reviewed/2022/11/GHSA-p22x-g9px-3945/GHSA-p22x-g9px-3945.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-p22x-g9px-3945", - "modified": "2024-03-11T17:35:30Z", + "modified": "2024-04-23T20:42:24Z", "published": "2022-11-01T12:00:30Z", "aliases": [ "CVE-2022-42252" @@ -18,7 +18,7 @@ { "package": { "ecosystem": "Maven", - "name": "org.apache.tomcat:tomcat" + "name": "org.apache.tomcat.embed:tomcat-embed-core" }, "ranges": [ { @@ -37,7 +37,7 @@ { "package": { "ecosystem": "Maven", - "name": "org.apache.tomcat:tomcat" + "name": "org.apache.tomcat.embed:tomcat-embed-core" }, "ranges": [ { @@ -56,7 +56,7 @@ { "package": { "ecosystem": "Maven", - "name": "org.apache.tomcat:tomcat" + "name": "org.apache.tomcat.embed:tomcat-embed-core" }, "ranges": [ { @@ -75,7 +75,64 @@ { "package": { "ecosystem": "Maven", - "name": "org.apache.tomcat:tomcat" + "name": "org.apache.tomcat.embed:tomcat-embed-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.1.0-M1" + }, + { + "fixed": "10.1.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.tomcat:tomcat-coyote" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0-M1" + }, + { + "fixed": "9.0.68" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.tomcat:tomcat-coyote" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0-M1" + }, + { + "fixed": "10.0.27" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.tomcat:tomcat-coyote" }, "ranges": [ { diff --git a/advisories/github-reviewed/2024/04/GHSA-x674-v45j-fwxw/GHSA-x674-v45j-fwxw.json b/advisories/github-reviewed/2024/04/GHSA-x674-v45j-fwxw/GHSA-x674-v45j-fwxw.json index 8cfe1d5baf1..8c8d0985907 100644 --- a/advisories/github-reviewed/2024/04/GHSA-x674-v45j-fwxw/GHSA-x674-v45j-fwxw.json +++ b/advisories/github-reviewed/2024/04/GHSA-x674-v45j-fwxw/GHSA-x674-v45j-fwxw.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-x674-v45j-fwxw", - "modified": "2024-04-17T17:05:22Z", + "modified": "2024-04-23T20:42:11Z", "published": "2024-04-16T21:41:57Z", "aliases": [ "CVE-2024-27086" ], "summary": "MSAL.NET applications targeting Xamarin Android and .NET Android (MAUI) susceptible to local denial of service", - "details": ">[!IMPORTANT]\n>**ONLY** applications targeting Xamarin Android and .NET Android (MAUI) are impacted. All others can safely dismiss this CVE.\n\n### Impact\n\n[MSAL.NET](https://www.nuget.org/packages/Microsoft.Identity.Client/) applications targeting Xamarin Android and .NET Android (e.g., MAUI) using the library from versions `4.48.0` to `4.60.3` (inclusive, except `4.59.1` and `4.60.3`) are impacted by a low severity vulnerability. \n\nA malicious application running on a customer Android device can cause local denial of service against applications that were built using MSAL.NET for authentication on the same device (i.e., prevent the user of the legitimate application from logging in) due to incorrect activity export configuration.\n\n### Patches\n\nMSAL.NET version 4.60.3 includes the fix. We recommend all users of MSAL.NET that are building public client applications for Android update to the latest version.\n\n### Workarounds\n\nWe recommend developers update to the latest version of MSAL.NET. If that is not possible, a developer may explicitly mark the MSAL.NET activity non-exported:\n\n```xml\n\n\n\n\n\n\n\n\n```\n\n### References\n\nRefer to [MSAL.NET documentation](https://learn.microsoft.com/entra/msal/dotnet/) for latest guidance and best practices on configuring client applications using the library.\n", + "details": ">[!IMPORTANT]\n>**ONLY** applications targeting Xamarin Android and .NET Android (MAUI) are impacted. All others can safely dismiss this CVE.\n\n### Impact\n\n[MSAL.NET](https://www.nuget.org/packages/Microsoft.Identity.Client/) applications targeting Xamarin Android and .NET Android (e.g., MAUI) using the library from versions `4.48.0` to `4.60.3` (inclusive, except `4.59.1` and `4.60.3`) are impacted by a low severity vulnerability. \n\nA malicious application running on a customer Android device can (1) inject HTML/JavaScript in an embedded web view exported by affected applications, or (2) cause local denial of service against applications that were built using MSAL.NET for authentication on the same device (i.e., prevent the user of the legitimate application from logging in) due to incorrect activity export configuration.\n\n### Patches\n\nMSAL.NET version 4.60.3 includes the fix. We recommend all users of MSAL.NET that are building public client applications for Android update to the latest version.\n\n### Workarounds\n\nWe recommend developers update to the latest version of MSAL.NET. If that is not possible, a developer may explicitly mark the MSAL.NET activity non-exported:\n\n```xml\n\n\n\n\n\n\n\n\n```\n\n### References\n\nRefer to [MSAL.NET documentation](https://learn.microsoft.com/entra/msal/dotnet/) for latest guidance and best practices on configuring client applications using the library.\n", "severity": [ { "type": "CVSS_V3",