# OWASP TOP 10: 2025

<figure><img src="/files/Gga5LdURNml6IEWVVPQR" alt="" width="320"><figcaption></figcaption></figure>

1. **A01:2025 – Broken Access Control**

* [ ] Access control
* [ ] LFI
* [ ] SSRF
* [ ] File upload

1. **A02:2025 – Security Misconfiguration**

* [ ] XXE
* [ ] CORS
* [ ] HTTP Host Header attacks
* [ ] Informational disclosure

3. **A03:2025 – Software Supply Chain Failures**

* [ ] Insecure Deserialization
* [ ] Prototype Pollution

4. **A04:2025 – Cryptographic Failures**

* [ ] Information Disclosure
* [ ] Authentication
* [ ] JWT attacks

5. **A05:2025 – Injection**

* [ ] SQL injection
* [ ] XSS
* [ ] Comand Injection
* [ ] NoSQL injection
* [ ] SSTI

6. **A06:2025 – Insecure Design**

* [ ] Business Logic Vuln
* [ ] Race Conditions
* [ ] Web LLM

7. **A07:2025 – Authentication Failures**

* [ ] Authentication
* [ ] OAuth
* [ ] JWT attacks

8. **A08:2025 – Software or Data Integrity Failures**

* [ ] Insecure Deserialization
* [ ] Web Cache Poisoning

9. **A09:2025 – Security Logging and Alerting Failures** *This is largely a **process/defensive failure** rather than a specific "exploit" you can practice in a lab. However, **Information disclosure** labs often rely on verbose error logging which should have been alerted on or suppressed.*
10. **A10:2025 – Mishandling of Exceptional Conditions**

* [ ] Information Disclosure
* [ ] Business Logic vuln
* [ ] API testing


---

# Agent Instructions: 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:

```
GET https://www.adroxz.foo/web-and-api/owasp-top-10-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
