> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/vulnerability-wiki.md).

# Vulnerability Wiki

- [APPLICATION LEVEL](https://wiki.smhuda.com/vulnerability-wiki/application-level.md)
- [AUTHENTICATION](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication.md)
- [Authentication Bypass](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/authentication-bypass.md)
- [Lack of Password Confirmation](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-password-confirmation.md)
- [2FA Code Brute-forceable](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/2fa-code-brute-forceable.md)
- [Lack of Verification](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-verification.md)
- [Lack of Throttling on Form Submissions](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-throttling-on-form-submissions.md)
- [Lack of Rate Limiting on Login](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/lack-of-rate-limiting-on-login.md)
- [Weak Password Complexity Rules](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/weak-password-complexity-rules.md)
- [SESSION MANAGEMENT](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/session-management.md)
- [ACCESS CONTROL](https://wiki.smhuda.com/vulnerability-wiki/application-level/authentication/access-control.md)
- [INPUT VALIDATION](https://wiki.smhuda.com/vulnerability-wiki/application-level/input-validation.md)
- [CRYPTOGRAPHY](https://wiki.smhuda.com/vulnerability-wiki/application-level/cryptography.md)
- [LOGGING](https://wiki.smhuda.com/vulnerability-wiki/application-level/logging.md)
- [DATA PROTECTION](https://wiki.smhuda.com/vulnerability-wiki/application-level/data-protection.md)
- [COMMUNICATION](https://wiki.smhuda.com/vulnerability-wiki/application-level/communication.md)
- [MALICIOUS CODE](https://wiki.smhuda.com/vulnerability-wiki/application-level/malicious-code.md)
- [LOGIC](https://wiki.smhuda.com/vulnerability-wiki/application-level/logic.md)
- [FILE UPLOAD](https://wiki.smhuda.com/vulnerability-wiki/application-level/file-upload.md)
- [API ISSUES](https://wiki.smhuda.com/vulnerability-wiki/application-level/api-issues.md)
- [CONFIGURATIONS](https://wiki.smhuda.com/vulnerability-wiki/application-level/configurations.md)
- [INFRASTRUCTURE LEVEL](https://wiki.smhuda.com/vulnerability-wiki/infrastructure-level.md)
- [ICMP Timestamp Request Remote Date Disclosure (CVE-1999-0524)](https://wiki.smhuda.com/vulnerability-wiki/infrastructure-level/icmp-timestamp-request-remote-date-disclosure-cve-1999-0524.md)
- [ASP.NET Debug Mode Validation](https://wiki.smhuda.com/vulnerability-wiki/infrastructure-level/asp.net-debug-mode-validation.md)


---

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

```
GET https://wiki.smhuda.com/vulnerability-wiki.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.
