Lucene search

K
vulnrichment9frontVULNRICHMENT:CVE-2024-8158
HistoryAug 25, 2024 - 9:31 p.m.

CVE-2024-8158 User impersonation for lib9p based 9p fileservers

2024-08-2521:31:08
CWE-639
9front
github.com
3
9p fileservers
user impersonation
authentication weakness
9front
plan 9
commit 9645ae07eb66a59015e3e118d0024790c37400da

CVSS4

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/SC:H/VI:H/SI:H/VA:N/SA:N/AU:N/U:Red/V:C/RE:L

AI Score

7

Confidence

High

EPSS

0.001

Percentile

16.8%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

A bug in the 9p authentication implementation within lib9p allows an attacker with an existing valid user within the configured auth server to impersonate any other valid filesystem user.

This is due to lib9p not properly verifying that the uname given in the Tauth and Tattach 9p messages matches the client UID returned from the factotum authentication handshake.

The only filesystem making use of these functions within the base 9front systems is the experimental hjfs disk filesystem, other disk filesystems (cwfs and gefs) are not affected by this bug.

This bug was inherited from Plan 9 and is present in all versions of 9front and is remedied fully in commit 9645ae07eb66a59015e3e118d0024790c37400da.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:9front:9front:*:*:*:*:*:*:*:*"
    ],
    "vendor": "9front",
    "product": "9front",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "9645ae07eb66a59015e3e118d0024790c37400da",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS4

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/SC:H/VI:H/SI:H/VA:N/SA:N/AU:N/U:Red/V:C/RE:L

AI Score

7

Confidence

High

EPSS

0.001

Percentile

16.8%

SSVC

Exploitation

none

Automatable

yes

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-8158