All intelligence
// vulnerability record
live · NVDCVE-2025-1669
MEDIUMpublished 2025-03-15 04:15 UTC · 1 year ago · modified 2026-06-17 08:39 UTC
6.5
CVSS / 10
// description
The School Management System – WPSchoolPress plugin for WordPress is vulnerable to SQL Injection via the 'addNotify' action in all versions up to, and including, 2.2.17 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with teacher-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
// weaknesses (CWE)
- CWE-89
- CWE-89