About 6,850 results
Open links in new tab
  1. NoSQL injection | Web Security Academy - PortSwigger

    NoSQL injection is a vulnerability where an attacker is able to interfere with the queries that an application makes to a NoSQL database. NoSQL injection ...

  2. What Is NoSQL Injection? | MongoDB Attack Examples | Imperva

    Apr 9, 2026 · NoSQL injection occurs when a query, most commonly delivered by an end-user, is not sanitized, allowing the attacker to include malicious input that executes an unwanted command on …

  3. NoSQL Security - OWASP Cheat Sheet Series

    This cheat sheet summarizes guidance to reduce risk when using NoSQL systems. NoSQL Injection — Unsafe construction of query objects or query strings from untrusted input. Exposed Management …

  4. NoSQL Injection in APIs: Detection and Prevention | APIsec

    Mar 25, 2026 · NoSQL injection occurs when an attacker manipulates database queries by inserting malicious operators or expressions into user input that a NoSQL database processes without validation.

  5. What is NoSQL Injection? Exploitations and Security Tips

    Mar 25, 2025 · A NoSQL injection is an attack that targets NoSQL databases by exploiting vulnerabilities in the way queries are formulated. The aim is for an attacker to manipulate these insecure queries to …

  6. NoSQL injection - Invicti

    NoSQL injection is a vulnerability that lets a malicious hacker introduce (inject) undesired code into database queries executed by NoSQL databases such as MongoDB, Cassandra, Neo4j, Redis, and …

  7. What Is NoSQL Injection? Examples, Prevention, and More

    Jan 2, 2025 · NoSQL Injection is a type of injection attack that exploits vulnerabilities in NoSQL databases by injecting malicious code into a query. This technique can allow attackers to bypass …

  8. NoSQL Injection: Understanding the Threat and How to Defend …

    Jul 3, 2025 · Want to dive deeper into web application security and learn how to defend against attacks like NoSQL injection? Join our comprehensive cybersecurity training programs to build real-world …

  9. NoSQL Injection: How malicious input can compromise your application

    Jun 20, 2025 · NoSQL injections, which affect NoSQL databases, such as MongoDB, CouchDB, or Cassandra, occur when an attacker manipulates user input to alter queries being made to a NoSQL …

  10. Mitigating NoSQL Injection Vulnerabilities: Techniques, Examples, and ...

    NoSQL injection is a security vulnerability that allows attackers to interfere with an application’s queries to a NoSQL database. Such attacks can result in byp.