cvelist/2021/21xxx/CVE-2021-21308.json

93 lines
3.2 KiB
JSON
Raw Normal View History

2020-12-22 16:02:19 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2020-12-22 16:02:19 +00:00
"ID": "CVE-2021-21308",
"STATE": "PUBLIC",
"TITLE": "Improper session management for soft logout"
2020-12-22 16:02:19 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "PrestaShop",
"version": {
"version_data": [
{
"version_value": ">= 1.5.0, < 1.7.7.2"
}
]
}
}
]
},
"vendor_name": "PrestaShop"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-12-22 16:02:19 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-02-26 20:00:44 +00:00
"value": "PrestaShop is a fully scalable open source e-commerce solution. In PrestaShop before version 1.7.2 the soft logout system is not complete and an attacker is able to foreign request and executes customer commands. The problem is fixed in 1.7.7.2"
2020-12-22 16:02:19 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-287: Improper Authentication"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.7.2",
"refsource": "MISC",
"url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.7.2"
},
2021-02-26 20:00:44 +00:00
{
"name": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-557h-hf3c-whcg",
"refsource": "CONFIRM",
"url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-557h-hf3c-whcg"
},
{
"name": "https://github.com/PrestaShop/PrestaShop/commit/2f673bd93e313f08c35e74decc105f40dc0b7dee",
"refsource": "MISC",
"url": "https://github.com/PrestaShop/PrestaShop/commit/2f673bd93e313f08c35e74decc105f40dc0b7dee"
}
]
},
"source": {
"advisory": "GHSA-557h-hf3c-whcg",
"discovery": "UNKNOWN"
2020-12-22 16:02:19 +00:00
}
}