> For the complete documentation index, see [llms.txt](https://docs.r.xyz/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/main/rvss-calculator/attack-vector-mav.md).

# Attack Vector (MAV)

This metric reflects the context by which vulnerability exploitation is possible. The Score increases the more remote (logically, and physically) an attacker can be in order to exploit the vulnerable component. &#x20;

In terms of applicability to Web3 threats, most of them will be exploitable remotely (network), e.g. in case of smart contract vulnerabilities.&#x20;

There are examples of off-chain parts like nodes and oracles that may have vulnerabilities that are exploitable only in more restricted network environments, e.g., if the illicit actor has access to the local network.&#x20;


---

# 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://docs.r.xyz/main/rvss-calculator/attack-vector-mav.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.
