Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in github.com/cubefs/cubefs: CVE-2023-46740 #2436

Closed
GoVulnBot opened this issue Jan 3, 2024 · 1 comment
Closed
Assignees

Comments

@GoVulnBot
Copy link

CVE-2023-46740 references github.com/cubefs/cubefs, which may be a Go module.

Description:
CubeFS is an open-source cloud-native file storage system. Prior to version 3.3.1, CubeFS used an insecure random string generator to generate user-specific, sensitive keys used to authenticate users in a CubeFS deployment. This could allow an attacker to predict and/or guess the generated string and impersonate a user thereby obtaining higher privileges. When CubeFS creates new users, it creates a piece of sensitive information for the user called the “accessKey”. To create the "accesKey", CubeFS uses an insecure string generator which makes it easy to guess and thereby impersonate the created user. An attacker could leverage the predictable random string generator and guess a users access key and impersonate the user to obtain higher privileges. The issue has been fixed in v3.3.1. There is no other mitigation than to upgrade.

References:

Cross references:

See doc/triage.md for instructions on how to triage this report.

id: GO-ID-PENDING
modules:
    - module: github.com/cubefs/cubefs
      vulnerable_at: 2.5.2+incompatible
      packages:
        - package: cubefs
cves:
    - CVE-2023-46740
references:
    - advisory: https://github.com/cubefs/cubefs/security/advisories/GHSA-4248-p65p-hcrm
    - fix: https://github.com/cubefs/cubefs/commit/8555c6402794cabdf2cc025c8bea1576122c07ba

@tatianab tatianab self-assigned this Jan 4, 2024
@tatianab
Copy link
Contributor

tatianab commented Jan 4, 2024

Duplicate of #2431

@tatianab tatianab marked this as a duplicate of #2431 Jan 4, 2024
@tatianab tatianab closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants