Software Engineering KB

Home

❯

08 Security

❯

02 Application Security

❯

01 Concept

❯

Injection

Injection

Feb 10, 20261 min read

  • application-security
  • owasp
  • injection

Injection

← Back to OWASP Top 10

Untrusted data sent as part of a command or query, causing the interpreter to execute unintended commands. Includes SQL injection, NoSQL injection, OS command injection, and LDAP injection. Primary mitigation: parameterized queries and input validation.

Key Properties

  • SQL Injection Mechanics
  • Parameterized Queries
  • Command Injection

application-security owasp injection


Graph View

  • Injection
  • Key Properties

Backlinks

  • OWASP Top 10
  • Parameterized Queries

Created with Quartz v4.5.2 © 2026

  • GitHub