cvelist/2023/23xxx/CVE-2023-23925.json

100 lines
3.6 KiB
JSON
Raw Normal View History

2023-01-19 22:00:40 +00:00
{
2023-02-03 20:00:35 +00:00
"data_version": "4.0",
2023-01-19 22:00:40 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-23925",
2023-02-03 20:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-01-19 22:00:40 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-02-03 20:00:35 +00:00
"value": "Switcher Client is a JavaScript SDK to work with Switcher API which is cloud-based Feature Flag. Unsanitized input flows into Strategy match operation (EXIST), where it is used to build a regular expression. This may result in a Regular expression Denial of Service attack (reDOS). This issue has been patched in version 3.1.4. As a workaround, avoid using Strategy settings that use REGEX in conjunction with EXIST and NOT_EXIST operations."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-1333: Inefficient Regular Expression Complexity",
"cweId": "CWE-1333"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption",
"cweId": "CWE-400"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "switcherapi",
"product": {
"product_data": [
{
"product_name": "switcher-client-master",
"version": {
"version_data": [
{
"version_value": "< 3.1.4",
"version_affected": "="
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/switcherapi/switcher-client-master/security/advisories/GHSA-wqxw-8h5g-hq56",
"refsource": "MISC",
"name": "https://github.com/switcherapi/switcher-client-master/security/advisories/GHSA-wqxw-8h5g-hq56"
},
{
"url": "https://github.com/switcherapi/switcher-client-master/releases/tag/v3.1.4",
"refsource": "MISC",
"name": "https://github.com/switcherapi/switcher-client-master/releases/tag/v3.1.4"
}
]
},
"source": {
"advisory": "GHSA-wqxw-8h5g-hq56",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
2023-01-19 22:00:40 +00:00
}
]
}
}