cvelist/2023/29xxx/CVE-2023-29194.json

105 lines
3.9 KiB
JSON
Raw Normal View History

2023-04-03 14:00:33 +00:00
{
2023-04-14 19:00:33 +00:00
"data_version": "4.0",
2023-04-03 14:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-29194",
2023-04-14 19:00:33 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-04-03 14:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-04-14 19:00:33 +00:00
"value": "Vitess is a database clustering system for horizontal scaling of MySQL. Users can either intentionally or inadvertently create a keyspace containing `/` characters such that from that point on, anyone who tries to view keyspaces from VTAdmin will receive an error. Trying to list all the keyspaces using `vtctldclient GetKeyspaces` will also return an error. Note that all other keyspaces can still be administered using the CLI (vtctldclient). This issue is fixed in version 16.0.1. As a workaround, delete the offending keyspace using a CLI client (vtctldclient)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation",
"cweId": "CWE-20"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-703: Improper Check or Handling of Exceptional Conditions",
"cweId": "CWE-703"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "vitessio",
"product": {
"product_data": [
{
"product_name": "vitess",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 0.16.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/vitessio/vitess/security/advisories/GHSA-735r-hv67-g38f",
"refsource": "MISC",
"name": "https://github.com/vitessio/vitess/security/advisories/GHSA-735r-hv67-g38f"
},
{
"url": "https://github.com/vitessio/vitess/commit/adf10196760ad0b3991a7aa7a8580a544e6ddf88",
"refsource": "MISC",
"name": "https://github.com/vitessio/vitess/commit/adf10196760ad0b3991a7aa7a8580a544e6ddf88"
},
{
"url": "https://github.com/vitessio/vitess/commits/v0.16.1/",
"refsource": "MISC",
"name": "https://github.com/vitessio/vitess/commits/v0.16.1/"
}
]
},
"source": {
"advisory": "GHSA-735r-hv67-g38f",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
2023-04-03 14:00:33 +00:00
}
]
}
}