LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31071: Octopoller gem published with world-writable files

Octopoller is a micro gem for polling and retrying. Version 0.2.0 of the octopoller gem was 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. This issue is patched in Octopoller 0.3.0. Two workarounds are available. Users can use the previous version of the gem, v0.1.0. Alternatively, users can modify the file permissions manually until they are able to upgrade to the latest version.

LowCVSS 2.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

A single Octopoller Ruby gem release, version 0.2.0, shipped files that any local user on the installed system could modify. This is mainly an integrity risk for systems where untrusted users or processes share the same host. It is not described as remotely exploitable.

Executive priority

Treat this as a low-priority dependency hygiene issue unless Octopoller 0.2.0 is present on shared or multi-user systems. Remediate through normal patching rather than emergency response.

Technical view

CVE-2022-31071 is a CWE-276 improper default permissions issue in octokit/octopoller.rb. The 0.2.0 gem was packed with files set to 0666 instead of 0644, allowing group and public write access after installation. The issue is fixed in Octopoller 0.3.0.

Likely exposure

Exposure is limited to Ruby environments that installed octopoller version 0.2.0. Risk is higher on shared hosts, developer workstations, CI runners, or servers where non-owner local accounts or processes can access the installed gem files.

Exploitation context

The CVSS vector is local, high complexity, and requires low privileges. The source bundle does not show CISA KEV listing or active exploitation evidence. A realistic scenario requires local access and an opportunity to tamper with installed gem files.

Researcher notes

The impact is integrity-only under the provided CVSS vector, with no confidentiality or availability impact stated. Evidence supports affected version 0.2.0, patched version 0.3.0, and two workarounds. No exploit status beyond non-KEV is provided.

Mitigation direction

  • Upgrade Octopoller to version 0.3.0 or later.
  • If unable to upgrade, use Octopoller version 0.1.0.
  • Manually correct affected gem file permissions to 0644 until upgraded.
  • Follow the GitHub advisory for vendor-confirmed remediation guidance.

Validation and detection

  • Check dependency manifests and lockfiles for octopoller version 0.2.0.
  • Inspect installed Octopoller gem files for world-writable 0666 permissions.
  • Confirm upgraded deployments use Octopoller 0.3.0 or later.
  • Review shared hosts for untrusted local users or processes.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-276: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31071 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
2.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
2.5CVSS 3.1LowCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N11.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.5Low
CVSS 3.1 vector shape for CVE-2022-31071Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
octokitoctopoller.rb= 0.2.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-276 · source CWE mapping

Incorrect Default Permissions

Incorrect Default Permissions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.