CVE-2023-24782: SQL Injection in Funadmin
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.22462%
CWE
Published
3/8/2023
Updated
3/14/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| funadmin/funadmin | composer | <= 3.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability report explicitly identifies the edit method in Database.php as the location where unsanitized 'id' parameter input is concatenated into SQL queries. The GitHub issue #3 provides technical details showing SQL injection via this endpoint, and the CVE description confirms the attack vector through the id parameter at /databases/database/edit. The direct user input interpolation in SQL execution context matches the CWE-89 pattern.