From 822d1df2175688eda4fae62aded49e43692b3ef2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:32:26 +0000 Subject: [PATCH] Publish Advisories GHSA-2h9q-5qx9-w5fm GHSA-5g42-7p6q-pmq3 GHSA-f62c-6722-rv46 GHSA-xj2g-cv86-vc2c GHSA-xmvf-wm3q-gh2f --- .../GHSA-2h9q-5qx9-w5fm.json | 47 +++++++++++++++++++ .../GHSA-5g42-7p6q-pmq3.json | 42 +++++++++++++++++ .../GHSA-f62c-6722-rv46.json | 47 +++++++++++++++++++ .../GHSA-xj2g-cv86-vc2c.json | 38 +++++++++++++++ .../GHSA-xmvf-wm3q-gh2f.json | 47 +++++++++++++++++++ 5 files changed, 221 insertions(+) create mode 100644 advisories/unreviewed/2024/06/GHSA-2h9q-5qx9-w5fm/GHSA-2h9q-5qx9-w5fm.json create mode 100644 advisories/unreviewed/2024/06/GHSA-5g42-7p6q-pmq3/GHSA-5g42-7p6q-pmq3.json create mode 100644 advisories/unreviewed/2024/06/GHSA-f62c-6722-rv46/GHSA-f62c-6722-rv46.json create mode 100644 advisories/unreviewed/2024/06/GHSA-xj2g-cv86-vc2c/GHSA-xj2g-cv86-vc2c.json create mode 100644 advisories/unreviewed/2024/06/GHSA-xmvf-wm3q-gh2f/GHSA-xmvf-wm3q-gh2f.json diff --git a/advisories/unreviewed/2024/06/GHSA-2h9q-5qx9-w5fm/GHSA-2h9q-5qx9-w5fm.json b/advisories/unreviewed/2024/06/GHSA-2h9q-5qx9-w5fm/GHSA-2h9q-5qx9-w5fm.json new file mode 100644 index 00000000000..08e51d710bd --- /dev/null +++ b/advisories/unreviewed/2024/06/GHSA-2h9q-5qx9-w5fm/GHSA-2h9q-5qx9-w5fm.json @@ -0,0 +1,47 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2h9q-5qx9-w5fm", + "modified": "2024-06-17T09:31:02Z", + "published": "2024-06-17T09:31:02Z", + "aliases": [ + "CVE-2024-36289" + ], + "details": "Reusing a nonce, key pair in encryption issue exists in \"FreeFrom - the nostr client\" App versions prior to 1.3.5 for Android and iOS. If this vulnerability is exploited, the content of direct messages (DMs) between users may be manipulated by a man-in-the-middle attack.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36289" + }, + { + "type": "WEB", + "url": "https://apps.apple.com/us/app/freefrom-the-nostr-client/id6446819930" + }, + { + "type": "WEB", + "url": "https://freefrom.space" + }, + { + "type": "WEB", + "url": "https://jvn.jp/en/jp/JVN55045256" + }, + { + "type": "WEB", + "url": "https://play.google.com/store/apps/details?id=com.freefrom" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-06-17T08:15:49Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-5g42-7p6q-pmq3/GHSA-5g42-7p6q-pmq3.json b/advisories/unreviewed/2024/06/GHSA-5g42-7p6q-pmq3/GHSA-5g42-7p6q-pmq3.json new file mode 100644 index 00000000000..b0845ed40a7 --- /dev/null +++ b/advisories/unreviewed/2024/06/GHSA-5g42-7p6q-pmq3/GHSA-5g42-7p6q-pmq3.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5g42-7p6q-pmq3", + "modified": "2024-06-17T09:31:02Z", + "published": "2024-06-17T09:31:02Z", + "aliases": [ + "CVE-2024-6048" + ], + "details": "Openfind's MailGates and MailAudit fail to properly filter user input when analyzing email attachments. An unauthenticated remote attacker can exploit this vulnerability to inject system commands and execute them on the remote server.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6048" + }, + { + "type": "WEB", + "url": "https://www.twcert.org.tw/en/cp-139-7886-20b61-2.html" + }, + { + "type": "WEB", + "url": "https://www.twcert.org.tw/tw/cp-132-7885-a8013-1.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-78" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-06-17T08:15:49Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-f62c-6722-rv46/GHSA-f62c-6722-rv46.json b/advisories/unreviewed/2024/06/GHSA-f62c-6722-rv46/GHSA-f62c-6722-rv46.json new file mode 100644 index 00000000000..75953dd26bf --- /dev/null +++ b/advisories/unreviewed/2024/06/GHSA-f62c-6722-rv46/GHSA-f62c-6722-rv46.json @@ -0,0 +1,47 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-f62c-6722-rv46", + "modified": "2024-06-17T09:31:02Z", + "published": "2024-06-17T09:31:02Z", + "aliases": [ + "CVE-2024-36279" + ], + "details": "Reliance on obfuscation or encryption of security-relevant inputs without integrity checking issue exists in \"FreeFrom - the nostr client\" App versions prior to 1.3.5 for Android and iOS. If this vulnerability is exploited, the content of direct messages (DMs) between users may be manipulated by a man-in-the-middle attack.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36279" + }, + { + "type": "WEB", + "url": "https://apps.apple.com/us/app/freefrom-the-nostr-client/id6446819930" + }, + { + "type": "WEB", + "url": "https://freefrom.space" + }, + { + "type": "WEB", + "url": "https://jvn.jp/en/jp/JVN55045256" + }, + { + "type": "WEB", + "url": "https://play.google.com/store/apps/details?id=com.freefrom" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-06-17T08:15:48Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-xj2g-cv86-vc2c/GHSA-xj2g-cv86-vc2c.json b/advisories/unreviewed/2024/06/GHSA-xj2g-cv86-vc2c/GHSA-xj2g-cv86-vc2c.json new file mode 100644 index 00000000000..3d0dcaca544 --- /dev/null +++ b/advisories/unreviewed/2024/06/GHSA-xj2g-cv86-vc2c/GHSA-xj2g-cv86-vc2c.json @@ -0,0 +1,38 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xj2g-cv86-vc2c", + "modified": "2024-06-17T09:31:02Z", + "published": "2024-06-17T09:31:02Z", + "aliases": [ + "CVE-2024-5650" + ], + "details": "DLL Hijacking vulnerability has been found in CENTUM CAMS Log server provided by Yokogawa Electric Corporation. If an attacker is somehow able to intrude into a computer that installed affected product or access to a shared folder, by replacing the DLL file with a tampered one, it is possible to execute arbitrary programs with the authority of the SYSTEM account.\n\nThe affected products and versions are as follows:\nCENTUM CS 3000 R3.08.10 to R3.09.50\nCENTUM VP R4.01.00 to R4.03.00, R5.01.00 to R5.04.20, R6.01.00 to R6.11.10.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5650" + }, + { + "type": "WEB", + "url": "https://web-material3.yokogawa.com/1/36044/files/YSAR-24-0002-E.pdf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-06-17T07:15:41Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-xmvf-wm3q-gh2f/GHSA-xmvf-wm3q-gh2f.json b/advisories/unreviewed/2024/06/GHSA-xmvf-wm3q-gh2f/GHSA-xmvf-wm3q-gh2f.json new file mode 100644 index 00000000000..05d0355b802 --- /dev/null +++ b/advisories/unreviewed/2024/06/GHSA-xmvf-wm3q-gh2f/GHSA-xmvf-wm3q-gh2f.json @@ -0,0 +1,47 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xmvf-wm3q-gh2f", + "modified": "2024-06-17T09:31:02Z", + "published": "2024-06-17T09:31:02Z", + "aliases": [ + "CVE-2024-36277" + ], + "details": "Improper verification of cryptographic signature issue exists in \"FreeFrom - the nostr client\" App versions prior to 1.3.5 for Android and iOS. The affected app cannot detect event data with invalid signatures.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36277" + }, + { + "type": "WEB", + "url": "https://apps.apple.com/us/app/freefrom-the-nostr-client/id6446819930" + }, + { + "type": "WEB", + "url": "https://freefrom.space" + }, + { + "type": "WEB", + "url": "https://jvn.jp/en/jp/JVN55045256" + }, + { + "type": "WEB", + "url": "https://play.google.com/store/apps/details?id=com.freefrom" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-06-17T08:15:48Z" + } +} \ No newline at end of file