Description
Version 3.0.7 of the Securly Chrome Extension downloads config.json over HTTP and compiles server-provided patterns as JavaScript regular expressions via new RegExp() without complexity validation. An on-path attacker can inject specific patterns to cause catastrophic backtracking, resulting in denial of service on all browsing.
Published: 2026-06-03
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Securly Chrome Extension version 3.0.7 retrieves a configuration file over an unsecured HTTP connection and uses the server‑supplied string to build JavaScript regular expressions through new RegExp() without limiting their complexity. This vulnerability exploits weaknesses in regular expression handling (CWE-1333) and insufficient input validation (CWE-917). An attacker who can manipulate the on‑path traffic can inject specially crafted patterns that trigger catastrophic backtracking. This results in a denial of service by exhausting CPU resources for all browsing sessions that load the extension.

Affected Systems

Securly Chrome Extension version 3.0.7 is affected. No other versions were identified.

Risk and Exploitability

The vulnerability is a client‑side denial of service that requires control over the HTTP stream to inject malicious regex expressions. Because the attack occurs on the user’s browser, it is a local‑machine threat that can impact any user with the vulnerable extension installed. The CVSS score of 7.5 and the EPSS score of <1% indicate a moderate severity with a very low exploitation likelihood, and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, the possibility of triggering an application‑level outage makes it a moderate‑to‑high risk until vendor mitigation is released.

Generated by OpenCVE AI on June 5, 2026 at 22:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable or uninstall the Securly Chrome Extension until a patched version is released.
  • Block network connections to the domain that serves config.json from the extension to prevent downloading malicious patterns.
  • Monitor browser usage for CPU spikes or DoS symptoms and apply the vendor’s patch as soon as it becomes available.

Generated by OpenCVE AI on June 5, 2026 at 22:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 05 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Securly securly
Weaknesses CWE-917
CPEs cpe:2.3:a:securly:securly:3.0.7:*:*:*:*:chrome:*:*
Vendors & Products Securly securly

Fri, 05 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Securly
Securly securly Chrome Extension
Vendors & Products Securly
Securly securly Chrome Extension

Thu, 04 Jun 2026 22:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Thu, 04 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1333
Metrics cvssV3_1

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

ssvc

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


Wed, 03 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Wed, 03 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Description Version 3.0.7 of the Securly Chrome Extension downloads config.json over HTTP and compiles server-provided patterns as JavaScript regular expressions via new RegExp() without complexity validation. An on-path attacker can inject specific patterns to cause catastrophic backtracking, resulting in denial of service on all browsing.
Title CVE-2026-8888
References

Subscriptions

Securly Securly Securly Chrome Extension
cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-06-04T19:48:31.510Z

Reserved: 2026-05-18T20:40:05.298Z

Link: CVE-2026-8888

cve-icon Vulnrichment

Updated: 2026-06-04T19:48:09.767Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-03T19:16:39.807

Modified: 2026-06-05T20:46:45.293

Link: CVE-2026-8888

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-05T22:30:06Z

Weaknesses
  • CWE-1333

    Inefficient Regular Expression Complexity

  • CWE-917

    Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')