Lucene search

K
githubGitHub Advisory DatabaseGHSA-7X94-6G2M-3HP2
HistoryOct 13, 2023 - 7:30 p.m.

Defining resource name as integer may give unintended access in vantage6

2023-10-1319:30:40
CWE-863
GitHub Advisory Database
github.com
10
resource name
unintended access
vantage6
malicious users
v3.9

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

21.1%

Impact

Malicious users may try to get access to resources they are not allowed to see, by creating resources with integers as names.

One example where this is a risk, is when users define which users are allowed to run algorithms on their node. This may be defined by username or user id. Now, for example, if user id 13 is allowed to run tasks, and an attacker creates a username with username ‘13’, they would be wrongly allowed to run an algorithm.

There may also be other places in the code where such a mixup of resource ID or name leads to issues. The best solution we see is therefore to check when resources are created or modified, that the resource name always starts with a character.

Patches

To be done, probably in v3.9

Workarounds

None

Affected configurations

Vulners
Node
vantage6vantage6-uiRange0
OR
vantage6vantage6-uiRange<4.0.0
OR
vantage6vantage6Range<4.0.0

5.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

21.1%

Related for GHSA-7X94-6G2M-3HP2