Summary
CVE-2026-84485 is a missing-authentication vulnerability in APITable, an open-source no-code database/collaboration platform, affecting all versions through 1.13.0-beta.1. The internal organization loadOrSearch endpoint can be queried without any credentials, allowing an unauthenticated attacker to enumerate a workspace’s full member directory — names, email addresses, and team hierarchy. The issue carries a HIGH severity rating due to its unauthenticated, network-exploitable nature and high confidentiality impact.
Technical details
- Root cause: The
InternalOrganizationController‘sloadOrSearchendpoint does not enforce authentication checks, even though related security controls exist elsewhere in the codebase (ResourceInterceptor,LoginContext). - Trigger conditions: An attacker needs only a valid space (workspace) identifier, which can be obtained from shared links or public templates — no login or API token is required.
- Attack vector: Network — a simple unauthenticated HTTP request to the internal endpoint using the harvested space ID.
- Impact: Disclosure of sensitive organizational data — member names, email addresses, and team/organizational hierarchy — enabling reconnaissance, targeted phishing, or further social-engineering attacks against the organization.
Affected software
- APITable, all versions through 1.13.0-beta.1 (inclusive)
Severity
- CVSS v3.1 Base Score: 7.5 (HIGH)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N - (A CVSS v4.0 score of 8.7 has also been assigned:
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)
Mitigation and recommended actions
- Immediate: Upgrade to a version of APITable released after 1.13.0-beta.1 once a vendor patch enforcing authentication on the
loadOrSearchendpoint is available; monitor the official APITable repository for the fixing release. - If no patch is currently available: Restrict or firewall access to internal/organization API endpoints from untrusted networks, avoid exposing space identifiers via public shared links or templates where not necessary, and monitor access logs for unauthenticated requests to internal organization endpoints.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Page title:
APITable - Raw response body:
"IS_APITABLE":true,Powered by APITable

