GHSA-5jjv-x4fq-qjwp

Suggest an improvement
Source
https://github.com/advisories/GHSA-5jjv-x4fq-qjwp
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/10/GHSA-5jjv-x4fq-qjwp/GHSA-5jjv-x4fq-qjwp.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-5jjv-x4fq-qjwp
Aliases
Published
2020-10-05T15:48:34Z
Modified
2023-11-08T04:02:34.861843Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Possible timing attack in derivation_endpoint
Details

Impact

When using the derivation_endpoint plugin, it's possible for the attacker to use a timing attack to guess the signature of the derivation URL.

Patches

The problem has been fixed by comparing sent and calculated signature in constant time, using Rack::Utils.secure_compare. Users using the derivation_endpoint plugin are urged to upgrade to Shrine 3.3.0 or greater.

Workarounds

Users of older Shrine versions can apply the following monkey-patch after loading the derivation_endpoint plugin:

class Shrine
  class UrlSigner
    def verify_signature(string, signature)
      if signature.nil?
        fail InvalidSignature, "missing \"signature\" param"
      elsif !Rack::Utils.secure_compare(signature, generate_signature(string))
        fail InvalidSignature, "provided signature does not match the calculated signature"
      end
    end
  end
end

References

You can read more about timing attacks here.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-203",
        "CWE-208"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2020-10-05T15:46:53Z"
}
References

Affected packages

RubyGems / shrine

Package

Name
shrine
Purl
pkg:gem/shrine

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.3.0

Affected versions

0.*

0.9.0

1.*

1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.4.1
1.4.2

2.*

2.0.0
2.0.1
2.1.0
2.1.1
2.2.0
2.3.0
2.3.1
2.4.0
2.4.1
2.5.0
2.6.0
2.6.1
2.7.0
2.8.0
2.9.0
2.10.0
2.10.1
2.11.0
2.12.0
2.13.0
2.14.0
2.15.0
2.16.0
2.17.0
2.17.1
2.18.0
2.18.1
2.19.0
2.19.1
2.19.2
2.19.3
2.19.4

3.*

3.0.0.alpha
3.0.0.beta
3.0.0.beta2
3.0.0.beta3
3.0.0.rc
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.2.2