Secbez Docs

Detection Categories

Security vulnerability categories detected by Secbez — injection, XSS, access control, IDOR, business logic, and secrets.

Secbez detects vulnerabilities across the following categories.

Injection

TypeDescription
SQL injectionUser input included in database queries without parameterization
Command injectionUser input passed to system commands or shell execution
Template injectionUser input rendered in server-side templates without escaping

Cross-site scripting (XSS)

TypeDescription
Reflected XSSUser input reflected back in HTTP responses without sanitization
Stored XSSUser input stored and later rendered to other users
DOM-based XSSClient-side JavaScript that writes user input to the DOM unsafely

Access control

TypeDescription
Broken access controlMissing or insufficient authorization checks on sensitive operations
IDORInsecure direct object references — users can access resources belonging to other users
Privilege escalationUsers can elevate their own permissions or roles
Missing authenticationSensitive endpoints accessible without any authentication

Business logic

TypeDescription
Race conditionsState-changing operations vulnerable to concurrent execution
Workflow bypassSteps in a multi-step process that can be skipped
Data manipulationInput validation gaps that allow invalid state (e.g., negative quantities)

Secrets

TypeDescription
Hardcoded credentialsAPI keys, passwords, or tokens committed to source code
Exposed secretsSensitive configuration values in client-accessible code

On this page