
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-67610 is an improper authentication vulnerability in OpenEMR's OAuth2 dynamic client registration endpoint, classified as Missing Authentication for Critical Function (CWE-306). It affects OpenEMR through version 8.2.0 and allows unauthenticated attackers to register a malicious OAuth2 client with system-level FHIR scopes by supplying a self-generated RSA keypair via the jwks field. Once an administrator approves the registered client, the attacker can use the client_credentials grant with a self-signed JWT assertion to obtain access tokens granting read access to all FHIR resources across all patients. The vulnerability was published on August 3, 2026, with a CVSS v4 base score of 8.6 (High) and a CVSS v3.1 base score of 8.1 (High) (Github Advisory).
The root cause is a missing authentication control (CWE-306) on the OAuth2 dynamic client registration endpoint, which fails to restrict who can register clients or what FHIR scopes they may request. An attacker generates a self-signed RSA keypair and submits a client registration request including the public key in the jwks field, requesting system-level FHIR scopes — all without any prior authentication. After an administrator approves the registration (a required user interaction step), the attacker leverages the client_credentials OAuth2 grant type with a self-signed JWT assertion authenticated by their private key to obtain a valid access token. Technical write-ups are available from JivaSecurity and VulnCheck (Github Advisory, VulnCheck Advisory).
Successful exploitation grants an unauthenticated attacker read access to all FHIR resources across all patients in the OpenEMR system, representing a severe breach of patient health information (PHI) confidentiality. The integrity impact is also rated High, as the attacker's registered client could potentially be used to make unauthorized modifications to FHIR data depending on the scopes granted. Availability is not directly impacted, but the mass exposure of sensitive medical records across an entire patient population poses significant regulatory (HIPAA) and reputational risk to affected healthcare organizations (Github Advisory).
The NVD SSVC assessment classifies exploitation status as "poc" (proof-of-concept exists), though Feedly's executive summary notes no confirmed public PoC or active in-the-wild exploitation at the time of publication. The attack requires passive user interaction — specifically, an administrator approving the malicious client registration — which limits full automation. The EPSS score is approximately 0.33%, indicating a low near-term exploitation probability. No threat actor attribution or CISA KEV catalog listing has been identified for this CVE (Github Advisory, VulnCheck Advisory).
cryptography) to generate a self-signed RSA keypair that will be used for JWT assertion authentication./oauth2/default/registration), including the attacker-controlled public key in the jwks field and requesting system-level FHIR scopes (e.g., system/*.read).client_credentials grant type to obtain a valid OAuth2 access token with system-level FHIR scopes./apis/default/fhir/Patient, /apis/default/fhir/Observation) and retrieve PHI for all patients in the system (Github Advisory, JivaSecurity Writeup)./oauth2/default/registration) from unknown or external IP addresses; unusual FHIR API bulk queries (e.g., GET /apis/default/fhir/Patient or GET /apis/default/fhir/*) using client_credentials grant tokens.client_credentials grant type with JWT bearer assertions shortly after a new client was approved; bulk FHIR resource access patterns from a single client ID.system/*.read) that were not created by known administrators; client registrations containing externally generated jwks public key material.The GitHub Advisory Database lists the patched version as "Unknown" at time of publication, indicating no official patch version has been confirmed. Administrators should implement the following interim mitigations: restrict access to the OAuth2 dynamic client registration endpoint to trusted networks or authenticated users only; carefully review and validate all pending OAuth2 client registrations before approval, particularly those requesting system-level FHIR scopes or containing externally supplied jwks keys; monitor OAuth2 client registration activity for suspicious patterns; and consider disabling dynamic client registration entirely if not required. Organizations should monitor the OpenEMR project for an official patch release and apply it promptly (Github Advisory, VulnCheck Advisory).
VulnCheck published an advisory detailing the vulnerability and its impact on OpenEMR's FHIR API access controls, and JivaSecurity published a technical write-up describing the attack chain (VulnCheck Advisory, JivaSecurity Writeup). No significant broader media coverage or notable social media reactions have been identified at this time.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."