Aerospike Community Edition 4.9.0.5 allows for unauthenticated submission and execution of user-defined functions (UDFs), written in Lua, as part of a database query. It attempts to restrict code execution by disabling os.execute() calls, but this is insufficient. Anyone with network access can use a crafted UDF to execute arbitrary OS commands on all nodes of the cluster at the permission level of the user running the Aerospike service.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2020-08-05 13:15
Updated : 2024-11-21 05:00
NVD link : CVE-2020-13151
Mitre link : CVE-2020-13151
CVE.ORG link : CVE-2020-13151
JSON object : View
Products Affected
aerospike
- aerospike_server
CWE
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')