diff --git a/advisories/github-reviewed/2023/11/GHSA-3vmm-7h4j-69rm/GHSA-3vmm-7h4j-69rm.json b/advisories/github-reviewed/2023/11/GHSA-3vmm-7h4j-69rm/GHSA-3vmm-7h4j-69rm.json index 44eb1e2667a..c0812552bfe 100644 --- a/advisories/github-reviewed/2023/11/GHSA-3vmm-7h4j-69rm/GHSA-3vmm-7h4j-69rm.json +++ b/advisories/github-reviewed/2023/11/GHSA-3vmm-7h4j-69rm/GHSA-3vmm-7h4j-69rm.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-3vmm-7h4j-69rm", - "modified": "2023-11-14T18:30:21Z", + "modified": "2023-11-14T21:37:19Z", "published": "2023-11-14T18:30:21Z", "aliases": [ "CVE-2023-47127" @@ -131,6 +131,10 @@ "type": "WEB", "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-3vmm-7h4j-69rm" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47127" + }, { "type": "WEB", "url": "https://github.com/TYPO3/typo3/commit/535dfbdc54fd5362e0bc08d911db44eac7f64019" @@ -146,11 +150,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-294" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-11-14T18:30:21Z", - "nvd_published_at": null + "nvd_published_at": "2023-11-14T20:15:08Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/11/GHSA-c3hf-8vgx-72rh/GHSA-c3hf-8vgx-72rh.json b/advisories/github-reviewed/2023/11/GHSA-c3hf-8vgx-72rh/GHSA-c3hf-8vgx-72rh.json index 959b907abce..40daf5ba5b6 100644 --- a/advisories/github-reviewed/2023/11/GHSA-c3hf-8vgx-72rh/GHSA-c3hf-8vgx-72rh.json +++ b/advisories/github-reviewed/2023/11/GHSA-c3hf-8vgx-72rh/GHSA-c3hf-8vgx-72rh.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-c3hf-8vgx-72rh", - "modified": "2023-11-14T20:39:33Z", + "modified": "2023-11-14T21:37:37Z", "published": "2023-11-14T20:39:33Z", "aliases": [ "CVE-2023-36049" @@ -9,7 +9,10 @@ "summary": "Microsoft Security Advisory CVE-2023-36049: .NET Elevation of Privilege Vulnerability", "details": "# Microsoft Security Advisory CVE-2023-36049: .NET Elevation of Privilege Vulnerability\n\n## Executive summary\n\nMicrosoft is releasing this security advisory to provide information about a vulnerability in .NET 6.0, .NET 7.0 and .NET 8.0 RC2. This advisory also provides guidance on what developers can do to update their applications to address this vulnerability.\n\nAn elevation of privilege vulnerability exists in .NET where untrusted URIs provided to System.Net.WebRequest.Create can be used to inject arbitrary commands to backend FTP servers.\n\n\n## Announcement\n\nAnnouncement for this issue can be found at https://github.com/dotnet/announcements/issues/287\n\n### Mitigation factors\n\nMicrosoft has not identified any mitigating factors for this vulnerability.\n\n## Affected software\n\n* Any .NET 6.0 application running on .NET 6.0.24 or earlier.\n* Any .NET 7.0 application running on .NET 7.0.13 or earlier.\n* Any .NET 8.0 application running on .NET 8.0 RC2.\n\n## Advisory FAQ\n\n### How do I know if I am affected?\n\nIf you have a runtime or SDK with a version listed, or an affected package listed in [affected software](#affected-software), you're exposed to the vulnerability.\n\n### How do I fix the issue?\n\n* To fix the issue please install the latest version of .NET 8.0 or .NET 7.0 or .NET 6.0. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET SDKs.\n* If you are using one of the affected packages, please update to the patched version listed above.\n* If you have .NET 6.0 or greater installed, you can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;\n\n```\n.NET Core SDK (reflecting any global.json):\n\n Version: 6.0.200\n Commit: 8473146e7d\n\nRuntime Environment:\n\n OS Name: Windows\n OS Version: 10.0.18363\n OS Platform: Windows\n RID: win10-x64\n Base Path: C:\\Program Files\\dotnet\\sdk\\6.0.300\\\n\nHost (useful for support):\n\n Version: 6.0.5\n Commit: 8473146e7d\n\n.NET Core SDKs installed:\n\n 6.0.200 [C:\\Program Files\\dotnet\\sdk]\n\n.NET Core runtimes installed:\n\n Microsoft.AspNetCore.App 6.0.5 [C:\\Program Files\\dotnet\\shared\\Microsoft.AspNetCore.App]\n Microsoft.NETCore.App 6.0.5 [C:\\Program Files\\dotnet\\shared\\Microsoft.NETCore.App]\n Microsoft.WindowsDesktop.App 6.0.5 [C:\\Program Files\\dotnet\\shared\\Microsoft.WindowsDesktop.App]\n\nTo install additional .NET Core runtimes or SDKs:\n https://aka.ms/dotnet-download\n```\n\n* If you're using .NET 8.0, you should download and install .NET 8.0.0 Runtime or .NET 8.0.100 SDK (for Visual Studio 2022 v17.8) from https://dotnet.microsoft.com/download/dotnet-core/8.0.\n* If you're using .NET 7.0, you should download and install Runtime 7.0.14 or SDK 7.0.114 (for Visual Studio 2022 v17.4) from https://dotnet.microsoft.com/download/dotnet-core/7.0.\n* If you're using .NET 6.0, you should download and install Runtime 6.0.25 or SDK 6.0.317 (for Visual Studio 2022 v17.2) from https://dotnet.microsoft.com/download/dotnet-core/6.0.\n\n.NET 6.0 and .NET 7.0 updates are also available from Microsoft Update. To access this either type \"Check for updates\" in your Windows search, or open Settings, choose Update & Security and then click Check for Updates.\n\nOnce you have installed the updated runtime or SDK, restart your apps for the update to take effect.\n\nAdditionally, if you've deployed [self-contained applications](https://docs.microsoft.com/dotnet/core/deploying/#self-contained-deployments-scd) targeting any of the impacted versions, these applications are also vulnerable and must be recompiled and redeployed.\n\n## Other Information\n\n### Reporting Security Issues\n\nIf you have found a potential security issue in .NET 8.0 or .NET 7.0 or .NET 6.0, please email details to secure@microsoft.com. Reports may qualify for the Microsoft .NET Core & .NET 5 Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at .\n\n### Support\n\nYou can ask questions about this issue on GitHub in the .NET GitHub organization. The main repos are located at https://github.com/dotnet/runtime and https://github.com/dotnet/aspnet/. The Announcements repo (https://github.com/dotnet/Announcements) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.\n\n### Disclaimer\n\nThe information provided in this advisory is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.\n\n### External Links\n\n[CVE-2023-36049]( https://www.cve.org/CVERecord?id=CVE-2023-36049)\n\n### Revisions\n\nV1.0 (November 14, 2023): Advisory published.\n\n_Version 1.0_\n\n_Last Updated 2023-11-14_", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L" + } ], "affected": [ { @@ -84,6 +87,10 @@ "type": "WEB", "url": "https://github.com/dotnet/runtime/security/advisories/GHSA-c3hf-8vgx-72rh" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-36049" + }, { "type": "WEB", "url": "https://github.com/dotnet/announcements/issues/287" @@ -91,15 +98,19 @@ { "type": "PACKAGE", "url": "https://github.com/dotnet/runtime" + }, + { + "type": "WEB", + "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-36049" } ], "database_specific": { "cwe_ids": [ ], - "severity": "CRITICAL", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-11-14T20:39:33Z", - "nvd_published_at": null + "nvd_published_at": "2023-11-14T21:15:10Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/11/GHSA-mm79-jhqm-9j54/GHSA-mm79-jhqm-9j54.json b/advisories/github-reviewed/2023/11/GHSA-mm79-jhqm-9j54/GHSA-mm79-jhqm-9j54.json index 56d1b29f081..383736ff598 100644 --- a/advisories/github-reviewed/2023/11/GHSA-mm79-jhqm-9j54/GHSA-mm79-jhqm-9j54.json +++ b/advisories/github-reviewed/2023/11/GHSA-mm79-jhqm-9j54/GHSA-mm79-jhqm-9j54.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-mm79-jhqm-9j54", - "modified": "2023-11-14T20:33:27Z", + "modified": "2023-11-14T21:36:59Z", "published": "2023-11-14T20:33:27Z", "aliases": [ "CVE-2023-47125" @@ -65,9 +65,21 @@ "type": "WEB", "url": "https://github.com/TYPO3/html-sanitizer/security/advisories/GHSA-mm79-jhqm-9j54" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47125" + }, + { + "type": "WEB", + "url": "https://github.com/TYPO3/html-sanitizer/commit/b8f90717251d968c49dc77f8c1e5912e2fbe0dff" + }, { "type": "PACKAGE", "url": "https://github.com/TYPO3/html-sanitizer" + }, + { + "type": "WEB", + "url": "https://typo3.org/security/advisory/typo3-core-sa-2023-007" } ], "database_specific": { @@ -77,6 +89,6 @@ "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-11-14T20:33:27Z", - "nvd_published_at": null + "nvd_published_at": "2023-11-14T20:15:07Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/11/GHSA-p2jh-95jg-2w55/GHSA-p2jh-95jg-2w55.json b/advisories/github-reviewed/2023/11/GHSA-p2jh-95jg-2w55/GHSA-p2jh-95jg-2w55.json index 6ac350fec27..bec59714e67 100644 --- a/advisories/github-reviewed/2023/11/GHSA-p2jh-95jg-2w55/GHSA-p2jh-95jg-2w55.json +++ b/advisories/github-reviewed/2023/11/GHSA-p2jh-95jg-2w55/GHSA-p2jh-95jg-2w55.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-p2jh-95jg-2w55", - "modified": "2023-11-14T20:34:26Z", + "modified": "2023-11-14T21:37:14Z", "published": "2023-11-14T20:34:26Z", "aliases": [ "CVE-2023-47126" @@ -40,6 +40,10 @@ "type": "WEB", "url": "https://github.com/TYPO3/typo3/security/advisories/GHSA-p2jh-95jg-2w55" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47126" + }, { "type": "WEB", "url": "https://github.com/TYPO3/typo3/commit/1a735dac01ec7b337ed0d80c738caa8967dea423" @@ -60,6 +64,6 @@ "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2023-11-14T20:34:26Z", - "nvd_published_at": null + "nvd_published_at": "2023-11-14T20:15:08Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/11/GHSA-v9w2-543f-h69m/GHSA-v9w2-543f-h69m.json b/advisories/github-reviewed/2023/11/GHSA-v9w2-543f-h69m/GHSA-v9w2-543f-h69m.json index 7dbcf215d8c..d3a41f3304c 100644 --- a/advisories/github-reviewed/2023/11/GHSA-v9w2-543f-h69m/GHSA-v9w2-543f-h69m.json +++ b/advisories/github-reviewed/2023/11/GHSA-v9w2-543f-h69m/GHSA-v9w2-543f-h69m.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-v9w2-543f-h69m", - "modified": "2023-11-14T20:28:34Z", + "modified": "2023-11-14T21:37:09Z", "published": "2023-11-14T20:28:34Z", "aliases": [ "CVE-2023-46132" @@ -59,6 +59,10 @@ "type": "WEB", "url": "https://github.com/hyperledger/fabric/security/advisories/GHSA-v9w2-543f-h69m" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46132" + }, { "type": "WEB", "url": "https://github.com/hyperledger/fabric/pull/4503" @@ -90,11 +94,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-362" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-11-14T20:28:34Z", - "nvd_published_at": null + "nvd_published_at": "2023-11-14T21:15:11Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/11/GHSA-xx9p-xxvh-7g8j/GHSA-xx9p-xxvh-7g8j.json b/advisories/github-reviewed/2023/11/GHSA-xx9p-xxvh-7g8j/GHSA-xx9p-xxvh-7g8j.json index b5152013108..fddb24cc868 100644 --- a/advisories/github-reviewed/2023/11/GHSA-xx9p-xxvh-7g8j/GHSA-xx9p-xxvh-7g8j.json +++ b/advisories/github-reviewed/2023/11/GHSA-xx9p-xxvh-7g8j/GHSA-xx9p-xxvh-7g8j.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-xx9p-xxvh-7g8j", - "modified": "2023-11-14T20:36:25Z", + "modified": "2023-11-14T21:37:05Z", "published": "2023-11-14T20:36:25Z", "aliases": [ "CVE-2023-47641" @@ -9,7 +9,10 @@ "summary": "Aiohttp has inconsistent interpretation of `Content-Length` vs. `Transfer-Encoding` differing in C and Python fallbacks", "details": "### Impact\n\nAiohttp has a security vulnerability regarding the inconsistent interpretation of the http protocol. As we know that HTTP/1.1 is persistent, if we have both Content-Length(CL) and Transfer-Encoding(TE) it can lead to incorrect interpretation of two entities that parse the HTTP and we can poison other sockets with this incorrect interpretation.\n\nA possible Proof-of-Concept (POC) would be a configuration with a reverse proxy(frontend) that accepts both CL and TE headers and aiohttp as backend. As aiohttp parses anything with chunked, we can pass a chunked123 as TE, the frontend entity will ignore this header and will parse Content-Length. I can give a Dockerfile with the configuration if you want.\n\nThe impact of this vulnerability is that it is possible to bypass any proxy rule, poisoning sockets to other users like passing Authentication Headers, also if it is present an Open Redirect (just like CVE-2021-21330) we can combine it to redirect random users to our website and log the request.\n\n\n### References\n\n- https://github.com/aio-libs/aiohttp/commit/f016f0680e4ace6742b03a70cb0382ce86abe371", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N" + } ], "affected": [ { @@ -37,6 +40,10 @@ "type": "WEB", "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-xx9p-xxvh-7g8j" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47641" + }, { "type": "WEB", "url": "https://github.com/aio-libs/aiohttp/commit/f016f0680e4ace6742b03a70cb0382ce86abe371" @@ -57,6 +64,6 @@ "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2023-11-14T20:36:25Z", - "nvd_published_at": null + "nvd_published_at": "2023-11-14T21:15:13Z" } } \ No newline at end of file