1. FIRST.org
Inc. (2019). Common Vulnerability Scoring System v3.1: Specification Document. Section 2.1.1
Attack Vector (AV). The document states
"The Base Score is highest for a vulnerability that can be exploited remotely (AV:N)... This is because the attacker does not require any local or physical access to the vulnerable component." This directly supports prioritizing AV:N.
2. Mell
P.
& Scarfone
K. (2005). The Common Vulnerability Scoring System (CVSS) and Its Applicability to Federal Agency Systems (NISTIR 7435). National Institute of Standards and Technology. Section 3.1
"Base Metrics
" discusses how the Attack Vector metric captures the context by which vulnerability exploitation is possible
with Network being the most critical.
3. Purdue University. CS 42600: Computer Security
Lecture 18 - Vulnerabilities. Course materials discuss vulnerability analysis and CVSS. The lectures emphasize that the Attack Vector is a critical component for prioritization
with network-based vectors (AV:N) posing a significantly higher risk than local
adjacent
or physical vectors due to the vast number of potential remote attackers.