Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 469 Bytes

File metadata and controls

9 lines (4 loc) · 469 Bytes

NoSQL Injection

NoSQL injection is a vulnerability where an attacker is able to interfere with the queries that an application makes to a NoSQL database. NoSQL databases store and retrieve data in a format other than traditional SQL relational tables. They use a wide range of query languages instead of a universal standard like SQL, and have fewer relational constraints.

References

{% embed url="https://portswigger.net/web-security/nosql-injection" %}