wandb/openui latest commit c945bb859979659add5f490a874140ad17c56a5d contains a vulnerability where unauthenticated endpoints allow file uploads and downloads from an AWS S3 bucket. This can lead to multiple security issues including denial of service, stored XSS, and information disclosure. The affected endpoints are '/v1/share/{id:str}' for uploading and '/v1/share/{id:str}' for downloading JSON files. The lack of authentication allows any user to upload and overwrite files, potentially causing the S3 bucket to run out of space, injecting malicious scripts, and accessing sensitive information.
References
Configurations
No configuration.
History
11 Feb 2025, 00:15
Type | Values Removed | Values Added |
---|---|---|
References | () https://huntr.com/bounties/1025793a-3c19-4148-a26e-80cd84d4822d - |
10 Feb 2025, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-10 19:15
Updated : 2025-02-11 00:15
NVD link : CVE-2024-10649
Mitre link : CVE-2024-10649
CVE.ORG link : CVE-2024-10649
JSON object : View
Products Affected
No product.
CWE
CWE-306
Missing Authentication for Critical Function