CVE-2022-30500: SQL injection in jflyfox jfinal
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.46114%
CWE
Published
5/27/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
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 |
|---|---|---|---|
| com.jflyfox:jflyfox_jfinal | maven | <= 5.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is a SQL injection in the background mode (admin interface), as indicated by the GitHub issue. JFinal applications commonly use Db.find() or similar methods for database operations. The lack of parameterized queries in user input handling (e.g., using getPara() with string concatenation) would directly cause this vulnerability. While no exact code is provided, the high-severity CVE and SQLI context strongly suggest a controller method processing admin requests with raw SQL containing user inputs.