Improper Authorization Affecting github.com/cockroachdb/cockroach/pkg/sql/sqlbase Open this link in a new tab package, versions >=19.1.0 <19.1.16 >=19.2.0 <19.2.2
Attack Complexity
Low
Confidentiality
High
Integrity
High
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-GOLANG-GITHUBCOMCOCKROACHDBCOCKROACHPKGSQLSQLBASE-536005
-
published
27 Nov 2019
-
disclosed
19 Nov 2019
-
credit
kena
Introduced: 19 Nov 2019
CWE-285 Open this link in a new tabHow to fix?
Upgrade github.com/cockroachdb/cockroach/pkg/sql/sqlbase
to version 19.1.16, 19.2.2 or higher.
Overview
github.com/cockroachdb/cockroach/pkg/sql/sqlbase is an open source, cloud-native SQL database.
Affected versions of this package are vulnerable to Improper Authorization. A non-admin authenticated user can call any admin endpoint, even if they should be admin-only operations, as long as the endpoint is visible over HTTP. It makes it possible for non-admin users to shut down a node or view SQL objects on which they have no permission.