diff --git a/advisories/github-reviewed/2023/12/GHSA-6x49-w35h-wqrj/GHSA-6x49-w35h-wqrj.json b/advisories/github-reviewed/2023/12/GHSA-6x49-w35h-wqrj/GHSA-6x49-w35h-wqrj.json new file mode 100644 index 00000000000..ee7f84fc5a6 --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-6x49-w35h-wqrj/GHSA-6x49-w35h-wqrj.json @@ -0,0 +1,81 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6x49-w35h-wqrj", + "modified": "2023-12-15T23:20:28Z", + "published": "2023-12-15T09:30:17Z", + "aliases": [ + "CVE-2023-29234" + ], + "summary": "Bypass serialize checks in Apache Dubbo", + "details": "A deserialization vulnerability existed when decode a malicious package.This issue affects Apache Dubbo: from 3.1.0 through 3.1.10, from 3.2.0 through 3.2.4.\n\nUsers are recommended to upgrade to the latest version, which fixes the issue.\n\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.dubbo:dubbo" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.1.0" + }, + { + "fixed": "3.1.11" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.dubbo:dubbo" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.2.0" + }, + { + "fixed": "3.2.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29234" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/dubbo" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/wb2df2whkdnbgp54nnqn0m94rllx8f77" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/12/15/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-12-15T23:20:28Z", + "nvd_published_at": "2023-12-15T09:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-jqpc-rc7g-vf83/GHSA-jqpc-rc7g-vf83.json b/advisories/github-reviewed/2023/12/GHSA-jqpc-rc7g-vf83/GHSA-jqpc-rc7g-vf83.json new file mode 100644 index 00000000000..e6cdd3b5517 --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-jqpc-rc7g-vf83/GHSA-jqpc-rc7g-vf83.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jqpc-rc7g-vf83", + "modified": "2023-12-15T23:19:28Z", + "published": "2023-12-15T23:19:28Z", + "aliases": [ + "CVE-2023-50715" + ], + "summary": "User accounts disclosed to unauthenticated actors on the LAN", + "details": "### Summary\n\nThe login page discloses all active user accounts to any unauthenticated browsing request originating on the Local Area Network.\n\n### Details\n\nStarting the [Home Assistant 2023.12 release](https://www.home-assistant.io/blog/2023/12/06/release-202312/), the login page returns all currently active user accounts to browsing requests from the Local Area Network. Tests showed that this occurs when:\n\n- The request is not authenticated and\n- The request originated locally, meaning on the Home Assistant host local subnet or any other private subnet (`10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, fd00::/8, ::ffff:10.0.0.0/104, ::ffff:172.16.0.0/108, ::ffff:192.168.0.0/112`)\n\nThe rationale behind this is to make the login more user-friendly (see [release blog post](https://www.home-assistant.io/blog/2023/12/06/release-202312/)) and an experience better aligned with other applications that have multiple user-profiles.\n\nHowever, as a result, all accounts are displayed regardless of them having logged in or not and for any device that navigates to the server. This disclosure is mitigated by the fact that it only occurs for requests originating from a LAN address. But note that this applies to the local subnet where Home Assistant resides and to any private subnet that can reach it.\n\n### PoC\n\n1. Place a Home Assistant instance on a private subnet, i.e., 192.168.1.0/24.\n2. Create a few users, let's say, three.\n3. From any (or another) private subnet on the LAN, like 192.168.2.0/24, open an incognito browser window (to ensure that the browser has no cookies from Home Assistant and therefore is demonstrably unauthenticated) and navigate to the Home Assistant URL.\n4. The login page will display all three users, including their profile photo.\n\n### Impact\n\nThe following CVSS string could be shaped to describe the overall impact of this issue:\nAV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n\nAs seen, the Exploitability metrics are high, and the Impact metrics are low. This is fitting because the problem does not constitute a critical one, but at the same time, it is trivial to exploit. Still, since the mitigation can be so easily implemented in code to eliminate a typical case of information disclosure, it would certainly be worth pursuing.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "homeassistant" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2023.12.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/home-assistant/core/security/advisories/GHSA-jqpc-rc7g-vf83" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50715" + }, + { + "type": "WEB", + "url": "https://github.com/home-assistant/core/commit/dbfc5ea8f96bde6cd165892f5a6a6f9a65731c76" + }, + { + "type": "PACKAGE", + "url": "https://github.com/home-assistant/core" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-12-15T23:19:28Z", + "nvd_published_at": "2023-12-15T03:15:45Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-qjfx-fvx7-3wvw/GHSA-qjfx-fvx7-3wvw.json b/advisories/github-reviewed/2023/12/GHSA-qjfx-fvx7-3wvw/GHSA-qjfx-fvx7-3wvw.json new file mode 100644 index 00000000000..39a027e251b --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-qjfx-fvx7-3wvw/GHSA-qjfx-fvx7-3wvw.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qjfx-fvx7-3wvw", + "modified": "2023-12-15T23:19:56Z", + "published": "2023-12-15T03:30:18Z", + "aliases": [ + "CVE-2023-6832" + ], + "summary": "Business Logic Errors in microweber/microweber", + "details": "A vulnerability has been identified in microweber where users can purchase items with a coupon code. If the admin disables the use of the coupon code functionality, but the user sends requests to the API that handles the coupon code, the user can exploit the vulnerability and obtain items at a lower price.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "microweber/microweber" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6832" + }, + { + "type": "WEB", + "url": "https://github.com/microweber/microweber/commit/890e9838aabbc799ebefcf6b20ba25e0fd6dbfee" + }, + { + "type": "PACKAGE", + "url": "https://github.com/microweber/microweber" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/53105a20-f4b1-45ad-a734-0349de6d7376" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-12-15T23:19:56Z", + "nvd_published_at": "2023-12-15T01:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-6x49-w35h-wqrj/GHSA-6x49-w35h-wqrj.json b/advisories/unreviewed/2023/12/GHSA-6x49-w35h-wqrj/GHSA-6x49-w35h-wqrj.json deleted file mode 100644 index 435e2cd6645..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-6x49-w35h-wqrj/GHSA-6x49-w35h-wqrj.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-6x49-w35h-wqrj", - "modified": "2023-12-15T09:30:17Z", - "published": "2023-12-15T09:30:17Z", - "aliases": [ - "CVE-2023-29234" - ], - "details": "A deserialization vulnerability existed when decode a malicious package.This issue affects Apache Dubbo: from 3.1.0 through 3.1.10, from 3.2.0 through 3.2.4.\n\nUsers are recommended to upgrade to the latest version, which fixes the issue.\n\n", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29234" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/wb2df2whkdnbgp54nnqn0m94rllx8f77" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/12/15/2" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-502" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-15T09:15:07Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-qjfx-fvx7-3wvw/GHSA-qjfx-fvx7-3wvw.json b/advisories/unreviewed/2023/12/GHSA-qjfx-fvx7-3wvw/GHSA-qjfx-fvx7-3wvw.json deleted file mode 100644 index e27a17beb37..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-qjfx-fvx7-3wvw/GHSA-qjfx-fvx7-3wvw.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-qjfx-fvx7-3wvw", - "modified": "2023-12-15T03:30:18Z", - "published": "2023-12-15T03:30:18Z", - "aliases": [ - "CVE-2023-6832" - ], - "details": "Business Logic Errors in GitHub repository microweber/microweber prior to 2.0.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:L" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6832" - }, - { - "type": "WEB", - "url": "https://github.com/microweber/microweber/commit/890e9838aabbc799ebefcf6b20ba25e0fd6dbfee" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/53105a20-f4b1-45ad-a734-0349de6d7376" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-15T01:15:08Z" - } -} \ No newline at end of file