Katalog CVE

CVE-2026-48071

ŚrednieCVSS 5.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.38%

Percentyl 31 - wyżej niż 31% wszystkich znanych CVE

Streszczenie

Przed wersją 1.0.4 mechanizm ograniczania prób dla wyzwań PIN używa `emailHash` jako jedynego klucza, a tabela `challenge_throttle` jest współdzielona między wszystkimi dzierżawcami. Atakujący, znając adres e-mail pacjenta, może zablokować tego pacjenta w innym dzierżawcy, wysyłając nieudane odpowiedzi na wyzwania w jednym dzierżawcy. Blokada eskaluje z powtarzającymi się niepowodzeniami, prowadząc do długotrwałego ataku DoS. Wersja 1.0.4 naprawia ten problem.

Ocena ryzyka

Atakujący może celowo zablokować dostęp pacjenta do systemu, powodując niedostępność usługi i potencjalne zakłócenia w opiece zdrowotnej.

Rekomendacja

Zaktualizuj OpenReception do wersji 1.0.4 lub nowszej, aby poprawić mechanizm ograniczania prób, aby uwzględniał kontekst dzierżawcy.

Inne podatności w OpenReception

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.4, the PIN-type challenge throttle uses `emailHash` as the only key. The throttle rows live in the central `challenge_throttle` table, which is shared across all tenants. Every tenant's `/api/tenants/{id}/appointments/verify-challenge` endpoint increments the same row when a PIN response fails, and every tenant's `/api/tenants/{id}/appointments/challenge` endpoint reads the same row when deciding whether to issue a new challenge. When the same `emailHash` exists in multiple tenants on the same OpenReception instance (the same patient holding tunnels in two different clinics that share the platform), an attacker who knows the patient's email can lock out that patient on tenant B by issuing failed challenge responses against tenant A. The attacker needs no relationship to tenant B; the lockout propagates through the shared throttle row. The lockout escalates with repeated failures. The first lockout triggers at 4 failed attempts and lasts approximately 60 seconds. Subsequent failures escalate the lockout duration to 5 minutes, 30 minutes, and 60 minutes per the throttle service's escalation logic. Repeated bursts produce sustained denial of service against the targeted email. Version 1.0.4 patches the issue.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS