CVE-2023-31128: NextCloud Cookbook's pull-checks.yml workflow is vulnerable to OS Command Injection
NextCloud Cookbook is a recipe library app. Prior to commit a46d9855 on the master branch and commit 489bb744 on the main-0.9.x branch, the pull-checks.yml workflow is vulnerable to command injection attacks because of using an untrusted github.headref field. The github.headref value is an attacker-controlled value. Assigning the value to zzz";echo${IFS}"hello";# can lead to command injection. Since the permission is not restricted, the attacker has a write-access to the repository. This issue is fixed in commit a46d9855 on the master branch and commit 489bb744 on the main-0.9.x branch. There is no risk for the user of the app within the NextCloud server. This only affects the main repository and possible forks of it. Those who have forked the NextCloud Cookbook repository should make sure their forks are on the latest version to prevent code injection attacks and similar.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is CVE-2023-31128?
CVE-2023-31128 is a vulnerability in NextCloud Cookbook, a recipe library app, that allows command injection attacks.
How severe is CVE-2023-31128?
CVE-2023-31128 is considered high severity with a CVSS score of 8.8.
What software is affected by CVE-2023-31128?
NextCloud Cookbook versions 0.9.0 through 0.9.19 are affected by CVE-2023-31128.
How can I fix CVE-2023-31128?
To fix CVE-2023-31128, update NextCloud Cookbook to a version after commit a46d9855 on the `master` branch or commit 489bb744 on the `main-0.9.x` branch.
What are the CWE identifiers for CVE-2023-31128?
The CWE identifiers for CVE-2023-31128 are CWE-77, CWE-94, and CWE-78.