Overview
- Description
- Solidus is a free, open-source ecommerce platform built on Rails. Versions of Solidus prior to 3.1.4, 3.0.4, and 2.11.13 have a denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential backtracking through a fragment like `a.a.` Versions 3.1.4, 3.0.4, and 2.11.13 have been patched to use a different regular expression. The maintainers added a check for email addresses that are no longer valid that will print information about any affected orders that exist. If a prompt upgrade is not an option, a workaround is available. It is possible to edit the file `config/application.rb` manually (with code provided by the maintainers in the GitHub Security Advisory) to check email validity.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 7.5
- Impact score
- 3.6
- Exploitability score
- 3.9
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity
- HIGH
CVSS 2.0
- Type
- Primary
- Base score
- 5
- Impact score
- 2.9
- Exploitability score
- 10
- Vector string
- AV:N/AC:L/Au:N/C:N/I:N/A:P
Weaknesses
- security-advisories@github.com
- CWE-1333
Social media
- Hype score
- Not currently trending
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:nebulab:solidus:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "EA9F9CA3-5DF3-4DF8-844C-B4C4E261D09A", "versionEndExcluding": "2.11.13" }, { "criteria": "cpe:2.3:a:nebulab:solidus:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "FCC7D340-52C4-4FB7-810F-4B87ED7A470D", "versionEndExcluding": "3.0.4", "versionStartIncluding": "3.0.0" }, { "criteria": "cpe:2.3:a:nebulab:solidus:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "E708A7C2-F76F-45D7-91F5-A6F480295521", "versionEndExcluding": "3.1.4", "versionStartIncluding": "3.1.0" } ], "operator": "OR" } ] } ]