Charmed MySQL K8s operator is a Charmed Operator for running MySQL on Kubernetes. Before revision 221, the method for calling a SQL DDL or python based mysql-shell scripts can leak database users credentials. The method mysql-operator calls mysql-shell application rely on writing to a temporary script file containing the full URI, with user and password. The file can be read by a unprivileged user during the operator runtime, due it being created with read permissions (0x644). On other cases, when calling mysql cli, for one specific case when creating the operator users, the DDL contains said users credentials, which can be leak through the same mechanism of a temporary file. All versions prior to revision 221 for kubernetes and revision 338 for machine operators.
References
Configurations
No configuration.
History
11 Apr 2025, 15:40
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
09 Apr 2025, 23:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-04-09 23:15
Updated : 2025-04-11 15:40
NVD link : CVE-2025-24375
Mitre link : CVE-2025-24375
CVE.ORG link : CVE-2025-24375
JSON object : View
Products Affected
No product.
CWE
CWE-256
Plaintext Storage of a Password