Skip to content

Octokit gem published with world-writable files

Low severity GitHub Reviewed Published Jun 15, 2022 in octokit/octokit.rb • Updated Jan 27, 2023

Package

bundler octokit (RubyGems)

Affected versions

>= 4.23.0, < 4.25.0

Patched versions

4.25.0

Description

Impact

Versions 4.23.0 and 4.24.0 of the octokit gem were published containing world-writeable files.

Specifically, the gem was packed with files having their permissions set to -rw-rw-rw- (i.e. 0666) instead of rw-r--r-- (i.e. 0644). This means everyone who is not the owner (Group and Public) with access to the instance where this release had been installed could modify the world-writable files from this gem.

Malicious code already present and running on your machine, separate from this package, could modify the gem’s files and change its behavior during runtime.

Patches

Workarounds

Users can use the previous version of the gem v4.22.0. Alternatively, users can modify the file permissions manually until they are able to upgrade to the latest version.

References

@nickfloyd nickfloyd published to octokit/octokit.rb Jun 15, 2022
Published to the GitHub Advisory Database Jun 15, 2022
Reviewed Jun 15, 2022
Published by the National Vulnerability Database Jun 15, 2022
Last updated Jan 27, 2023

Severity

Low
2.5
/ 10

CVSS base metrics

Attack vector
Local
Attack complexity
High
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N

Weaknesses

CVE ID

CVE-2022-31072

GHSA ID

GHSA-g28x-pgr3-qqx6

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.