[GHSA-rc4r-wh2q-q6c4] Update CVSS 3.x AV from Network (N) to Local (L) #5181
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The CVE-2022-36109 / GHSA-rc4r-wh2q-q6c4 highlights a vulnerability where an attacker could access sensitive information or execute code by exploiting supplementary group access within a containerized environment.
Why the Attack Vector Should Be Local
The vulnerability explicitly states that the attacker requires “direct access to a container” to manipulate supplementary group access. This means the attacker must already have local access to the container environment, such as through a terminal session, SSH connection, or other direct interaction mechanisms. According to the CVSS 3.x specification, this matches the criteria for an Attack Vector = Local, where exploitation occurs through direct interaction with the vulnerable system rather than remotely.
Why the Attack Vector Should Not Be Network
This vulnerability is independent of the network stack and does not rely on any remote protocol-level exploitability. It is not triggered by sending malicious packets or interacting with network services. Instead, the issue stems from improper handling of supplementary groups within the container. The CVSS 3.x specification defines Attack Vector = Network for cases where exploitation occurs across one or more network hops, typically involving remote attacks. That is not applicable here.
Supporting Examples
Similar vulnerabilities categorized with Attack Vector = Local include: