PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-48084 open-reception CVE debrief

CVE-2026-48084 is a high-severity vulnerability in OpenReception's appointment booking software, allowing unlimited failed passphrase login attempts. This oversight makes it susceptible to credential stuffing and dictionary attacks, as the throttle infrastructure exists but was not implemented for the passphrase branch. The vulnerability was addressed in version 1.0.2. Defenders should assess exposure and prioritize patching to prevent potential credential stuffing and dictionary attacks.

Vendor
open-reception
Product
appointment-booking-software
CVSS
HIGH 7.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-06
Original CVE updated
2026-09-08
Advisory published
2026-08-06
Advisory updated
2026-09-08

Who should care

Defenders responsible for OpenReception's appointment booking software should assess exposure and prioritize patching to prevent potential credential stuffing and dictionary attacks. They should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.

Why it matters

CVE-2026-48084 is a high-severity vulnerability in OpenReception's appointment booking software that allows for unlimited failed passphrase login attempts, making it susceptible to credential stuffing and dictionary attacks.

  • Credential stuffing and dictionary attacks are possible due to lack of throttle on passphrase login attempts
  • Accounts using common base patterns or words from a leak corpus are realistically reachable

Technical summary

The vulnerability allows for unlimited failed passphrase login attempts due to an oversight in the implementation of the throttle infrastructure for the passphrase branch. This makes it susceptible to credential stuffing and dictionary attacks. The issue was addressed in version 1.0.2. The passphrase branch simply does not invoke that throttle, leaving a supported high-value login path unprotected against credential stuffing and dictionary attacks. The same backend implements a working per-account throttle on the WebAuthn challenge endpoint, which returns HTTP 429 after roughly 19 attempts.

Defensive priority

Defenders should prioritize patching to prevent credential stuffing and dictionary attacks.

Recommended defensive actions

  • Patch to version 1.0.2 or later
  • Implement WebAuthn challenge endpoint throttle
  • Monitor for suspicious login attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and source references provide details on the vulnerability and its patch. The passphrase branch in `/api/auth/login` was not updated to record failed attempts, leaving a supported high-value login path unprotected. The throttle infrastructure exists and is wired into the same auth backend, working on the WebAuthn path. However, the asymmetry confirms this is an oversight rather than a design choice. Combined with the application's minimum-passphrase policy (12 characters, no entropy or dictionary checks), accounts using

Sources and references

Verified primary and authoritative sources

  • CVE-2026-48084 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-48084

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-48084 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48084

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/open-reception/appointment-booking-software/commit/b283dbb670e09112299fb0cf89f3cb054ecc1700

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://github.com/open-reception/appointment-booking-software/security/advisories/GHSA-hhg5-xmjg-3m93

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.