CRITICAL🇵🇱 Wersja polska

CVE-2026-24042

CVSS 9.4v3.1pub. 2026-01-22upd. 2026-02-17

Appsmith is a platform to build admin panels, internal tools, and dashboards. In versions 1.94 and below, publicly accessible apps allow unauthenticated users to execute unpublished (edit-mode) actions by sending viewMode=false (or omitting it) to POST /api/v1/actions/execute. This bypasses the expected publish boundary where public viewers should only execute published actions, not edit-mode versions. An attack can result in sensitive data exposure, execution of edit‑mode queries and APIs, development data access, and the ability to trigger side effect behavior. This issue does not have a released fix at the time of publication.

🤖 AI Analysis
How it works

The application exposes a POST /api/v1/actions/execute endpoint that handles a viewMode parameter. Sending viewMode=false or omitting this parameter by an unauthenticated user causes the action to be executed in edit mode instead of only published actions. The access control mechanism does not properly verify whether the requesting user has permissions to run unpublished queries and API actions, which constitutes a violation of the expected boundary between edit mode and public viewing mode (CWE-862 — missing authorization).

Impact

An attacker can gain access to sensitive data, execute unpublished queries and API calls in edit mode, access developer data, and trigger unwanted side effects defined in application actions.

Mitigation & patch

According to information available at the time of publication, no released patch exists yet. You should monitor vendor references (https://github.com/appsmithorg/appsmith/security/advisories/GHSA-j9qq-4fj9-9883) and apply the patch immediately after it becomes available. Until a patch is released, it is recommended to restrict public access to the Appsmith application and implement access controls at the network level (firewall, VPN).

Who is affected

Appsmith in versions 1.94 and lower, in case of applications configured as publicly accessible.

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
  • Appsmith

    APP
    Appsmith
    ≤ 1.94
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-55454CRITICAL9.9PL ✓same product

Appsmith: SSRF umożliwia przejęcie konfiguracji reverse proxy Caddy

CVE-2026-30862CRITICAL9.0PL ✓same product

Stored XSS w Appsmith Table Widget prowadzący do przejęcia konta admina

CVE-2026-22794CRITICAL9.6PL ✓same product

Appsmith: przejęcie konta przez manipulację nagłówkiem Origin w linkach e-mail

CVE-2024-55964CRITICAL9.8PL ✓same product

Appsmith: RCE przez błędnie skonfigurowany PostgreSQL w kontenerze Docker

CVE-2026-50189HIGH8.9same product

Appsmith is a platform to build admin panels, internal tools, and dashboards. Prior to 2.1, Appsmith's bundled...