Skip to content

Unauthenticated Information Disclosure via API

Moderate
subrata71 published GHSA-qvvc-prjx-f85j Mar 26, 2026

Package

No package listed

Affected versions

<= v1.97

Patched versions

v1.98

Description

Summary

The Appsmith instance management API endpoints

  • Consolidated API Information Leakage - /api/v1/consolidated-api/view,
  • Sensitive Instance Information Disclosure -/api/v1/users/features
  • Tenant Configuration Disclosure - /api/v1/tenants/current
    are accessible without authentication. These endpoints are meant to function as internal “Application Performance” APIs, but they expose sensitive configuration metadata about the Appsmith instance, including the license plan, instance ID, enabled authentication providers, feature flags, and session timeout settings.

This allows an attacker to obtain a complete overview of all enabled enterprise features such as SAML SSO, SCIM provisioning, audit logs, branding, and granular access control without even having an account. Such information can significantly aid in targeted attack planning.

Any unauthenticated attacker with network access to the Appsmith instance can query these endpoints and extract actionable reconnaissance data.

PoC

  • No complex requirement, just set up the server and organization and visit the endpoints below

  • Sensitive Instance Information Disclosure -/api/v1/users/features

Screenshot 2026-02-20 at 8 51 41 PM
  • Tenant Configuration Disclosure - /api/v1/tenants/current
Screenshot 2026-02-20 at 8 37 30 PM
  • Consolidated API Information Leakage - /api/v1/consolidated-api/view,
Screenshot 2026-02-20 at 8 37 47 PM

Impact

By querying all three endpoints in sequence, an attacker can determine the exact organization operating the instance by cracking the exposed adminEmailDomainHash field, which is an unsalted SHA-256 hash that breaks trivially against a domain wordlist using commodity hardware. From there, the attacker obtains a full commercial profile of the target including license tier, subscription seat count, active user numbers, and license expiry date alongside a precise map of every enterprise feature enabled on the instance, including whether SAML, OIDC, SCIM provisioning, granular access control, and audit logging are active.

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

CVE ID

No known CVE

Weaknesses

Exposure of Sensitive Information to an Unauthorized Actor

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. Learn more on MITRE.

Credits