GHSA-5jjv-x4fq-qjwp

Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/10/GHSA-5jjv-x4fq-qjwp/GHSA-5jjv-x4fq-qjwp.json
Aliases
  • CVE-2020-15237
Published
2020-10-05T15:48:34Z
Modified
2023-05-16T16:31:01.972938Z
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.

References

Affected packages

RubyGems / shrine

shrine

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0
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.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
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

3.*

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