gsd-2023-29195
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding. Prior to version 16.0.2, users can either intentionally or inadvertently create a shard containing `/` characters from VTAdmin such that from that point on, anyone who tries to create a new shard from VTAdmin will receive an error. Attempting to view the keyspace(s) will also no longer work. Creating a shard using `vtctldclient` does not have the same problem because the CLI validates the input correctly. Version 16.0.2, corresponding to version 0.16.2 of the `go` module, contains a patch for this issue. Some workarounds are available. Always use `vtctldclient` to create shards, instead of using VTAdmin; disable creating shards from VTAdmin using RBAC; and/or delete the topology record for the offending shard using the client for your topology server.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-29195", "id": "GSD-2023-29195" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-29195" ], "details": "Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding. Prior to version 16.0.2, users can either intentionally or inadvertently create a shard containing `/` characters from VTAdmin such that from that point on, anyone who tries to create a new shard from VTAdmin will receive an error. Attempting to view the keyspace(s) will also no longer work. Creating a shard using `vtctldclient` does not have the same problem because the CLI validates the input correctly. Version 16.0.2, corresponding to version 0.16.2 of the `go` module, contains a patch for this issue. Some workarounds are available. Always use `vtctldclient` to create shards, instead of using VTAdmin; disable creating shards from VTAdmin using RBAC; and/or delete the topology record for the offending shard using the client for your topology server.", "id": "GSD-2023-29195", "modified": "2023-12-13T01:20:56.827646Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-29195", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "vitess", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003c 16.0.2" } ] } } ] }, "vendor_name": "vitessio" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding. Prior to version 16.0.2, users can either intentionally or inadvertently create a shard containing `/` characters from VTAdmin such that from that point on, anyone who tries to create a new shard from VTAdmin will receive an error. Attempting to view the keyspace(s) will also no longer work. Creating a shard using `vtctldclient` does not have the same problem because the CLI validates the input correctly. Version 16.0.2, corresponding to version 0.16.2 of the `go` module, contains a patch for this issue. Some workarounds are available. Always use `vtctldclient` to create shards, instead of using VTAdmin; disable creating shards from VTAdmin using RBAC; and/or delete the topology record for the offending shard using the client for your topology server." } ] }, "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" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-20", "lang": "eng", "value": "CWE-20: Improper Input Validation" } ] }, { "description": [ { "cweId": "CWE-703", "lang": "eng", "value": "CWE-703: Improper Check or Handling of Exceptional Conditions" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/vitessio/vitess/security/advisories/GHSA-pqj7-jx24-wj7w", "refsource": "MISC", "url": "https://github.com/vitessio/vitess/security/advisories/GHSA-pqj7-jx24-wj7w" }, { "name": "https://github.com/vitessio/vitess/issues/12842", "refsource": "MISC", "url": "https://github.com/vitessio/vitess/issues/12842" }, { "name": "https://github.com/vitessio/vitess/pull/12843", "refsource": "MISC", "url": "https://github.com/vitessio/vitess/pull/12843" }, { "name": "https://github.com/vitessio/vitess/commit/9dcbd7de3180f47e94f54989fb5c66daea00c920", "refsource": "MISC", "url": "https://github.com/vitessio/vitess/commit/9dcbd7de3180f47e94f54989fb5c66daea00c920" }, { "name": "https://github.com/vitessio/vitess/releases/tag/v16.0.2", "refsource": "MISC", "url": "https://github.com/vitessio/vitess/releases/tag/v16.0.2" }, { "name": "https://pkg.go.dev/vitess.io/vitess@v0.16.2", "refsource": "MISC", "url": "https://pkg.go.dev/vitess.io/vitess@v0.16.2" } ] }, "source": { "advisory": "GHSA-pqj7-jx24-wj7w", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c0.16.2", "affected_versions": "All versions before 0.16.2", "cwe_ids": [ "CWE-1035", "CWE-20", "CWE-703", "CWE-937" ], "date": "2023-05-11", "description": "Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding. Prior to version 16.0.2, users can either intentionally or inadvertently create a shard containing `/` characters from VTAdmin such that from that point on, anyone who tries to create a new shard from VTAdmin will receive an error. Attempting to view the keyspace(s) will also no longer work. Creating a shard using `vtctldclient` does not have the same problem because the CLI validates the input correctly. Version 16.0.2, corresponding to version 0.16.2 of the `go` module, contains a patch for this issue. Some workarounds are available. Always use `vtctldclient` to create shards, instead of using VTAdmin; disable creating shards from VTAdmin using RBAC; and/or delete the topology record for the offending shard using the client for your topology server.", "fixed_versions": [ "0.16.2" ], "identifier": "CVE-2023-29195", "identifiers": [ "GHSA-pqj7-jx24-wj7w", "CVE-2023-29195" ], "not_impacted": "All versions starting from 0.16.2", "package_slug": "go/vitess.io/vitess", "pubdate": "2023-05-11", "solution": "Upgrade to version 0.16.2 or above.", "title": "Improper Check or Handling of Exceptional Conditions", "urls": [ "https://github.com/vitessio/vitess/security/advisories/GHSA-pqj7-jx24-wj7w", "https://github.com/vitessio/vitess/issues/12842", "https://github.com/vitessio/vitess/pull/12843", "https://github.com/vitessio/vitess/commit/9dcbd7de3180f47e94f54989fb5c66daea00c920", "https://github.com/vitessio/vitess/releases/tag/v16.0.2", "https://pkg.go.dev/vitess.io/vitess@v0.16.2", "https://github.com/advisories/GHSA-pqj7-jx24-wj7w" ], "uuid": "663862e5-f6bc-47f1-b57d-004d2069789b" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:linuxfoundation:vitess:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "16.0.2", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-29195" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding. Prior to version 16.0.2, users can either intentionally or inadvertently create a shard containing `/` characters from VTAdmin such that from that point on, anyone who tries to create a new shard from VTAdmin will receive an error. Attempting to view the keyspace(s) will also no longer work. Creating a shard using `vtctldclient` does not have the same problem because the CLI validates the input correctly. Version 16.0.2, corresponding to version 0.16.2 of the `go` module, contains a patch for this issue. Some workarounds are available. Always use `vtctldclient` to create shards, instead of using VTAdmin; disable creating shards from VTAdmin using RBAC; and/or delete the topology record for the offending shard using the client for your topology server." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/vitessio/vitess/issues/12842", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Patch" ], "url": "https://github.com/vitessio/vitess/issues/12842" }, { "name": "https://github.com/vitessio/vitess/security/advisories/GHSA-pqj7-jx24-wj7w", "refsource": "MISC", "tags": [ "Mitigation", "Vendor Advisory" ], "url": "https://github.com/vitessio/vitess/security/advisories/GHSA-pqj7-jx24-wj7w" }, { "name": "https://github.com/vitessio/vitess/commit/9dcbd7de3180f47e94f54989fb5c66daea00c920", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/vitessio/vitess/commit/9dcbd7de3180f47e94f54989fb5c66daea00c920" }, { "name": "https://github.com/vitessio/vitess/releases/tag/v16.0.2", "refsource": "MISC", "tags": [ "Release Notes" ], "url": "https://github.com/vitessio/vitess/releases/tag/v16.0.2" }, { "name": "https://pkg.go.dev/vitess.io/vitess@v0.16.2", "refsource": "MISC", "tags": [ "Product" ], "url": "https://pkg.go.dev/vitess.io/vitess@v0.16.2" }, { "name": "https://github.com/vitessio/vitess/pull/12843", "refsource": "MISC", "tags": [ "Issue Tracking", "Patch" ], "url": "https://github.com/vitessio/vitess/pull/12843" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 1.4 } }, "lastModifiedDate": "2023-05-22T18:15Z", "publishedDate": "2023-05-11T20:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.