CVE-2020-15245
CVSS V2 Medium 4
CVSS V3 Medium 4.3
Description
In Sylius before versions 1.6.9, 1.7.9 and 1.8.3, the user may register in a shop by email mail@example.com, verify it, change it to the mail another@domain.com and stay verified and enabled. This may lead to having accounts addressed to totally different emails, that were verified. Note, that this way one is not able to take over any existing account (guest or normal one). The issue has been patched in Sylius 1.6.9, 1.7.9 and 1.8.3. As a workaround, you may resolve this issue on your own by creating a custom event listener, which will listen to the sylius.customer.pre_update event. You can determine that email has been changed if customer email and user username are different. They are synchronized later on. Pay attention, to email changing behavior for administrators. You may need to skip this logic for them. In order to achieve this, you should either check master request path info, if it does not contain /admin prefix or adjust event triggered during customer update in the shop. You can find more information on how to customize the event here.
Overview
- CVE ID
- CVE-2020-15245
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2020-10-19T21:15:12
- Last Modified Date
- 2021-11-18T16:19:33
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:sylius:sylius:*:*:*:*:*:*:*:* | 1 | OR | 1.6.9 | |
cpe:2.3:a:sylius:sylius:*:*:*:*:*:*:*:* | 1 | OR | 1.7.0 | 1.7.9 |
cpe:2.3:a:sylius:sylius:*:*:*:*:*:*:*:* | 1 | OR | 1.8.0 | 1.8.3 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:S/C:N/I:P/A:N
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- SINGLE
- Confidentiality Impact
- NONE
- Integrity Impact
- PARTIAL
- Availability Impact
- NONE
- Base Score
- 4
- Severity
- MEDIUM
- Exploitability Score
- 8
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 4.3
- Base Severity
- MEDIUM
- Exploitability Score
- 2.8
- Impact Score
- 1.4
References
Reference URL | Reference Tags |
---|---|
https://github.com/Sylius/Sylius/security/advisories/GHSA-6gw4-x63h-5499 | Mitigation Third Party Advisory |
https://github.com/Sylius/Sylius/commit/60636d711a4011e8694d10d201b53632c7e8ecaf | Patch Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2020-15245 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15245 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 06:45:56 | Added to TrackCVE | |||
2022-12-05 00:29:45 | 2020-10-19T21:15Z | 2020-10-19T21:15:12 | CVE Published Date | updated |
2022-12-05 00:29:46 | 2021-11-18T16:19:33 | CVE Modified Date | updated | |
2022-12-05 00:29:46 | Analyzed | Vulnerability Status | updated |