Description
APITable through 1.13.0-beta.1 exposes the internal organization loadOrSearch endpoint without authentication, allowing unauthenticated attackers to retrieve member names, email addresses, and team hierarchy. Attackers can query the endpoint with space identifiers obtained from shared links or public templates to enumerate the complete member directory of any workspace.
Published: 2026-09-02
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

APITable versions up to 1.13.0-beta.1 expose an internal loadOrSearch API endpoint without requiring any authentication. The publicly accessible endpoint returns sensitive data, including user names, email addresses, and organizational hierarchy. This flaw allows an attacker to gather a complete view of a workspace’s member directory. The vulnerability class is CWE-306, representing missing authentication, which can lead to confidential data exposure and potential further compromise if additional credentials or roles are inferred from the leaked data.

Affected Systems

The affected product is APITable, specifically the backend server exposed through the internal organization loadOrSearch endpoint. All releases from the start of version 1.0 up to 1.13.0-beta.1 are impacted, as the source code referenced shows the lack of authentication checks in that range.

Risk and Exploitability

The CVSS score for this vulnerability is 8.7, indicating a high severity level. The EPSS score is not available, so the current probability of exploitation cannot be quantified, but because the endpoint is publicly reachable and requires no credentials, the attack bar is low. No listing in the CISA KEV catalog suggests that no known public exploits have been observed yet. Based on the description, the likely attack vector is a direct HTTP request to the internal endpoint from the internet, making exploitation straightforward for any unauthenticated actor who can discover the endpoint URL and provides a space identifier that can be obtained via shared links or public templates. The impact is purely data disclosure, but the accidental visibility of organizational structure could assist attackers in planning targeted attacks or social engineering against team members.

Generated by OpenCVE AI on September 2, 2026 at 04:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade APITable to version 1.13.0 or later where the internal organization endpoint requires authentication
  • If upgrading immediately is not possible, block or disable the internal organization loadOrSearch endpoint for unauthenticated users using a firewall or reverse proxy
  • Monitor server logs for requests to the loadOrSearch endpoint and investigate any unknown or suspicious space identifiers

Generated by OpenCVE AI on September 2, 2026 at 04:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 02:45:00 +0000

Type Values Removed Values Added
First Time appeared Apitable
Apitable apitable
Vendors & Products Apitable
Apitable apitable

Wed, 02 Sep 2026 01:45:00 +0000

Type Values Removed Values Added
Description APITable through 1.13.0-beta.1 exposes the internal organization loadOrSearch endpoint without authentication, allowing unauthenticated attackers to retrieve member names, email addresses, and team hierarchy. Attackers can query the endpoint with space identifiers obtained from shared links or public templates to enumerate the complete member directory of any workspace.
Title APITable through 1.13.0-beta.1 Missing Authentication on the Internal Organization Load or Search Endpoint
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Apitable Apitable
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-02T01:18:15.643Z

Reserved: 2026-09-01T20:37:00.841Z

Link: CVE-2026-84485

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T02:17:20.607

Modified: 2026-09-02T02:17:20.607

Link: CVE-2026-84485

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T04:30:04Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function