cvelist/2023/41xxx/CVE-2023-41889.json

96 lines
3.7 KiB
JSON
Raw Normal View History

2023-09-04 17:00:31 +00:00
{
2023-09-15 21:00:33 +00:00
"data_version": "4.0",
2023-09-04 17:00:31 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-41889",
2023-09-15 21:00:33 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-09-04 17:00:31 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-09-15 21:00:33 +00:00
"value": "SHIRASAGI is a Content Management System. Prior to version 1.18.0, SHIRASAGI is vulnerable to a Post-Unicode normalization issue. This happens when a logical validation or a security check is performed before a Unicode normalization. The Unicode character equivalent of a character would resurface after the normalization. The fix is initially performing the Unicode normalization and then strip for all whitespaces and then checking for a blank string. This issue has been fixed in version 1.18.0.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-176: Improper Handling of Unicode Encoding",
"cweId": "CWE-176"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "shirasagi",
"product": {
"product_data": [
{
"product_name": "shirasagi",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.18.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/shirasagi/shirasagi/security/advisories/GHSA-xr45-c2jv-2v9r",
"refsource": "MISC",
"name": "https://github.com/shirasagi/shirasagi/security/advisories/GHSA-xr45-c2jv-2v9r"
},
{
"url": "https://github.com/shirasagi/shirasagi/blob/f249ce3f06f6bfbc0017b38f5c13de424334c3ea/app/models/concerns/rdf/object.rb#L68-L72",
"refsource": "MISC",
"name": "https://github.com/shirasagi/shirasagi/blob/f249ce3f06f6bfbc0017b38f5c13de424334c3ea/app/models/concerns/rdf/object.rb#L68-L72"
},
{
"url": "https://sim4n6.beehiiv.com/p/unicode-characters-bypass-security-checks",
"refsource": "MISC",
"name": "https://sim4n6.beehiiv.com/p/unicode-characters-bypass-security-checks"
}
]
},
"source": {
"advisory": "GHSA-xr45-c2jv-2v9r",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
2023-09-04 17:00:31 +00:00
}
]
}
}