> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/pentests/what-issues-can-aikido-pentest-find.md).

# What Issues Can Aikido Pentest Find?

### OWASP Top 10 & Critical Risks

We cover the full OWASP Top 10, prioritizing the high-impact issues that actually cause data breaches.

* **BOLA / IDOR (Cross-Tenant Data Leakage)**
  * *Broken Object Level Authorization* and *Insecure Direct Object References*. We verify that User A cannot access User B’s private data (e.g., changing an ID in an API call).
* **Broken Access Control**
  * Privilege escalation (vertical) and unauthorized access to admin functions.
* **Injection Flaws**
  * Classic SQL Injection (SQLi)
  * Command Injection / Remote Code Execution (RCE)
  * Cross-Site Scripting (XSS)
* **Authentication Failures**
  * Weak password policies, credential stuffing, and session management failures.
* **Server-Side Request Forgery (SSRF)**
  * Tricking the server into making requests to internal resources or external systems.

### Advanced & Niche Attack Vectors

Beyond the basics, we probe for complex vulnerabilities that often slip through standard scanners.

* **Business Logic Errors:** Flaws in application workflows that allow bypasses (e.g., skipping payment steps).
* **Exotic Injections:** LDAP Injection, XPath Injection, and Server-Side Template Injection (SSTI).
* **Insecure Deserialization:** Executing malicious code by manipulating serialized objects.
* **Web Cache Poisoning:** Manipulating caching mechanisms to serve harmful content to other users.
* **Client-Side Attacks:** Cross-Site Scripting (XSS), CSRF, and Open Redirects.
* **Cryptographic Failures:** Use of broken algorithms, weak signatures (JWT), or hard-coded credentials.

### Compliance

Running this pentest satisfies technical controls for **SOC 2 Type II**, **ISO 27001**, and **HIPAA**. You get a detailed report ready for auditors.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/pentests/what-issues-can-aikido-pentest-find.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
