Upper-Intermediate Testing & QA #security-testing #owasp #sast #dast #penetration-testing

Security Testing Language

5 exercises — practise writing OWASP findings, classifying CVSS severity, distinguishing SAST/DAST/IAST, structuring pentest reports, and defining engagement scope.

0 / 5 completed
Quick reference: Security testing terms
  • SAST — analyses source code without execution; runs in CI pipeline
  • DAST — tests the running application from the outside; simulates attacker
  • IAST — instruments the running app from inside during test execution
  • CVSS severity levels — Critical (9.0–10), High (7–8.9), Medium (4–6.9), Low (0.1–3.9)
  • Finding structure — Title + Endpoint + Evidence + CVSS + Impact + Recommendation
1 / 5

A security tester discovers that the login endpoint accepts a SQL injection payload that returns a valid session without valid credentials. Which finding description is the most appropriate for a security test report?