Files
CVEs-PoC/2020/CVE-2020-13151.md
T
2025-09-29 21:09:30 +02:00

1.9 KiB

CVE-2020-13151

Description

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.

POC

Reference

Github