ghsa-735r-hv67-g38f
Vulnerability from github
Published
2023-04-11 21:12
Modified
2024-05-20 21:51
Severity ?
Summary
vitess allows users to create keyspaces that can deny access to already existing keyspaces
Details
Impact
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).
Patches
v16.0.1 (corresponding to 0.16.1 on pkg.go.dev)
Workarounds
Delete the offending keyspace using a CLI client (vtctldclient)
vtctldclient --server ... DeleteKeyspace a/b
Found during a security audit sponsored by the CNCF and facilitated by OSTIF.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "vitess.io/vitess" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.16.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-29194" ], "database_specific": { "cwe_ids": [ "CWE-20", "CWE-703" ], "github_reviewed": true, "github_reviewed_at": "2023-04-11T21:12:42Z", "nvd_published_at": "2023-04-14T19:15:00Z", "severity": "MODERATE" }, "details": "### Impact\nUsers 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.\nNote that all other keyspaces can still be administered using the CLI (vtctldclient).\n\n### Patches\nv16.0.1 (corresponding to 0.16.1 on pkg.go.dev)\n\n### Workarounds\nDelete the offending keyspace using a CLI client (vtctldclient) \n```\nvtctldclient --server ... DeleteKeyspace a/b\n```\n\nFound during a security audit sponsored by the [CNCF](https://cncf.io) and facilitated by [OSTIF](https://ostif.org).", "id": "GHSA-735r-hv67-g38f", "modified": "2024-05-20T21:51:28Z", "published": "2023-04-11T21:12:42Z", "references": [ { "type": "WEB", "url": "https://github.com/vitessio/vitess/security/advisories/GHSA-735r-hv67-g38f" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29194" }, { "type": "WEB", "url": "https://github.com/vitessio/vitess/commit/adf10196760ad0b3991a7aa7a8580a544e6ddf88" }, { "type": "PACKAGE", "url": "https://github.com/vitessio/vitess" }, { "type": "WEB", "url": "https://github.com/vitessio/vitess/commits/v0.16.1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L", "type": "CVSS_V3" } ], "summary": "vitess allows users to create keyspaces that can deny access to already existing keyspaces" }
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.