RubySec

Providing security resources for the Ruby community

CVE-2023-47634 (decidim): Race condition in Endorsements

ADVISORIES

GEM

decidim

SEVERITY

CVSS v3.x: 3.1 (Low)

UNAFFECTED VERSIONS

  • < 0.10.0

PATCHED VERSIONS

  • ~> 0.26.9
  • >= 0.27.5

DESCRIPTION

Impact

A race condition in the endorsement of resources (for instance, a proposal) allows a user to make more than once endorsement.

To exploit this vulnerability, the request to set an endorsement must be sent several times in parallel.

Workarounds

Disable the Endorsement feature in the components.

RELATED