mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
99 lines
3.6 KiB
JSON
99 lines
3.6 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"ID": "CVE-2020-26223",
|
|
"STATE": "PUBLIC",
|
|
"TITLE": "Authorization bypass in Spree"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "spree",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": ">= 3.7.0, < 3.7.13"
|
|
},
|
|
{
|
|
"version_value": ">= 4.0.0, < 4.0.5"
|
|
},
|
|
{
|
|
"version_value": ">= 4.1.0, < 4.1.12"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "spree"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Spree is a complete open source e-commerce solution built with Ruby on Rails. In Spree from version 3.7 and before versions 3.7.13, 4.0.5, and 4.1.12, there is an authorization bypass vulnerability. The perpetrator could query the API v2 Order Status endpoint with an empty string passed as an Order token. This is patched in versions 3.7.11, 4.0.4, or 4.1.11 depending on your used Spree version. Users of Spree < 3.7 are not affected."
|
|
}
|
|
]
|
|
},
|
|
"impact": {
|
|
"cvss": {
|
|
"attackComplexity": "LOW",
|
|
"attackVector": "NETWORK",
|
|
"availabilityImpact": "NONE",
|
|
"baseScore": 7.7,
|
|
"baseSeverity": "HIGH",
|
|
"confidentialityImpact": "HIGH",
|
|
"integrityImpact": "NONE",
|
|
"privilegesRequired": "LOW",
|
|
"scope": "CHANGED",
|
|
"userInteraction": "NONE",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
|
|
"version": "3.1"
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-863: Incorrect Authorization"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "https://github.com/spree/spree/security/advisories/GHSA-m2jr-hmc3-qmpr",
|
|
"refsource": "CONFIRM",
|
|
"url": "https://github.com/spree/spree/security/advisories/GHSA-m2jr-hmc3-qmpr"
|
|
},
|
|
{
|
|
"name": "https://github.com/spree/spree/pull/10573",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/spree/spree/pull/10573"
|
|
},
|
|
{
|
|
"name": "https://guides.spreecommerce.org/api/v2/storefront#tag/Order-Status",
|
|
"refsource": "MISC",
|
|
"url": "https://guides.spreecommerce.org/api/v2/storefront#tag/Order-Status"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"advisory": "GHSA-m2jr-hmc3-qmpr",
|
|
"discovery": "UNKNOWN"
|
|
}
|
|
} |