Privilege escalation in the DOM: Navigation component. This vulnerability was fixed in Firefox 154, Firefox ESR 115.39, Firefox ESR 140.14, and Firefox ESR 153.1.
CVSSv3.1 8.8 (HIGH)
CWECWE 269TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-18
2026-08-18 13:17Z
CRIT
CVE-2026-74938 — Mitigation: bypass in the JavaScript: GC component.
Mitigation bypass in the JavaScript: GC component. This vulnerability was fixed in Firefox 154, Firefox ESR 153.1, Thunderbird 154, and Thunderbird 153.1.
CVSSv3.1 9.1 (CRITICAL)
CWECWE 693VNDMitigationTYPVulnerability
9.1
CVSS v3.1
96
Edit Score
2026-08-18
2026-08-18 13:17Z
HIGH
CVE-2026-74937 — Use: Use-after-free in the JavaScript: GC component.
Use-after-free in the JavaScript: GC component. This vulnerability was fixed in Firefox 154, Firefox ESR 153.1, Thunderbird 154, and Thunderbird 153.1.
CVSSv3.1 8.8 (HIGH)
CWECWE 416TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-18
2026-08-18 13:17Z
CRIT
CVE-2026-74936 — Mozilla Firefox: Use-after-free in the JavaScript: WebAssembly component.
Use-after-free in the JavaScript: WebAssembly component. This vulnerability was fixed in Firefox 154, Firefox ESR 140.14, Firefox ESR 153.1, Thunderbird 154, Thunderbird 140.14, and Thunderbird 153.1.
CVSSv3.1 9.8 (CRITICAL)
CWECWE 416VNDMozillaTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-18
2026-08-18 13:17Z
HIGH
CVE-2026-74935 — Privilege: escalation in the DOM: Networking component.
Privilege escalation in the DOM: Networking component. This vulnerability was fixed in Firefox 154, Firefox ESR 115.39, Firefox ESR 140.14, and Firefox ESR 153.1.
CVSSv3.1 8.8 (HIGH)
CWECWE 269TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-18
2026-08-18 12:49Z
HIGH
New Report: AI threats are here. Why Q2 2026 signals the end of traditional patch cycles
Rapid7 Research·rapid7.com
Rapid7 Labs' Q2 2026 Quarterly Threat Landscape Report reveals that vulnerability disclosure volume has doubled year-over-year (8,539 high/critical CVEs vs. 4,268 in Q2 2025), while actual exploitation remains flat (~40 vulnerabilities), indicating a widening gap between patch capacity and disclosure velocity. The report highlights that 62% of exploited vulnerabilities require no user interaction, with missing-authentication flaws (CWE-306) surging 247% YoY, and identifies persistent nation-state activity and evolving ransomware tactics as key threats.
ArcadeDB versions before 26.8.1 fail to sanitize database names in the POST /api/v1/server endpoint's create database and drop database commands, allowing authenticated root users to write and delete arbitrary files outside the configured database directory. Attackers can supply database names containing ../ sequences to create databases at arbitrary filesystem paths or recursively delete directories the server process can access.
CVSSv3.1 8.7 (HIGH)
CWECWE 22VNDArcadedbTYPVulnerability
8.7
CVSS v3.1
94
Edit Score
728 × 90 / responsive · programmatic ad slot
2026-08-18
2026-08-18 12:19Z
CRIT
CVE-2026-75854 — ArcadeDB: versions before 26.8.1 contain a missing authentication vulnerability in the Redis wire-protocol plugin
ArcadeDB versions before 26.8.1 contain a missing authentication vulnerability in the Redis wire-protocol plugin that allows unauthenticated attackers to read, write, and delete data. Attackers can connect to the Redis port and execute arbitrary commands against any database on the server without providing credentials, bypassing all security gates.
CVSSv3.1 9.8 (CRITICAL) · EPSS 62th percentile
CWECWE 306VNDArcadedbTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-18
2026-08-18 12:19Z
HIGH
CVE-2026-75853 — Gremlin: ArcadeDB's Gremlin wire-protocol plugin (com.arcadedb:arcadedb-gremlin) in versions <= 26.7.3 enforces authentication (SASL PLAIN) but
ArcadeDB's Gremlin wire-protocol plugin (com.arcadedb:arcadedb-gremlin) in versions <= 26.7.3 enforces authentication (SASL PLAIN) but performs no authorization: it never checks database access permissions (canAccessToDatabase) and never binds the authenticated principal into the engine. As a result, any valid server credential — even one provisioned for zero or one unrelated database — can read, write, and drop data in any database on the server by selecting a target databas
CVSSv3.1 8.8 (HIGH) · EPSS 32th percentile
CWECWE 862VNDGremlinTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-18
2026-08-18 12:19Z
CRIT
CVE-2026-75852 — ArcadeDB: versions before 26.8.1 fail to enforce SASL authentication on data commands in the
ArcadeDB versions before 26.8.1 fail to enforce SASL authentication on data commands in the MongoDB wire-protocol plugin. Unauthenticated attackers can issue insert, find, update, delete, and create commands against any database by connecting to port 27017 without credentials.
CVSSv3.1 9.8 (CRITICAL) · EPSS 37th percentile
CWECWE 306VNDArcadedbTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-18
2026-08-18 12:19Z
CRIT
CVE-2026-75851 — ArcadeDB: server (com.arcadedb:arcadedb-server) in versions 26.7.3 and earlier fails to propagate the authenticated principal
ArcadeDB server (com.arcadedb:arcadedb-server) in versions 26.7.3 and earlier fails to propagate the authenticated principal to asynchronous command worker threads. When an HTTP command is submitted with awaitResponse:false, it executes on an async worker whose DatabaseContext has no bound user, causing the scripting authorization gate to become a no-op. A user with only read access to a single database can submit an asynchronous JavaScript (language=js) command via the /api/
CVSSv3.1 9.9 (CRITICAL) · EPSS 24th percentile
CWECWE 269VNDArcadedbTYPVulnerability
9.9
CVSS v3.1
100
Edit Score
2026-08-18
2026-08-18 12:19Z
CRIT
CVE-2026-75843 — ArcadeDB: before 26.8.1 fails to bind the authenticated principal on the gRPC transaction executor
ArcadeDB before 26.8.1 fails to bind the authenticated principal on the gRPC transaction executor thread in beginTransaction, allowing authenticated readers to execute JavaScript commands without scripting authorization checks. Attackers can execute executeCommand with a transaction ID to run unrestricted JavaScript that creates server-wide administrator accounts.
CVSSv3.1 9.9 (CRITICAL) · EPSS 22th percentile
CWECWE 269VNDArcadedbTYPVulnerability
9.9
CVSS v3.1
100
Edit Score
2026-08-18
2026-08-18 12:19Z
CRIT
CVE-2026-75837 — Grav: before 2.0.14 fails to guard the access field in the core group blueprint
Grav before 2.0.14 fails to guard the access field in the core group blueprint with the required security@: admin.super restriction. A delegated admin.users operator can save a group with access[admin][super]=true to escalate to super-admin, gaining scheduler and Twig evaluation capabilities.
CVSSv3.1 9.1 (CRITICAL)
CWECWE 269VNDGravTYPVulnerability
9.1
CVSS v3.1
96
Edit Score
2026-08-18
2026-08-18 12:19Z
HIGH
CVE-2026-75836 — Grav: The Grav API plugin (getgrav/grav-plugin-api, bundled with Grav's admin-next/API stack) before 1.0.14 fails to
The Grav API plugin (getgrav/grav-plugin-api, bundled with Grav's admin-next/API stack) before 1.0.14 fails to enforce the authorize requirement in MenubarController::executeAction(). While the GET /menubar/items listing endpoint correctly filters menubar items via userPassesAuthorize(), the POST /api/v1/menubar/actions/{plugin}/{action} endpoint only checks the baseline api.access permission and never evaluates the authorize field a plugin registered for that action. Any aut
CVSSv3.1 8.8 (HIGH) · EPSS 25th percentile
CWECWE 862VNDGravTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-18
2026-08-18 12:19Z
HIGH
CVE-2026-75829 — Attackers can submit crafted header and content parameters to execute server-side template injection payloads
grav-plugin-api versions before 1.0.15 fail to validate Twig content in the translate() endpoint, allowing attackers with api.pages.write permission to persist pages with process.twig enabled. Attackers can submit crafted header and content parameters to execute server-side template injection payloads that are evaluated at render time.
CVSSv3.1 8.1 (HIGH) · EPSS 21th percentile
CWECWE 1336TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-18
2026-08-18 12:19Z
HIGH
CVE-2026-75828 — Grav: before 2.0.15 contains a stored cross-site scripting vulnerability in the detectXss() function where
Grav before 2.0.15 contains a stored cross-site scripting vulnerability in the detectXss() function where unpaired quotes in unquoted attribute values bypass event-handler detection. Authenticated editors can inject event handlers like onerror= that pass validation and execute in visitor browsers when page content is rendered.
CVSSv3.1 8.7 (HIGH) · EPSS 19th percentile
CWECWE 79VNDGravTYPVulnerability
8.7
CVSS v3.1
94
Edit Score
2026-08-18
2026-08-18 12:19Z
HIGH
CVE-2026-75827 — Grav: before 2.0.15 contains an arbitrary file write vulnerability in the Blueprint dynamic-data bare-function
Grav before 2.0.15 contains an arbitrary file write vulnerability in the Blueprint dynamic-data bare-function validation that uses an incomplete denylist instead of a positive allowlist. Attackers with page-edit or blueprint-config access can invoke the error_log function through a data directive to append PHP payloads to web-accessible files, achieving remote code execution.
CVSSv3.1 8.8 (HIGH)
CWECWE 94VNDGravTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-18
2026-08-18 12:19Z
HIGH
CVE-2026-74902 — SiYuan: before v3.7.4 contains a cross-site scripting vulnerability in the file upload validation flow
SiYuan before v3.7.4 contains a cross-site scripting vulnerability in the file upload validation flow that fails to escape filenames before inserting them into HTML via insertAdjacentHTML. Attackers can craft a malicious filename containing script payloads that execute with full OS command access when a user drags, drops, or pastes the file into the editor.
CVSSv3.1 8.6 (HIGH) · EPSS 4th percentile
CWECWE 79VNDSiyuanTYPVulnerability
8.6
CVSS v3.1
93
Edit Score
2026-08-18
2026-08-18 11:16Z
CRIT
CVE-2026-75627 — Bastillion: fails to properly validate request URI paths in its controller dispatcher, allowing unauthenticated
Bastillion fails to properly validate request URI paths in its controller dispatcher, allowing unauthenticated attackers to bypass authentication filters by prefixing requests with arbitrary path segments. Attackers can access administrative controllers to read user listings, create manager accounts, and register managed systems, gaining control over SSH access to the managed fleet.
CVSSv3.1 9.8 (CRITICAL)
CWECWE 288VNDBastillionTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-18
2026-08-18 11:16Z
CRIT
CVE-2026-75626 — SpiderFoot: fails to HTML-escape correlation titles built from external scan data sources including server
SpiderFoot fails to HTML-escape correlation titles built from external scan data sources including server banners and metadata. Attackers can inject malicious HTML elements with event handlers into correlation results that execute scripts in the operator's browser when the correlations view is opened, potentially stealing API keys.
CVSSv3.1 9.3 (CRITICAL)
CWECWE 79VNDSpiderfootTYPVulnerability
9.3
CVSS v3.1
97
Edit Score
2026-08-18
2026-08-18 08:16Z
CRIT
CVE-2026-34884 — SSRF: via set_skywalking_url Tool and GraphQL expression injection vulnerability in Apache SkyWalking MCP.
SSRF via set_skywalking_url Tool and GraphQL expression injection vulnerability in Apache SkyWalking MCP.
This issue affects Apache SkyWalking MCP: 0.1.0.
Users are recommended to upgrade to version 0.2.0, which fixes this issue.
CVSSv3.1 9.8 (CRITICAL) · EPSS 15th percentile
CWECWE 918VNDSsrfTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-18
2026-08-18 07:16Z
HIGH
CVE-2026-15371 — GUI: Velociraptor's web GUI allows specifying a custom type for columns in tables.
Velociraptor's web GUI allows specifying a custom type for columns in tables. The URL type takes the cell value and forms a URL which can be clicked in the GUI.The code does not limit the schemes allowed in this URL , allowing an attacker to specify a JavaScript scheme exposing the user to XSS.
CVSSv3.1 8.1 (HIGH) · EPSS 11th percentile
CWECWE 177VNDGuiTYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-18
2026-08-18 06:16Z
CRIT
CVE-2026-15748 — Forminator: The Forminator Forms plugin for WordPress is vulnerable to Arbitrary File Upload in all
The Forminator Forms plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.56.1 via the handle_file_upload function. This is due to insufficient file type validation in handle_file_upload, where the dangerous-extension blocklist performs exact-key matching that is bypassed by pipe-alternative MIME type keys, combined with a public submission handler that trusts attacker-controlled upload field configuration injected via a forged S
CVSSv3.1 9.8 (CRITICAL)
CWECWE 434VNDForminatorTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-18
2026-08-18 02:17Z
CRIT
CVE-2026-75094 — This manipulation of the argument ssid causes os command injection.
A flaw has been found in COMFAST CF-N1-S 2.6.0.1. This impacts the function sub_44B438 of the file /cgi-bin/mbox-config?method=SET§ion=ptest_ssid of the component CGI Interface. This manipulation of the argument ssid causes os command injection. Remote exploitation of the attack is possible. The exploit has been published and may be used.
CVSSv3.1 9.1 (CRITICAL)
CWECWE 77CWECWE 78TYPVulnerability
9.1
CVSS v3.1
96
Edit Score
2026-08-17
2026-08-17 23:16Z
CRIT
CVE-2026-67919 — Halo: An issue in Halo 2.25.4 allows a remote attacker to execute arbitrary code via
An issue in Halo 2.25.4 allows a remote attacker to execute arbitrary code via the PluginEndpoint.java, installFromUri method, and DefaultPluginApplicationContextFactory components
CVSSv3.1 9.8 (CRITICAL) · EPSS 55th percentile