LiveActive security incident?Get immediate response
CVE Record

CVE-2017-0905: The Recurly Client Ruby Library before 2.0.13, 2.1.11, 2.2.5, 2.3.10, 2.4.11, 2.5.4, 2.6.3, 2.7.8, 2.8.2, 2...

The Recurly Client Ruby Library before 2.0.13, 2.1.11, 2.2.5, 2.3.10, 2.4.11, 2.5.4, 2.6.3, 2.7.8, 2.8.2, 2.9.2, 2.10.4, 2.11.3 is vulnerable to a Server-Side Request Forgery vulnerability in the "Resource#find" method that could result in compromise of API keys or other critical resources.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects older Recurly Ruby client gem versions. A flaw in Resource#find could let attacker-influenced input make the server request unintended internal or external resources. The reported impact includes possible exposure of API keys or other critical resources.

Executive priority

Prioritize remediation for systems that handle billing, subscriptions, or payment-adjacent workflows using the Recurly Ruby client. The main business risk is credential or internal resource exposure from affected application servers.

Technical view

CVE-2017-0905 is a CWE-918 server-side request forgery issue in the Recurly Client Ruby Library Resource#find method. The CVE lists fixed releases across the 2.x branches, ending before 2.11.3. No CVSS score or active exploitation evidence is provided in the bundle.

Likely exposure

Exposure is likely limited to Ruby applications using vulnerable recurly gem versions and passing attacker-controlled or weakly validated values into Resource#find.

Exploitation context

The source bundle does not show KEV listing or active exploitation. The public HackerOne report and Recurly/GitHub references support the vulnerability and fix history, but not current exploitation.

Researcher notes

Focus review on data flow into Resource#find and whether user-controlled values can influence request targets. Evidence confirms vulnerable version ranges and the affected method, but the bundle lacks CVSS detail and exploitation telemetry.

Mitigation direction

  • Upgrade the recurly Ruby gem to the fixed version for your branch.
  • Use Recurly's Ruby updates page to confirm the appropriate supported release.
  • Avoid passing untrusted input into Resource#find until upgraded.
  • Review and rotate Recurly API keys if compromise is suspected.
  • Restrict outbound server access to sensitive internal resources where feasible.

Validation and detection

  • Check Gemfile.lock for the installed recurly gem version.
  • Search application code for Resource#find usage.
  • Confirm any user-controlled identifiers are validated before lookup.
  • Verify the deployed artifact uses a fixed Recurly client version.
  • Review logs for unusual outbound requests from affected applications.
Prepared
Confidence
high
Sources
5

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 · medium confidence lookup

CWE-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-0905 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Recurlyrecurly ruby gemVersions before 2.0.13, 2.1.11, 2.2.5, 2.3.10, 2.4.11, 2.5.4, 2.6.3, 2.7.8, 2.8.2, 2.9.2, 2.10.4, 2.11.3Listed
Weakness

CWE details

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

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.