cvelist/2023/42xxx/CVE-2023-42446.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2023-09-08 21:00:36 +00:00
{
2023-09-18 22:00:35 +00:00
"data_version": "4.0",
2023-09-08 21:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-42446",
2023-09-18 22:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-09-08 21:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-09-18 22:00:35 +00:00
"value": "Pow is a authentication and user management solution for Phoenix and Plug-based apps. Starting in version 1.0.14 and prior to version 1.0.34, use of `Pow.Store.Backend.MnesiaCache` is susceptible to session hijacking as expired keys are not being invalidated correctly on startup. A session may expire when all `Pow.Store.Backend.MnesiaCache` instances have been shut down for a period that is longer than a session's remaining TTL. Version 1.0.34 contains a patch for this issue. As a workaround, expired keys, including all expired sessions, can be manually invalidated."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-298: Improper Validation of Certificate Expiration",
"cweId": "CWE-298"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "pow-auth",
"product": {
"product_data": [
{
"product_name": "pow",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 1.0.14, < 1.0.34"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/pow-auth/pow/security/advisories/GHSA-3cjh-p6pw-jhv9",
"refsource": "MISC",
"name": "https://github.com/pow-auth/pow/security/advisories/GHSA-3cjh-p6pw-jhv9"
},
{
"url": "https://github.com/pow-auth/pow/issues/713",
"refsource": "MISC",
"name": "https://github.com/pow-auth/pow/issues/713"
}
]
},
"source": {
"advisory": "GHSA-3cjh-p6pw-jhv9",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
2023-09-08 21:00:36 +00:00
}
]
}
}