SQL injection in CodeIgniter - CVE-2015-5725
Published: March 5, 2018
CodeIgniter
Detailed vulnerability description
The vulnerability allows a remote unauthenticated attacker to execute arbitrary SQL commands in web application database.
The weakness exists in the offset() method due to insufficient sanitization of user-supplied data. A remote attacker can send a specially crafted HTTP GET request with SQL operators and execute arbitrary SQL commands in web application database.