CVE-2021-44135:
SQL injection in pagekit/pagekit
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.5185%
CWE
Published
4/2/2022
Updated
1/27/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 |
---|---|---|---|
pagekit/pagekit | composer | <= 1.0.18 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly states that the configAction in SettingsController handles comment order configuration which is unsafely concatenated into SQL queries. Though no code is shown, the advisory specifically identifies this controller action as the injection point where user input (ASC/DESC) is used without sanitization. The pattern matches classic SQL injection vulnerabilities where user input flows directly into SQL commands.