8.8
CVE-2023-4776
- EPSS 0.23%
- Veröffentlicht 16.10.2023 20:15:16
- Zuletzt bearbeitet 23.04.2025 17:16:46
- Quelle contact@wpscan.com
- CVE-Watchlists
- Unerledigt
WPSchoolPress <= 2.2.4 - Authenticated(Teacher+) SQL Injection via ClassID
The School Management System WordPress plugin before 2.2.5 uses the WordPress esc_sql() function on a field not delimited by quotes and did not first prepare the query, leading to a SQL injection exploitable by relatively low-privilege users like Teachers.
Mögliche Gegenmaßnahme
School Management System – WPSchoolPress: Update to version 2.2.5, or a newer patched version
Weitere Schwachstelleninformationen
SystemWordPress Plugin
≫
Produkt
School Management System – WPSchoolPress
Version
*-2.2.4
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Igexsolutions ≫ Wpschoolpress SwPlatformwordpress Version < 2.2.5
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.23% | 0.455 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.