Skip to content

restforce vulnerable to Improper Input Validation

Critical severity GitHub Reviewed Published Aug 3, 2018 to the GitHub Advisory Database • Updated Jun 9, 2023

Package

bundler restforce (RubyGems)

Affected versions

< 3.0.0

Patched versions

3.0.0

Description

A flaw in how restforce constructs URLs may allow an attacker to inject additional parameters into Salesforce API requests.

Impact

This flaw is only exploitable in applications that pass user input directly to restforce's select, find, describe, update, upsert, and destroy methods.

Vulnerable code might look like:

  client.select('SomeSalesForceObject', params[:some-id],
     ...)

In such an application, attackers could pass 0016000000MRatd/describe as a request parameter, causing the server to make a request to a different endpoint than the server is designed to handle. Since the Salesforce REST API supports overriding HTTP methods via a request parameter, an attacker could also cause the client's select() method to modify data, by passing 0016000000MRatd/?_HttpMethod=PATCH&other-query-params=....

Workarounds

If possible, applications should track salesforce IDs internally, rather than passing user-supplied IDs to salesforce. Such practice mitigates this vulnerability, and in general is desirable for ensuring strong access control.

References

Published by the National Vulnerability Database Aug 3, 2018
Published to the GitHub Advisory Database Aug 3, 2018
Reviewed Jun 16, 2020
Last updated Jun 9, 2023

Severity

Critical
9.8
/ 10

CVSS base metrics

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

CVE ID

CVE-2018-3777

GHSA ID

GHSA-534w-937m-v7x3

Source code

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