From b6f6725f8da122b81aba8a16921e6e045634cce2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:45:02 +0000 Subject: [PATCH] Publish Advisories GHSA-7pp4-388x-2xqj GHSA-7pp4-388x-2xqj --- .../GHSA-7pp4-388x-2xqj.json | 61 +++++++++++++++++++ .../GHSA-7pp4-388x-2xqj.json | 35 ----------- 2 files changed, 61 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json diff --git a/advisories/github-reviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json b/advisories/github-reviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json new file mode 100644 index 00000000000..207f9196dd7 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7pp4-388x-2xqj", + "modified": "2024-10-21T19:43:39Z", + "published": "2024-10-21T12:30:56Z", + "aliases": [ + "CVE-2024-48231" + ], + "summary": "SQL injection in funadmin", + "details": "Funadmin 5.0.2 is vulnerable to SQL Injection via the selectFields parameter in the index method of \\app\\backend\\controller\\auth\\Auth.php.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "funadmin/funadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48231" + }, + { + "type": "WEB", + "url": "https://github.com/funadmin/funadmin/issues/29" + }, + { + "type": "PACKAGE", + "url": "https://github.com/funadmin/funadmin" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-10-21T19:43:39Z", + "nvd_published_at": "2024-10-21T12:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json b/advisories/unreviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json deleted file mode 100644 index fe57eb9f78e..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-7pp4-388x-2xqj/GHSA-7pp4-388x-2xqj.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-7pp4-388x-2xqj", - "modified": "2024-10-21T12:30:56Z", - "published": "2024-10-21T12:30:56Z", - "aliases": [ - "CVE-2024-48231" - ], - "details": "Funadmin 5.0.2 is vulnerable to SQL Injection.via the selectFields parameter in the index method of \\app\\backend\\controller\\auth\\Auth.php.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48231" - }, - { - "type": "WEB", - "url": "https://github.com/funadmin/funadmin/issues/29" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-21T12:15:08Z" - } -} \ No newline at end of file