diff --git a/advisories/github-reviewed/2024/01/GHSA-32r3-57hp-cgfw/GHSA-32r3-57hp-cgfw.json b/advisories/github-reviewed/2024/01/GHSA-32r3-57hp-cgfw/GHSA-32r3-57hp-cgfw.json new file mode 100644 index 00000000000..3cbebbd472b --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-32r3-57hp-cgfw/GHSA-32r3-57hp-cgfw.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-32r3-57hp-cgfw", + "modified": "2024-01-16T16:36:47Z", + "published": "2024-01-13T03:30:17Z", + "aliases": [ + "CVE-2023-46943" + ], + "summary": "EverShop at risk to unauthorized access via weak HMAC secret", + "details": "An issue was discovered in NPM's package @evershop/evershop before version 1.0.0-rc.9. The HMAC secret used for generating tokens is hardcoded as \"secret\". A weak HMAC secret poses a risk because attackers can use the predictable secret to create valid JSON Web Tokens (JWTs), allowing them access to important information and actions within the application.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@evershop/evershop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0-rc.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46943" + }, + { + "type": "WEB", + "url": "https://github.com/evershopcommerce/evershop/commit/96d9ca3e024e0b63c538911e4a914df3d287cc9f" + }, + { + "type": "WEB", + "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-46943/" + }, + { + "type": "PACKAGE", + "url": "https://github.com/evershopcommerce/evershop" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-16T16:36:47Z", + "nvd_published_at": "2024-01-13T02:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/01/GHSA-ggpm-9qfx-mhwg/GHSA-ggpm-9qfx-mhwg.json b/advisories/github-reviewed/2024/01/GHSA-ggpm-9qfx-mhwg/GHSA-ggpm-9qfx-mhwg.json new file mode 100644 index 00000000000..e149ac63339 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-ggpm-9qfx-mhwg/GHSA-ggpm-9qfx-mhwg.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-ggpm-9qfx-mhwg", + "modified": "2024-01-16T16:37:00Z", + "published": "2024-01-13T03:30:17Z", + "aliases": [ + "CVE-2023-46942" + ], + "summary": "EverShop vulnerable to improper authorization in GraphQL endpoints", + "details": "Lack of authentication in NPM's package @evershop/evershop before version 1.0.0-rc.9, allows remote attackers to obtain sensitive information via improper authorization in GraphQL endpoints.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@evershop/evershop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.0-rc.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46942" + }, + { + "type": "WEB", + "url": "https://github.com/evershopcommerce/evershop/commit/6e16f046e0b95efa16431a5ea41c22215273e9dd" + }, + { + "type": "WEB", + "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-46942/" + }, + { + "type": "PACKAGE", + "url": "https://github.com/evershopcommerce/evershop" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-16T16:37:00Z", + "nvd_published_at": "2024-01-13T02:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-32r3-57hp-cgfw/GHSA-32r3-57hp-cgfw.json b/advisories/unreviewed/2024/01/GHSA-32r3-57hp-cgfw/GHSA-32r3-57hp-cgfw.json deleted file mode 100644 index d09bc157a77..00000000000 --- a/advisories/unreviewed/2024/01/GHSA-32r3-57hp-cgfw/GHSA-32r3-57hp-cgfw.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-32r3-57hp-cgfw", - "modified": "2024-01-13T03:30:17Z", - "published": "2024-01-13T03:30:17Z", - "aliases": [ - "CVE-2023-46943" - ], - "details": "An issue was discovered in NPM's package @evershop/evershop before version 1.0.0-rc.8. The HMAC secret used for generating tokens is hardcoded as \"secret\". A weak HMAC secret poses a risk because attackers can use the predictable secret to create valid JSON Web Tokens (JWTs), allowing them access to important information and actions within the application.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46943" - }, - { - "type": "WEB", - "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-46943/" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-01-13T02:15:07Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-ggpm-9qfx-mhwg/GHSA-ggpm-9qfx-mhwg.json b/advisories/unreviewed/2024/01/GHSA-ggpm-9qfx-mhwg/GHSA-ggpm-9qfx-mhwg.json deleted file mode 100644 index e7f44ec6266..00000000000 --- a/advisories/unreviewed/2024/01/GHSA-ggpm-9qfx-mhwg/GHSA-ggpm-9qfx-mhwg.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-ggpm-9qfx-mhwg", - "modified": "2024-01-13T03:30:17Z", - "published": "2024-01-13T03:30:17Z", - "aliases": [ - "CVE-2023-46942" - ], - "details": "Lack of authentication in NPM's package @evershop/evershop before version 1.0.0-rc.8, allows remote attackers to obtain sensitive information via improper authorization in GraphQL endpoints.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46942" - }, - { - "type": "WEB", - "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-46942/" - }, - { - "type": "WEB", - "url": "https://devhub.checkmarx.com/cve-details/Cx00cea2d5-d2c5/" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-01-13T02:15:07Z" - } -} \ No newline at end of file