From de65b6458b49e263fae7c5445286e0ba34df8e11 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:31:47 +0000 Subject: [PATCH] Publish Advisories GHSA-2rhr-9v3p-vv9j GHSA-f8xf-hh25-83g3 GHSA-h8r2-vw8v-933p GHSA-j7p2-m4ff-pw4r GHSA-p2gx-4434-pf6g GHSA-x79h-858p-3wf4 --- .../GHSA-2rhr-9v3p-vv9j.json | 38 +++++++++++++++++++ .../GHSA-f8xf-hh25-83g3.json | 38 +++++++++++++++++++ .../GHSA-h8r2-vw8v-933p.json | 38 +++++++++++++++++++ .../GHSA-j7p2-m4ff-pw4r.json | 38 +++++++++++++++++++ .../GHSA-p2gx-4434-pf6g.json | 35 +++++++++++++++++ .../GHSA-x79h-858p-3wf4.json | 38 +++++++++++++++++++ 6 files changed, 225 insertions(+) create mode 100644 advisories/unreviewed/2024/03/GHSA-2rhr-9v3p-vv9j/GHSA-2rhr-9v3p-vv9j.json create mode 100644 advisories/unreviewed/2024/03/GHSA-f8xf-hh25-83g3/GHSA-f8xf-hh25-83g3.json create mode 100644 advisories/unreviewed/2024/03/GHSA-h8r2-vw8v-933p/GHSA-h8r2-vw8v-933p.json create mode 100644 advisories/unreviewed/2024/03/GHSA-j7p2-m4ff-pw4r/GHSA-j7p2-m4ff-pw4r.json create mode 100644 advisories/unreviewed/2024/03/GHSA-p2gx-4434-pf6g/GHSA-p2gx-4434-pf6g.json create mode 100644 advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json diff --git a/advisories/unreviewed/2024/03/GHSA-2rhr-9v3p-vv9j/GHSA-2rhr-9v3p-vv9j.json b/advisories/unreviewed/2024/03/GHSA-2rhr-9v3p-vv9j/GHSA-2rhr-9v3p-vv9j.json new file mode 100644 index 00000000000..539473efadf --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-2rhr-9v3p-vv9j/GHSA-2rhr-9v3p-vv9j.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2rhr-9v3p-vv9j", + "modified": "2024-03-06T12:30:28Z", + "published": "2024-03-06T12:30:28Z", + "aliases": [ + "CVE-2024-25102" + ], + "details": "This vulnerability exists in AppSamvid software due to the usage of a weaker cryptographic algorithm (hash) SHA1 in user login component. An attacker with local administrative privileges could exploit this to obtain the password of AppSamvid on the targeted system.\n\nSuccessful exploitation of this vulnerability could allow the attacker to take complete control of the application on the targeted system.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25102" + }, + { + "type": "WEB", + "url": "https://www.cert-in.org.in/s2cMainServlet?pageid=PUBVLNOTES01&VLCODE=CIVN-2024-0081" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-326" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-06T12:15:45Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-f8xf-hh25-83g3/GHSA-f8xf-hh25-83g3.json b/advisories/unreviewed/2024/03/GHSA-f8xf-hh25-83g3/GHSA-f8xf-hh25-83g3.json new file mode 100644 index 00000000000..2e6e587b5d0 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-f8xf-hh25-83g3/GHSA-f8xf-hh25-83g3.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-f8xf-hh25-83g3", + "modified": "2024-03-06T12:30:29Z", + "published": "2024-03-06T12:30:29Z", + "aliases": [ + "CVE-2024-25103" + ], + "details": "This vulnerability exists in AppSamvid software due to the usage of vulnerable and outdated components. An attacker with local administrative privileges could exploit this by placing malicious DLLs on the targeted system.\n\nSuccessful exploitation of this vulnerability could allow the attacker to execute arbitrary code on the targeted system.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25103" + }, + { + "type": "WEB", + "url": "https://www.cert-in.org.in/s2cMainServlet?pageid=PUBVLNOTES01&VLCODE=CIVN-2024-0081" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-426" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-06T12:15:45Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-h8r2-vw8v-933p/GHSA-h8r2-vw8v-933p.json b/advisories/unreviewed/2024/03/GHSA-h8r2-vw8v-933p/GHSA-h8r2-vw8v-933p.json new file mode 100644 index 00000000000..56b587e6df1 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-h8r2-vw8v-933p/GHSA-h8r2-vw8v-933p.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h8r2-vw8v-933p", + "modified": "2024-03-06T12:30:28Z", + "published": "2024-03-06T12:30:28Z", + "aliases": [ + "CVE-2024-2211" + ], + "details": "Cross-Site Scripting stored vulnerability in Gophish affecting version 0.12.1. This vulnerability could allow an attacker to store a malicious JavaScript payload in the campaign menu and trigger the payload when the campaign is removed from the menu.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2211" + }, + { + "type": "WEB", + "url": "https://www.incibe.es/en/incibe-cert/notices/aviso/cross-site-scripting-vulnerability-gophish-admin-panel" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-06T11:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-j7p2-m4ff-pw4r/GHSA-j7p2-m4ff-pw4r.json b/advisories/unreviewed/2024/03/GHSA-j7p2-m4ff-pw4r/GHSA-j7p2-m4ff-pw4r.json new file mode 100644 index 00000000000..de3c6fd0e84 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-j7p2-m4ff-pw4r/GHSA-j7p2-m4ff-pw4r.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j7p2-m4ff-pw4r", + "modified": "2024-03-06T12:30:29Z", + "published": "2024-03-06T12:30:29Z", + "aliases": [ + "CVE-2024-2005" + ], + "details": "\n\n\nIn Blue PlanetĀ® products through 22.12, a misconfiguration in the SAML implementation allows for privilege escalation. Only products using SAML authentication are affected.\n\nBlue PlanetĀ® has released software updates that address this vulnerability for the affected products. Customers are advised to upgrade their Blue Planet products to the latest software version as soon as possible. The software updates can be downloaded from the Ciena Support Portal.\n\n\n\n\n\n\n\n\n\n\n\n\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2005" + }, + { + "type": "WEB", + "url": "https://www.ciena.com/product-security" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-269" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-06T12:15:45Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-p2gx-4434-pf6g/GHSA-p2gx-4434-pf6g.json b/advisories/unreviewed/2024/03/GHSA-p2gx-4434-pf6g/GHSA-p2gx-4434-pf6g.json new file mode 100644 index 00000000000..36d38ec2643 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-p2gx-4434-pf6g/GHSA-p2gx-4434-pf6g.json @@ -0,0 +1,35 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p2gx-4434-pf6g", + "modified": "2024-03-06T12:30:29Z", + "published": "2024-03-06T12:30:29Z", + "aliases": [ + "CVE-2024-26580" + ], + "details": "Deserialization of Untrusted Data vulnerability in Apache InLong.This issue affects Apache InLong: from 1.8.0 through 1.10.0, the attackers can \n\nuse the specific payload to read from an arbitrary file. Users are advised to upgrade to Apache InLong's 1.11.0 or cherry-pick [1] to solve it.\n\n[1] https://github.com/apache/inlong/pull/9673 \n\n", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26580" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/xvomf66l58x4dmoyzojflvx52gkzcdmk" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-06T12:15:45Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json b/advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json new file mode 100644 index 00000000000..f6e474c069d --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-x79h-858p-3wf4/GHSA-x79h-858p-3wf4.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x79h-858p-3wf4", + "modified": "2024-03-06T12:30:28Z", + "published": "2024-03-06T12:30:28Z", + "aliases": [ + "CVE-2024-1224" + ], + "details": "This vulnerability exists in USB Pratirodh due to the usage of a weaker cryptographic algorithm (hash) SHA1 in user login component. A local attacker with administrative privileges could exploit this vulnerability to obtain the password of USB Pratirodh on the targeted system.\n\nSuccessful exploitation of this vulnerability could allow the attacker to take control of the application and modify the access control of registered users or devices on the targeted system.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1224" + }, + { + "type": "WEB", + "url": "https://www.cert-in.org.in/s2cMainServlet?pageid=PUBVLNOTES01&VLCODE=CIVN-2024-0080" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-326" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-06T12:15:45Z" + } +} \ No newline at end of file