# Parser Inconsistencies

When different parsers parse the same input differently, then application logic vulnerabilities can occur.

## JSON Interoperability Vulnerabilities

Excellent article:

{% embed url="<https://bishopfox.com/blog/json-interoperability-vulnerabilities>" %}

## URL Interoperability Vulnerabilities

Orange Tsai had an excellent presentation about that:

<https://www.blackhat.com/docs/us-17/thursday/us-17-Tsai-A-New-Era-Of-SSRF-Exploiting-URL-Parser-In-Trending-Programming-Languages.pdf>


---

# 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://heinosass.gitbook.io/leet-sheet/web-app-hacking/server-attacks/parser-inconsistencies.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.
