CVE-2026-48080
Last modified
CVE-2026-48080 is a high-severity vulnerability rated 8/10 on the CVSS scale. OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.2, the `GET /api/tenants/{id}` endpoint returns the full tenant record to any authenticated `TENANT_ADMIN` of that tenant, including the `databaseUrl` field. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.2, the `GET /api/tenants/{id}` endpoint returns the full tenant record to any authenticated `TENANT_ADMIN` of that tenant, including the `databaseUrl` field. This field contains the live PostgreSQL connection string the application uses to connect to that tenant's database. In the tested official `docker-compose.prod.yml` deployment, the connection string contained the user `postgres` with `rolsuper=true` and the plaintext password from `secrets/postgres_password.txt`. Operators who configure a non-superuser PostgreSQL user via `secrets/postgres_user.txt` would expose a less privileged credential, but the disclosure of the connection string itself is independent of that choice. The same credential applies to every database managed by that PostgreSQL instance: the central `appointment_booking` database, every per-tenant database (one per tenant), and the postgres administrative database. A `TENANT_ADMIN` of one tenant who can reach `postgres:5432` (directly via internal network, indirectly via any SSRF, RCE, or file-read in the application) can read every other tenant's appointment ciphertexts, key shares, and metadata; read the central user table, including all `GLOBAL_ADMIN` accounts, password hashes, and session records; modify or delete any data in any tenant database; and/or i a superuser-scoped deployment: use PostgreSQL's `pg_read_server_files`, `COPY ... FROM PROGRAM`, and `CREATE EXTENSION` for further escalation inside the database container. This breaks the per-tenant database isolation that is otherwise the primary cross-tenant control in the application. The application code carefully scopes most queries to the calling tenant's database, but those scopings are irrelevant once the attacker holds the credentials that bypass the application entirely. Version 1.0.2 fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| open-reception | appointment-booking-software | < 1.0.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48080?
How severe is CVE-2026-48080?
How do I fix CVE-2026-48080?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48075OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48076OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48077OpenReception's appointment booking software provides an end…5.3
- CVE-2026-48078OpenReception's appointment booking software provides an end…5.3
- CVE-2026-48079OpenReception's appointment booking software provides an end…7.4
- CVE-2026-4808The Gerador de Certificados – DevApps plugin for WordPress i…7.2
- CVE-2026-48081OpenReception's appointment booking software provides an end…8.1
- CVE-2026-48082OpenReception's appointment booking software provides an end…3.7
- CVE-2026-48083OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48084OpenReception's appointment booking software provides an end…7.4
- CVE-2026-48085OpenReception's appointment booking software provides an end…9.8
- CVE-2026-48086OpenReception's appointment booking software provides an end…9.9
Are you affected by CVE-2026-48080?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
