WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Misconfigured Local DB Leads to Local System Command Execution

Moderate
mohanarpit published GHSA-m95x-4w54-gc83 Mar 25, 2025

Package

appsmith/appsmith-ee (DockerHub)

Affected versions

<=v1.50

Patched versions

>=v1.52

Description

Incorrectly configured Postgres in Appsmith image leads to remote command execution inside the Appsmith Docker container.

The attacker should be able to access Appsmith, login to it, create a datasource, create a query against that datasource and execute that query.

Impact

Code Execution and Information Disclosure.

Patches

v1.52

Workarounds

Disabling embedded Postgres by setting APPSMITH_ENABLE_EMBEDDED_DB=0 in the container's environment, and this vulnerability won't be possible.

Severity

Moderate

CVE ID

CVE-2024-55964

Weaknesses

No CWEs