CubeFS is an open-source cloud-native file storage system. A security vulnerability was found in CubeFS HandlerNode in versions prior to 3.3.1 that could allow authenticated users to send maliciously-crafted requests that would crash the ObjectNode and deny other users from using it. The root cause was improper handling of incoming HTTP requests that could allow an attacker to control the ammount of memory that the ObjectNode would allocate. A malicious request could make the ObjectNode allocate more memory that the machine had available, and the attacker could exhaust memory by way of a single malicious request. An attacker would need to be authenticated in order to invoke the vulnerable code with their malicious request and have permissions to delete objects. In addition, the attacker would need to know the names of existing buckets of the CubeFS deployment - otherwise the request would be rejected before it reached the vulnerable code. As such, the most likely attacker is an inside user or an attacker that has breached the account of an existing user in the cluster. The issue has been patched in v3.3.1. There is no other mitigation besides upgrading.
References
Configurations
History
21 Nov 2024, 08:29
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/cubefs/cubefs/commit/dd46c24873c8f3df48d0a598b704ef9bd24b1ec1 - Patch | |
References | () https://github.com/cubefs/cubefs/security/advisories/GHSA-qc6v-g3xw-grmx - Third Party Advisory |
10 Jan 2024, 16:59
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/cubefs/cubefs/commit/dd46c24873c8f3df48d0a598b704ef9bd24b1ec1 - Patch | |
References | () https://github.com/cubefs/cubefs/security/advisories/GHSA-qc6v-g3xw-grmx - Third Party Advisory | |
First Time |
Linuxfoundation cubefs
Linuxfoundation |
|
CPE | cpe:2.3:a:linuxfoundation:cubefs:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.5 |
03 Jan 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-01-03 16:15
Updated : 2024-11-21 08:29
NVD link : CVE-2023-46738
Mitre link : CVE-2023-46738
CVE.ORG link : CVE-2023-46738
JSON object : View
Products Affected
linuxfoundation
- cubefs
CWE
CWE-770
Allocation of Resources Without Limits or Throttling