diff --git a/advisories/unreviewed/2024/02/GHSA-mc8m-4r3w-q2hw/GHSA-mc8m-4r3w-q2hw.json b/advisories/github-reviewed/2024/02/GHSA-mc8m-4r3w-q2hw/GHSA-mc8m-4r3w-q2hw.json similarity index 53% rename from advisories/unreviewed/2024/02/GHSA-mc8m-4r3w-q2hw/GHSA-mc8m-4r3w-q2hw.json rename to advisories/github-reviewed/2024/02/GHSA-mc8m-4r3w-q2hw/GHSA-mc8m-4r3w-q2hw.json index 0c0b16cad29..6abc379cd6b 100644 --- a/advisories/unreviewed/2024/02/GHSA-mc8m-4r3w-q2hw/GHSA-mc8m-4r3w-q2hw.json +++ b/advisories/github-reviewed/2024/02/GHSA-mc8m-4r3w-q2hw/GHSA-mc8m-4r3w-q2hw.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-mc8m-4r3w-q2hw", - "modified": "2025-02-12T21:31:47Z", + "modified": "2025-02-12T21:58:35Z", "published": "2024-02-20T06:30:29Z", "aliases": [ "CVE-2022-45320" ], + "summary": "Privilege escalation in Liferay Portal", "details": "Liferay Portal before 7.4.3.16 and Liferay DXP before 7.2 fix pack 19, 7.3 before update 6, and 7.4 before update 16 allow remote authenticated users to become the owner of a wiki page by editing the wiki page.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.liferay.portal:release.portal.bom" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "7.4.3.16" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45320" }, + { + "type": "PACKAGE", + "url": "https://github.com/liferay/liferay-portal" + }, + { + "type": "WEB", + "url": "https://github.com/liferay/liferay-portal/releases/tag/7.4.3.16-ga16" + }, { "type": "WEB", "url": "https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2022-45320" @@ -27,8 +56,8 @@ "database_specific": { "cwe_ids": [], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-02-12T21:58:35Z", "nvd_published_at": "2024-02-20T05:15:07Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json b/advisories/github-reviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json new file mode 100644 index 00000000000..eafe76ea612 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json @@ -0,0 +1,74 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-ph86-g9r3-5qw4", + "modified": "2025-02-12T21:59:29Z", + "published": "2024-02-24T06:30:17Z", + "aliases": [ + "CVE-2024-21502" + ], + "summary": "Uninitialized Variable in fastecdsa", + "details": "Versions of the package fastecdsa before 2.3.2 use an Uninitialized Variable on the stack, via the curvemath_mul function in src/curveMath.c, due to being used and interpreted as user-defined type. Depending on the variable's actual value it could be arbitrary free(), arbitrary realloc(), null pointer dereference and other. Since the stack can be controlled by the attacker, the vulnerability could be used to corrupt allocator structure, leading to possible heap exploitation. The attacker could cause denial of service by exploiting this vulnerability.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "fastecdsa" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.3.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21502" + }, + { + "type": "WEB", + "url": "https://github.com/AntonKueltz/fastecdsa/commit/57fc5689c95d649dab7ef60cc99ac64589f01e36" + }, + { + "type": "WEB", + "url": "https://gist.github.com/keltecc/49da037072276f21b005a8337c15db26" + }, + { + "type": "PACKAGE", + "url": "https://github.com/AntonKueltz/fastecdsa" + }, + { + "type": "WEB", + "url": "https://github.com/AntonKueltz/fastecdsa/blob/v2.3.1/src/curveMath.c%23L210" + }, + { + "type": "WEB", + "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FASTECDSA-6262045" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-457", + "CWE-908" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-02-12T21:59:29Z", + "nvd_published_at": "2024-02-24T05:15:44Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json b/advisories/unreviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json deleted file mode 100644 index d1811b353d6..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-ph86-g9r3-5qw4", - "modified": "2024-02-24T06:30:17Z", - "published": "2024-02-24T06:30:17Z", - "aliases": [ - "CVE-2024-21502" - ], - "details": "Versions of the package fastecdsa before 2.3.2 are vulnerable to Use of Uninitialized Variable on the stack, via the curvemath_mul function in src/curveMath.c, due to being used and interpreted as user-defined type. Depending on the variable's actual value it could be arbitrary free(), arbitrary realloc(), null pointer dereference and other. Since the stack can be controlled by the attacker, the vulnerability could be used to corrupt allocator structure, leading to possible heap exploitation. The attacker could cause denial of service by exploiting this vulnerability.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21502" - }, - { - "type": "WEB", - "url": "https://github.com/AntonKueltz/fastecdsa/commit/57fc5689c95d649dab7ef60cc99ac64589f01e36" - }, - { - "type": "WEB", - "url": "https://gist.github.com/keltecc/49da037072276f21b005a8337c15db26" - }, - { - "type": "WEB", - "url": "https://github.com/AntonKueltz/fastecdsa/blob/v2.3.1/src/curveMath.c%23L210" - }, - { - "type": "WEB", - "url": "https://security.snyk.io/vuln/SNYK-PYTHON-FASTECDSA-6262045" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-457" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-24T05:15:44Z" - } -} \ No newline at end of file