cvelist/2020/26xxx/CVE-2020-26228.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2020-10-01 14:02:57 +00:00
{
"CVE_data_meta": {
2020-11-23 14:08:10 -07:00
"ASSIGNER": "security-advisories@github.com",
2020-10-01 14:02:57 +00:00
"ID": "CVE-2020-26228",
2020-11-23 14:08:10 -07:00
"STATE": "PUBLIC",
"TITLE": "Cleartext storage of session identifier"
2020-10-01 14:02:57 +00:00
},
2020-11-23 14:08:10 -07:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "TYPO3.CMS",
"version": {
"version_data": [
{
"version_value": ">= 9.0.0, < 9.5.23"
},
{
"version_value": ">= 10.0.0, < 10.4.10"
}
]
}
}
]
},
"vendor_name": "TYPO3"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-10-01 14:02:57 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-11-23 22:01:54 +00:00
"value": "TYPO3 is an open source PHP based web content management system. In TYPO3 before versions 9.5.23 and 10.4.10 user session identifiers were stored in cleartext - without processing with additional cryptographic hashing algorithms. This vulnerability cannot be exploited directly and occurs in combination with a chained attack - like for instance SQL injection in any other component of the system. Update to TYPO3 versions 9.5.23 or 10.4.10 that fix the problem described."
2020-11-23 14:08:10 -07:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-312: Cleartext Storage of Sensitive Information"
}
]
2020-10-01 14:02:57 +00:00
}
]
2020-11-23 14:08:10 -07:00
},
"references": {
"reference_data": [
{
"name": "https://github.com/TYPO3/TYPO3.CMS/security/advisories/GHSA-954j-f27r-cj52",
"refsource": "CONFIRM",
"url": "https://github.com/TYPO3/TYPO3.CMS/security/advisories/GHSA-954j-f27r-cj52"
},
{
"name": "https://typo3.org/security/advisory/typo3-core-sa-2020-011",
"refsource": "MISC",
"url": "https://typo3.org/security/advisory/typo3-core-sa-2020-011"
}
]
},
"source": {
"advisory": "GHSA-954j-f27r-cj52",
"discovery": "UNKNOWN"
2020-10-01 14:02:57 +00:00
}
}