From 998ca1005e9a565f6941a6f3f339ee22f3e10e54 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:32:00 +0000 Subject: [PATCH] Publish Advisories GHSA-8hxv-6g4p-2w59 GHSA-fvjr-4pf9-7pjq GHSA-fx5x-5qpw-c2p3 GHSA-gpvf-6hpf-4f9h --- .../GHSA-8hxv-6g4p-2w59.json | 35 ++++++++++++++++ .../GHSA-fvjr-4pf9-7pjq.json | 42 +++++++++++++++++++ .../GHSA-fx5x-5qpw-c2p3.json | 35 ++++++++++++++++ .../GHSA-gpvf-6hpf-4f9h.json | 39 +++++++++++++++++ 4 files changed, 151 insertions(+) create mode 100644 advisories/unreviewed/2024/09/GHSA-8hxv-6g4p-2w59/GHSA-8hxv-6g4p-2w59.json create mode 100644 advisories/unreviewed/2024/09/GHSA-fvjr-4pf9-7pjq/GHSA-fvjr-4pf9-7pjq.json create mode 100644 advisories/unreviewed/2024/09/GHSA-fx5x-5qpw-c2p3/GHSA-fx5x-5qpw-c2p3.json create mode 100644 advisories/unreviewed/2024/09/GHSA-gpvf-6hpf-4f9h/GHSA-gpvf-6hpf-4f9h.json diff --git a/advisories/unreviewed/2024/09/GHSA-8hxv-6g4p-2w59/GHSA-8hxv-6g4p-2w59.json b/advisories/unreviewed/2024/09/GHSA-8hxv-6g4p-2w59/GHSA-8hxv-6g4p-2w59.json new file mode 100644 index 00000000000..cf75d49af18 --- /dev/null +++ b/advisories/unreviewed/2024/09/GHSA-8hxv-6g4p-2w59/GHSA-8hxv-6g4p-2w59.json @@ -0,0 +1,35 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8hxv-6g4p-2w59", + "modified": "2024-09-02T21:30:30Z", + "published": "2024-09-02T21:30:30Z", + "aliases": [ + "CVE-2024-45622" + ], + "details": "ASIS (aka Aplikasi Sistem Sekolah using CodeIgniter 3) 3.0.0 through 3.2.0 allows index.php username SQL injection for Authentication Bypass.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45622" + }, + { + "type": "WEB", + "url": "https://github.com/atoz-chevara/cve/blob/main/2024/ASIS_AplikasiSistemSekolah_Using_CodeIgniter3-SQL_Injection_Authentication_Bypass.md" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-09-02T19:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-fvjr-4pf9-7pjq/GHSA-fvjr-4pf9-7pjq.json b/advisories/unreviewed/2024/09/GHSA-fvjr-4pf9-7pjq/GHSA-fvjr-4pf9-7pjq.json new file mode 100644 index 00000000000..0bf9dc0dd26 --- /dev/null +++ b/advisories/unreviewed/2024/09/GHSA-fvjr-4pf9-7pjq/GHSA-fvjr-4pf9-7pjq.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fvjr-4pf9-7pjq", + "modified": "2024-09-02T21:30:30Z", + "published": "2024-09-02T21:30:30Z", + "aliases": [ + "CVE-2024-1621" + ], + "details": "The registration process of uniFLOW Online (NT-ware product) apps, prior to and including version 2024.1.0, can be compromised when email login is enabled on the tenant. Those tenants utilising email login in combination with Microsoft Safe Links or similar are impacted. This vulnerability may allow the attacker to register themselves against a genuine user in the system and allow malicious users with similar access and capabilities via the app to the existing genuine user.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1621" + }, + { + "type": "WEB", + "url": "https://ntware.atlassian.net/wiki/spaces/SA/pages/12113215492/2024+Security+Advisory+Device+registration+susceptible+to+compromise" + }, + { + "type": "WEB", + "url": "https://www.canon-europe.com/psirt/advisory-information" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-940" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-09-02T20:15:03Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-fx5x-5qpw-c2p3/GHSA-fx5x-5qpw-c2p3.json b/advisories/unreviewed/2024/09/GHSA-fx5x-5qpw-c2p3/GHSA-fx5x-5qpw-c2p3.json new file mode 100644 index 00000000000..145705803ce --- /dev/null +++ b/advisories/unreviewed/2024/09/GHSA-fx5x-5qpw-c2p3/GHSA-fx5x-5qpw-c2p3.json @@ -0,0 +1,35 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fx5x-5qpw-c2p3", + "modified": "2024-09-02T21:30:30Z", + "published": "2024-09-02T21:30:30Z", + "aliases": [ + "CVE-2024-45623" + ], + "details": "D-Link DAP-2310 Hardware A Firmware 1.16RC028 allows remote attackers to execute arbitrary code via a stack-based buffer overflow in the ATP binary that handles PHP HTTP GET requests for the Apache HTTP Server (httpd). NOTE: This vulnerability only affects products that are no longer supported by the maintainer.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45623" + }, + { + "type": "WEB", + "url": "https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10406" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-09-02T21:15:11Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-gpvf-6hpf-4f9h/GHSA-gpvf-6hpf-4f9h.json b/advisories/unreviewed/2024/09/GHSA-gpvf-6hpf-4f9h/GHSA-gpvf-6hpf-4f9h.json new file mode 100644 index 00000000000..1416aa4ee28 --- /dev/null +++ b/advisories/unreviewed/2024/09/GHSA-gpvf-6hpf-4f9h/GHSA-gpvf-6hpf-4f9h.json @@ -0,0 +1,39 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gpvf-6hpf-4f9h", + "modified": "2024-09-02T21:30:30Z", + "published": "2024-09-02T21:30:30Z", + "aliases": [ + "CVE-2024-45621" + ], + "details": "The Electron desktop application of Rocket.Chat through 6.3.4 allows stored XSS via links in an uploaded file, related to failure to use a separate browser upon encountering third-party external actions from PDF documents.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45621" + }, + { + "type": "WEB", + "url": "https://hackerone.com/reports/1967109" + }, + { + "type": "WEB", + "url": "https://github.com/RocketChat/Rocket.Chat/releases/tag/6.3.4" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-09-02T19:15:13Z" + } +} \ No newline at end of file