Description
Proctorio Chrome Extension is a browser extension used for online proctoring. The extension contains multiple window.addEventListener('message', ...) handlers that do not properly validate the origin of incoming messages. Specifically, an internal messaging bridge processes messages based solely on the presence of a fromWebsite property without verifying the event.origin attribute.
Published: 2026-02-11
Score: 3.6 Low
EPSS: < 1% Very Low
KEV: No
Impact: Potential unauthorized message handling within the Proctorio Secure Exam Proctor Extension
Action: Assess Impact
AI Analysis

Impact

The Proctorio Chrome Extension registers multiple window.addEventListener('message', ...) handlers that do not validate the origin of the event. Incoming messages are processed only if a fromWebsite property is present, and the event.origin attribute is ignored. This flaw means that any web page, malicious or compromised, can send crafted postMessage events to the extension, potentially causing the extension to perform unintended actions, reveal confidential information, or alter its internal state. The weakness corresponds to CWE‑346: Insufficient Verification of the Origin of a Message.

Affected Systems

All users of the Proctorio Secure Exam Proctor Extension are affected; no specific product versions are listed, suggesting that every released version containing the described handlers is vulnerable.

Risk and Exploitability

The CVSS score of 3.6 classifies the vulnerability as low severity. The EPSS score of less than 1% indicates a very low probability of exploitation. The vulnerability is not currently included in CISA’s Known Exploited Vulnerabilities catalog. Exploit requires a user to have the Proctorio extension installed and a malicious website or script capable of sending postMessage events to the extension, which is possible through a normal browsing session. While the attack vector is remote, the lack of origin checks allows attackers to bypass normal browser restrictions and inject messages into the extension’s context.

Generated by OpenCVE AI on April 17, 2026 at 20:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Proctorio Secure Exam Proctor Extension, verifying that the new version validates event origins before processing messages
  • If an upgrade is not immediately possible, uninstall the Proctorio extension from all affected user browsers to eliminate the attack surface
  • Deploy Chrome Enterprise policies to restrict extension installation or configure Site Isolation for extensions, ensuring that only trusted extensions can interact with document frames

Generated by OpenCVE AI on April 17, 2026 at 20:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 11 Feb 2026 22:15:00 +0000

Type Values Removed Values Added
First Time appeared Proctorio
Proctorio secure Exam Proctor Extension
Vendors & Products Proctorio
Proctorio secure Exam Proctor Extension
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 11 Feb 2026 15:15:00 +0000

Type Values Removed Values Added
Description Proctorio Chrome Extension is a browser extension used for online proctoring. The extension contains multiple window.addEventListener('message', ...) handlers that do not properly validate the origin of incoming messages. Specifically, an internal messaging bridge processes messages based solely on the presence of a fromWebsite property without verifying the event.origin attribute.
Title Insufficient Origin Validation in Proctorio Chrome Extension postMessage Handlers
Weaknesses CWE-346
References
Metrics cvssV3_1

{'score': 3.6, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N'}


Subscriptions

Proctorio Secure Exam Proctor Extension
cve-icon MITRE

Status: PUBLISHED

Assigner: Hackrate

Published:

Updated: 2026-02-11T21:19:08.551Z

Reserved: 2026-02-11T14:45:32.162Z

Link: CVE-2026-2345

cve-icon Vulnrichment

Updated: 2026-02-11T21:19:06.078Z

cve-icon NVD

Status : Deferred

Published: 2026-02-11T15:16:18.160

Modified: 2026-04-15T00:35:42.020

Link: CVE-2026-2345

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T20:30:15Z

Weaknesses