cvelist/2022/24xxx/CVE-2022-24744.json

83 lines
2.8 KiB
JSON
Raw Normal View History

2022-02-10 17:01:34 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-02-10 17:01:34 +00:00
"ID": "CVE-2022-24744",
"STATE": "PUBLIC",
"TITLE": "Insufficient Session Expiration in shopware"
2022-02-10 17:01:34 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "platform",
"version": {
"version_data": [
{
"version_value": "< 6.4.8.1"
}
]
}
}
]
},
"vendor_name": "shopware"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-02-10 17:01:34 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-03-10 17:27:52 +00:00
"value": "Shopware is an open commerce platform based on the Symfony php Framework and the Vue javascript framework. In affected versions user sessions are not logged out if the password is reset via password recovery. This issue has been resolved in version 6.4.8.1. For older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin."
2022-02-10 17:01:34 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-613: Insufficient Session Expiration"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/shopware/platform/security/advisories/GHSA-w267-m9c4-8555",
"refsource": "CONFIRM",
"url": "https://github.com/shopware/platform/security/advisories/GHSA-w267-m9c4-8555"
}
]
},
"source": {
"advisory": "GHSA-w267-m9c4-8555",
"discovery": "UNKNOWN"
2022-02-10 17:01:34 +00:00
}
}