From cc906a4ff52fecf0de1ad6acdfaafbd74fc4d6c9 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:31:37 +0000 Subject: [PATCH] Publish Advisories GHSA-5c26-p6wq-x24p GHSA-ph86-g9r3-5qw4 GHSA-rm97-x556-q36h --- .../GHSA-5c26-p6wq-x24p.json | 42 +++++++++++++++ .../GHSA-ph86-g9r3-5qw4.json | 50 +++++++++++++++++ .../GHSA-rm97-x556-q36h.json | 54 +++++++++++++++++++ 3 files changed, 146 insertions(+) create mode 100644 advisories/unreviewed/2024/02/GHSA-5c26-p6wq-x24p/GHSA-5c26-p6wq-x24p.json create mode 100644 advisories/unreviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json create mode 100644 advisories/unreviewed/2024/02/GHSA-rm97-x556-q36h/GHSA-rm97-x556-q36h.json diff --git a/advisories/unreviewed/2024/02/GHSA-5c26-p6wq-x24p/GHSA-5c26-p6wq-x24p.json b/advisories/unreviewed/2024/02/GHSA-5c26-p6wq-x24p/GHSA-5c26-p6wq-x24p.json new file mode 100644 index 00000000000..e35e3f35651 --- /dev/null +++ b/advisories/unreviewed/2024/02/GHSA-5c26-p6wq-x24p/GHSA-5c26-p6wq-x24p.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5c26-p6wq-x24p", + "modified": "2024-02-24T06:30:17Z", + "published": "2024-02-24T06:30:17Z", + "aliases": [ + "CVE-2024-1810" + ], + "details": "The Archivist – Custom Archive Templates plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘shortcode_attributes' parameter in all versions up to, and including, 1.7.5 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1810" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3040242%40archivist-custom-archive-templates&new=3040242%40archivist-custom-archive-templates&sfp_email=&sfph_mail=" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/0e230f9f-5eda-4362-973b-ada9cf425697?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-02-24T05:15:43Z" + } +} \ 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 new file mode 100644 index 00000000000..c3dd461440e --- /dev/null +++ b/advisories/unreviewed/2024/02/GHSA-ph86-g9r3-5qw4/GHSA-ph86-g9r3-5qw4.json @@ -0,0 +1,50 @@ +{ + "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 diff --git a/advisories/unreviewed/2024/02/GHSA-rm97-x556-q36h/GHSA-rm97-x556-q36h.json b/advisories/unreviewed/2024/02/GHSA-rm97-x556-q36h/GHSA-rm97-x556-q36h.json new file mode 100644 index 00000000000..ec41a7abd1e --- /dev/null +++ b/advisories/unreviewed/2024/02/GHSA-rm97-x556-q36h/GHSA-rm97-x556-q36h.json @@ -0,0 +1,54 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rm97-x556-q36h", + "modified": "2024-02-24T06:30:17Z", + "published": "2024-02-24T06:30:17Z", + "aliases": [ + "CVE-2024-21501" + ], + "details": "Versions of the package sanitize-html before 2.12.1 are vulnerable to Information Exposure when used on the backend and with the style attribute allowed, allowing enumeration of files in the system (including project dependencies). An attacker could exploit this vulnerability to gather details about the file system structure and dependencies of the targeted server.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21501" + }, + { + "type": "WEB", + "url": "https://github.com/apostrophecms/sanitize-html/pull/650" + }, + { + "type": "WEB", + "url": "https://github.com/apostrophecms/sanitize-html/commit/c5dbdf77fe8b836d3bf4554ea39edb45281ec0b4" + }, + { + "type": "WEB", + "url": "https://gist.github.com/Slonser/8b4d061abe6ee1b2e10c7242987674cf" + }, + { + "type": "WEB", + "url": "https://github.com/apostrophecms/apostrophe/discussions/4436" + }, + { + "type": "WEB", + "url": "https://security.snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-02-24T05:15:44Z" + } +} \ No newline at end of file