Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from Vendor (certcc) · only source for this CVE.
CVSS VectorVendor: certcc
Lifecycle Timeline
4DescriptionCVE.org
Version 3.0.7 of the Securly Chrome Extension dynamically registers content13.min.js as a content script via chrome.scripting.registerContentScripts() at runtime. This script is NOT declared in manifest.json and bypasses Chrome Web Store static security review. It runs on all URLs and immediately hides all page content, creates a full-page overlay, pauses all videos, and only restores content when the service worker confirms the page passes filtering. If Securly's servers are unreachable, pages remain indefinitely hidden.
AnalysisAI
Denial of service in Securly Chrome Extension 3.0.7 allows remote attackers to render all web browsing unusable when the extension's filtering service is unreachable. The extension dynamically registers an undeclared content script (content13.min.js) at runtime via chrome.scripting.registerContentScripts(), hiding every page behind a full-page overlay until the service worker validates the page; if Securly's servers fail or are blocked, pages remain indefinitely blank. No public exploit identified at time of analysis, and EPSS rates exploitation probability at 0.02% (5th percentile).
Technical ContextAI
Securly is a school-oriented web filtering Chrome extension distributed via the Chrome Web Store. The flaw is rooted in CWE-829 (Inclusion of Functionality from Untrusted Control Sphere): rather than declaring its filtering content script in manifest.json - which would subject it to Google's static security review during Chrome Web Store submission - the extension uses chrome.scripting.registerContentScripts() at runtime to inject content13.min.js across all URLs (<all_urls>). The script hides DOM content, overlays the viewport, and pauses media, only releasing the page after the background service worker receives a positive filtering verdict from Securly's backend. This dynamic-injection design pattern circumvents the manifest review pipeline that browser vendors rely on to vet extension behavior.
RemediationAI
No vendor-released patch identified at time of analysis; neither the CERT/CC VU#595768 entry nor the NVD record cite a fixed version. Administrators deploying Securly in managed Chrome environments should monitor https://kb.cert.org/vuls/id/595768 for vendor response and, in the interim, consider compensating controls based on tolerance for the trade-offs: removing or disabling the extension via Google Workspace / Chrome Enterprise policy eliminates the DoS exposure but also removes the intended content filtering (likely unacceptable in K-12 deployments where Securly satisfies CIPA obligations); allowlisting and monitoring availability of Securly's filtering API endpoints (so outages are detected and triaged immediately) mitigates the operational impact without removing the extension; and preparing an emergency Chrome policy push that disables the extension fleet-wide gives operators a quick recovery path if Securly's backend suffers a prolonged outage. Reporting the manifest-bypass behavior to Google's Chrome Web Store team is also warranted since it represents a circumvention of static review.
More in Securly Chrome Extension
View allDenial of service in Securly Chrome Extension version 3.0.7 allows on-path network attackers to halt all browsing activi
Information disclosure in Securly Chrome Extension version 3.0.7 allows remote unauthenticated attackers to retrieve SHA
Information disclosure weakness in Securly Chrome Extension version 3.0.7 stems from continued reliance on the deprecate
Cryptographic weakness in Securly Chrome Extension version 3.0.7 and earlier exposes AES-encrypted data to recovery atta
Hardcoded cryptographic secrets in Securly Chrome Extension version 3.0.7 allow remote attackers to decrypt sensitive cr
Cleartext transmission in Securly Chrome Extension version 3.0.7 exposes crisis alert keyword lists and content filterin
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34165
GHSA-jg8r-xqh5-556r