Lucene search

K
cveGitHub_MCVE-2022-46179
HistoryDec 28, 2022 - 8:15 a.m.

CVE-2022-46179

2022-12-2808:15:08
CWE-639
GitHub_M
web.nvd.nist.gov
22
liuos
python project
cve-2022-46179
github_actions
authentication bypass
security vulnerability
patch
nvd

CVSS3

9.2

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

7.5

Confidence

High

EPSS

0.001

Percentile

18.2%

LiuOS is a small Python project meant to imitate the functions of a regular operating system. Version 0.1.0 and prior of LiuOS allow an attacker to set the GITHUB_ACTIONS environment variable to anything other than null or true and skip authentication checks. This issue is patched in the latest commit (c658b4f3e57258acf5f6207a90c2f2169698ae22) by requiring the var to be set to true, causing a test script to run instead of being able to login. A potential workaround is to check for the GITHUB_ACTIONS environment variable and set it to “” (no quotes) to null the variable and force credential checks.

Affected configurations

Nvd
Vulners
Node
liuos_projectliuosMatch0.1.0
VendorProductVersionCPE
liuos_projectliuos0.1.0cpe:2.3:a:liuos_project:liuos:0.1.0:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "LiuWoodsCode",
    "product": "LiuOS",
    "versions": [
      {
        "version": "<= 0.1.0",
        "status": "affected"
      }
    ]
  }
]

CVSS3

9.2

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

HIGH

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

AI Score

7.5

Confidence

High

EPSS

0.001

Percentile

18.2%

Related for CVE-2022-46179