Knex recently released a new version this week (2.4.0). Before this version, Knex had a pretty scary SQL injection. Knex currently has 1.3 million weekly downloads and is quite popular.
The security bug is probably one of the worst SQL injections I’ve seen in recent memory, especially considering the scope and popularity.
If you want to get straight to the details:
- Check out the Github issue, which was opened 7 years ago(!)
- An article from Ghostccamm explaining the vulnerability.
- CVE-2016-20018.
My understanding of this bug
If I understand the vulnerability correctly, I …
[Read more]