Lucene search

K
cveGitHub_MCVE-2023-30623
HistoryApr 24, 2023 - 10:15 p.m.

CVE-2023-30623

2023-04-2422:15:09
CWE-77
GitHub_M
web.nvd.nist.gov
21
github
action
embano1
wip
command injection
pull request
vulnerability
code execution
ci pipeline
nvd
cve-2023-30623

CVSS3

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

EPSS

0.002

Percentile

51.4%

embano1/wip is a GitHub Action written in Bash. Prior to version 2, the embano1/wip action uses the github.event.pull_request.title parameter in an insecure way. The title parameter is used in a run statement - resulting in a command injection vulnerability due to string interpolation. This vulnerability can be triggered by any user on GitHub. They just need to create a pull request with a commit message containing an exploit. (Note that first-time PR requests will not be run - but the attacker can submit a valid PR before submitting an invalid PR). The commit can be genuine, but the commit message can be malicious. This can be used to execute code on the GitHub runners and can be used to exfiltrate any secrets used in the CI pipeline, including repository tokens. Version 2 has a fix for this issue.

Affected configurations

Nvd
Node
wip_projectwipRange<2.0.0
VendorProductVersionCPE
wip_projectwip*cpe:2.3:a:wip_project:wip:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "embano1",
    "product": "wip",
    "versions": [
      {
        "version": "< 2",
        "status": "affected"
      }
    ]
  }
]

CVSS3

8.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

EPSS

0.002

Percentile

51.4%

Related for CVE-2023-30623