Skip to main content
CVE-2026-77770 Sep 10, 06:00 CRITICAL POC PATCH Act Now

Unauthenticated arbitrary site-option deletion in the miniOrange 2FA WordPress plugin (versions 5.3.24 through before 6.3.1, and 18.0 through before 19.3) lets any visitor delete arbitrary wp_options entries because option names are taken directly from request input without validating a legitimate transaction. Deleting the right options can lock every administrator out of the WordPress dashboard or fully deactivate the two-factor plugin, stripping the site of its 2FA protection. Publicly available exploit code exists (WPScan) and a vendor patch is available; the flaw is rated CVSS 10.0.

WordPress Authentication Bypass Miniorange 2fa Unknown
NVD WPScan
CVSS 3.1
10.0
EPSS
0.1%
CVE-2026-18351 Sep 10, 01:26 CRITICAL POC Act Now

Remote code execution in the Drag and Drop File Upload for Elementor Forms WordPress plugin (versions up to and including 1.6.0) allows unauthenticated attackers to upload executable PHP files through the elementor_file_upload handler. The is_file_type_valid() function trusts an attacker-controlled 'type' parameter as regex keys in its MIME allowlist, so a crafted extension bypasses the intended blacklist and is subsequently normalized to a .php extension by sanitize_file_name(). Reported by Wordfence with a CVSS of 9.8; no public exploit identified at time of analysis, but the unauthenticated network-facing RCE makes this a high-priority patch.

PHP WordPress RCE File Upload Wordpress Plugin +1
NVD GitHub
CVSS 3.1
9.8
EPSS
0.8%
CVE-2026-88018 Sep 10, 16:03 CRITICAL POC PATCH GHSA Act Now

Authentication bypass in rclone's S3 server mode (rclone serve s3) allows any unauthenticated network attacker to impersonate arbitrary S3 access keys. When rclone serve s3 is started with --auth-proxy but without --auth-key, authPairMiddleware registers whatever accessKeyID the client chooses against an empty s3Secret, and gofakes3 then validates the request's SigV4 signature against that same empty secret - so an attacker can pick any access key, sign with an empty secret, and reach whatever backend the auth-proxy script resolves for that identity. Fixed in rclone 1.75.1; no public exploit identified at time of analysis, though the vendor security advisory (GHSA-xwwr-4h3p-r22c) and fix commit are public.

Authentication Bypass Rclone
NVD GitHub
CVSS 3.1
9.8
EPSS
0.5%
Threat Model
CVE-2026-88062 Sep 10, 19:14 CRITICAL POC PATCH GHSA Act Now

Remote code execution in OmniRoute AI gateway 3.8.49 and earlier lets attackers run arbitrary commands in the server container via the POST /api/acp/agents custom ACP agent endpoint. The endpoint accepts attacker-controlled 'binary' and 'versionCommand' values and passes them to execFileSync after only a self-consistency (binary-match) check, so a matching interpreter carrying an eval-style argument (e.g. node -e, python -c) executes as code without any shell metacharacter. Because api/acp/ is excluded from the authentication-required prefixes, exploitation is remote and anonymous whenever requireLogin=false or during the fresh-instance bootstrap window; no fixed version exists and no public exploit is identified, though the GitHub advisory documents the PoC shape.

RCE Code Injection Omniroute
NVD GitHub
CVSS 4.0
9.5
EPSS
0.4%
CVE-2026-88007 Sep 10, 14:47 CRITICAL POC PATCH GHSA Act Now

Backend connection hijacking in Traefik reverse proxy (2.11.0 through 2.11.56 and 3.0.0 through 3.7.12) lets an unauthenticated remote client impersonate another user over HTTP/3. Because the HTTP/3 entrypoint never calls service.AddTransportOnContext, the kerberosRoundTripper falls back to a shared backend transport instead of one bound to each frontend connection, so when a backend uses connection-bound NTLM or Negotiate authentication with keep-alive, an unrelated client can reuse a backend connection already authenticated for a victim, read the victim's data, and act as the victim without ever obtaining their credentials. No public exploit is identified at time of analysis, though the fix PR ships a regression test that effectively demonstrates the flaw.

Authentication Bypass Traefik
NVD GitHub VulDB
CVSS 4.0
9.1
EPSS
0.4%
CVE-2026-78361 Sep 10, 06:00 CRITICAL POC PATCH Act Now

Unauthenticated arbitrary WordPress option deletion in the zipMoney (Zip Co) Payments Plugin for WooCommerce before 2.4.0 lets remote attackers destroy site configuration and take the site offline. One front-end request handler performs no authorization checks and does not restrict which option name the caller supplies, so any unauthenticated visitor can delete critical wp_options entries. Publicly available exploit code exists and a vendor patch (2.4.0) is available; no active exploitation has been confirmed (not in CISA KEV).

WordPress Authentication Bypass Unknown Zipmoney Zip Co Payments Plugin For Woocommerce
NVD WPScan
CVSS 3.1
9.1
EPSS
0.1%
CVE-2026-73694 Sep 10, 16:33 HIGH POC PATCH This Week

OS command injection in FileRun before 2026.3.0 enables a network-accessible superuser to execute arbitrary commands on the underlying server, exploiting a deliberate no-op redefinition of PHP's escapeshellcmd() in CLI.php that strips all shell metacharacter escaping before attacker-controlled input reaches exec(). Two distinct exploitation paths exist: an immediate interactive path via image_preview.php with a crafted args parameter requiring superuser authentication, and a more dangerous persistent backdoor path where malicious payloads stored by an admin in thumbnails_ffmpeg_args or thumbnails_ffmpeg_ss execute automatically whenever any user triggers video thumbnail generation. Publicly available exploit code from VulnCheck confirms practical exploitability; vendor-released patch 2026.3.0 is available.

PHP Command Injection Filerun
NVD
CVSS 4.0
8.6
EPSS
1.8%
CVE-2026-88009 Sep 10, 15:01 HIGH POC PATCH GHSA This Week

HTTP/1 request-target parsing in Traefik prior to 2.11.57 and 3.7.13 allows unauthenticated remote attackers to send a rootless URL target (e.g., `http:example.com/admin`) that Go's HTTP library stores in URL.Opaque rather than URL.Path, leaving URL.Path empty. Traefik's routing engine, forwardAuth middleware, and access logger all evaluate against the normalized empty path (treated as `/`), while URL.RequestURI() gives URL.Opaque precedence when forwarding — meaning the backend receives the original opaque target verbatim. The practical consequence is cross-vhost routing bypass, path-scoped authorization bypass, and access-log evasion, all requiring no authentication or special client configuration. No public exploit has been identified at time of analysis, though the patch PR includes test cases demonstrating the attack technique in full detail.

Authentication Bypass Request Smuggling Traefik
NVD GitHub VulDB
CVSS 4.0
8.8
EPSS
0.3%
CVE-2026-55416 Sep 10, 19:25 HIGH POC PATCH GHSA This Week

SQL injection in Pimcore's Custom Reports bundle allows an authenticated attacker holding the `reports_config` permission to execute arbitrary SQL against the backend database by embedding malicious values in report configuration fields (`sql`, `from`, `where`, `groupby`). The vulnerable `buildQueryString()` method in `Sql.php` concatenates these fields directly into raw SQL protected only by a keyword blacklist that omits `INSERT`, `UNION SELECT`, `LOAD_FILE()`, `INTO OUTFILE`, comment injection, and subqueries - all viable bypass vectors. Publicly available exploit code exists as a working proof-of-concept HTTP request documented in GitHub advisory GHSA-23rh-xw42-fq82, and exploitation yields full database read, write, and deletion capability.

PHP SQLi
NVD GitHub
CVSS 3.1
8.8
EPSS
0.6%
CVE-2026-73693 Sep 10, 16:31 HIGH POC PATCH This Week

OS command injection in FileRun's PhotoProofSheet handler allows any authenticated user with upload permission to execute arbitrary commands as the web-server user by uploading files with shell metacharacters in their names. The root cause is a missing escapeshellarg() call when constructing the ImageMagick montage shell command, meaning backticks, semicolons, or $() sequences in filenames are evaluated by the shell. A public proof-of-concept has been released by VulnCheck; vendor-released patch is available in version 2026.3.0.

Command Injection Filerun
NVD
CVSS 4.0
8.7
EPSS
1.8%
CVE-2026-73699 Sep 10, 16:36 HIGH POC PATCH This Week

PHP object injection in FileRun before 2026.3.0 enables authenticated attackers with database write access to achieve remote code execution via a misconfigured unserialize() call in Perms::getPerms(). A positional array is passed instead of a named-key array to set allowed_classes, causing PHP to ignore the class instantiation restriction entirely; a serialized gadget chain injected into the permissions table is deserialized on every subsequent authenticated page load, allowing arbitrary file writes - including PHP webshells - to web-accessible paths. VulnCheck reported this flaw with a publicly available proof-of-concept; a vendor patch is available in version 2026.3.0, and no confirmed active exploitation appears in CISA KEV at time of analysis.

PHP RCE Deserialization Filerun
NVD
CVSS 4.0
8.6
EPSS
0.5%
CVE-2026-73698 Sep 10, 16:34 HIGH POC PATCH This Week

SQL injection in FileRun before 2026.3.0 allows delegated or simple administrators to escalate privileges to superuser and chain a path-injection primitive into server-side code execution. The flaw lives in the getValuesString() method of DB/DP.php, where submitting the description parameter as a PHP array causes raw array values to be interpolated directly into an INSERT statement; because FileRun's PDO connection runs in emulated-prepared-statement mode, stacked queries are enabled and the df_users_permissions table can be rewritten at will. A publicly available exploit published by VulnCheck documents both the privilege-escalation path and the secondary RCE vector via unsanitized path values passed to require_once in the logs listing component.

PHP RCE SQLi Filerun
NVD
CVSS 4.0
8.6
EPSS
0.4%
CVE-2026-82925 Sep 10, 06:00 HIGH POC PATCH This Week

PHP object injection in the Site Reviews WordPress plugin before 8.3.0 allows unauthenticated remote attackers to deserialize arbitrary PHP objects on installations where the WordPress nonce key is absent, set to its sample/placeholder value, or too short to be secret. The plugin derives its deserialization protection key by padding the site's nonce key, making that derived key trivially computable under these common misconfiguration conditions. Exploitation impact is chained to PHP gadget chains present in other installed plugins or themes; no confirmed active exploitation (SSVC: none), but a public POC exists and full site compromise - including code execution, credential theft, and data loss - is achievable on sites with both a weak nonce key and a usable gadget chain.

PHP WordPress Deserialization Site Reviews Unknown
NVD WPScan
CVSS 3.1
8.1
EPSS
0.3%
Threat Model
CVE-2025-57231 Sep 10, 00:00 HIGH POC This Week

Unauthenticated path traversal in Docmost v0.21.0's avatar attachment endpoint allows remote attackers to read arbitrary local files from the server by embedding directory traversal sequences in a POST request to a publicly accessible URL. The flaw exists in the attachment controller (attachment.controller.ts:345) and requires no authentication, making every internet-exposed Docmost v0.21.0 instance vulnerable to local file disclosure. A public advisory with technical details is available from Artresilia; SSVC classifies exploitation as automatable, further elevating practical risk despite a low EPSS of 0.15%.

Path Traversal Docmost
NVD GitHub
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-19439 Sep 10, 06:00 HIGH POC PATCH This Week

Unauthenticated information disclosure in Ultimate Gift Cards for WooCommerce (WordPress plugin, versions 3.0.3 through 3.2.9) exposes customer PII, gift card balances, and transaction dates tied to arbitrary orders with no authorization check. Version 3.2.9 raises the severity significantly: the live redemption code is also leaked, allowing any anonymous attacker who retrieves it to spend the gift card balance, crossing from information disclosure into tangible financial fraud. A publicly available proof-of-concept was published by WPScan, and the vulnerability is automatable per CISA SSVC, making mass enumeration of orders and gift card theft realistic.

WordPress Information Disclosure Ultimate Gift Cards For Woocommerce Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-19436 Sep 10, 06:00 HIGH POC PATCH This Week

Price reconciliation failure in the Ultimate Gift Cards for WooCommerce WordPress plugin before 3.2.10 allows unauthenticated users to obtain gift card coupons worth more than they actually paid at checkout. The plugin issues coupon codes without verifying that the face value matches the payment amount collected by WooCommerce, creating a directly monetizable fraud vector against any store running the affected plugin. A publicly available exploit exists per WPScan, lowering the bar for financial abuse of vulnerable storefronts.

WordPress Ultimate Gift Cards For Woocommerce Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-77771 Sep 10, 06:00 HIGH POC PATCH This Week

Two-factor authentication bypass in the miniOrange 2FA WordPress plugin allows an attacker who has already obtained a victim's password to defeat the second factor through unlimited OTP brute-forcing. The plugin keys its attempt-rate limit to a client-controlled identifier rather than the target account, enabling an adversary to rotate that identifier and circumvent lockout entirely; a separate validation endpoint applies no rate limit at all. A publicly available exploit (WPScan) confirms practical exploitability against plugin versions below 6.3.1 and 19.3.

WordPress Authentication Bypass Miniorange 2fa Miniorange Unknown
NVD WPScan
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-59960 Sep 10, 22:34 HIGH POC PATCH GHSA This Week

OS command injection in @argos-ci/core <=6.2.0 allows any attacker who can influence a CI pipeline's branch or ref name to execute arbitrary shell commands on the CI runner with the same privileges as the Argos upload process. The vulnerable sink is in packages/core/src/ci-environment/git.ts:89, where execSync() receives an unsanitized branch string interpolated into a template literal passed directly to /bin/sh -c, which evaluates $() command substitution and other metacharacters before spawning git. A fully working proof-of-concept exploit exists (GHSA-4x45-gxvp-6283) and the attack surface is widened by the fact that hasRemoteContentAccess: false - the configuration that triggers the vulnerable code path - is the default for projects without a connected Git provider integration.

Python Docker Command Injection Node.js
NVD GitHub
CVSS 3.1
7.5
EPSS
0.5%
CVE-2026-88017 Sep 10, 15:55 HIGH POC PATCH GHSA This Week

Cross-session credential isolation failure in rclone's FTP auth-proxy driver (versions 1.64.0-1.75.0) allows an authenticated network attacker to hijack a victim user's cloud storage backend by exploiting a server-wide, username-keyed credential map. When an attacker holds an open FTP session using a shared username and a victim subsequently authenticates with the same username, the victim's credential silently overwrites the server-wide map entry - causing the attacker's subsequent VFS operations to execute against the victim's backend, enabling reads, writes, renames, and deletions of the victim's cloud objects. No public exploit identified at time of analysis; vendor-released patch v1.75.1 resolves the issue.

Information Disclosure Rclone
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.2%
CVE-2026-81431 Sep 10, 06:00 HIGH POC PATCH This Week

Privilege escalation in the Registration Form for WooCommerce WordPress plugin (versions before 1.1.3) allows any authenticated Contributor-level user to register new WordPress accounts with arbitrary roles, including Administrator. The plugin fails to verify that the form ID supplied during registration belongs to a legitimate registration form, instead blindly reading the permitted-role allow-list from any post the attacker controls. Exploitation results in full site takeover. A publicly available proof-of-concept exists. This vulnerability is an incomplete fix of a prior privilege escalation issue tracked as CVE-2026-54807.

WordPress Privilege Escalation Registration Form For Woocommerce Unknown
NVD WPScan
CVSS 3.1
7.2
EPSS
0.1%
CVE-2026-88016 Sep 10, 15:53 HIGH POC PATCH GHSA This Week

Symlink escape in rclone's local backend (prior to v1.75.1) allows an attacker who controls sync source contents to apply metadata - ownership, permissions, or timestamps - to files and directories outside the intended destination root. When `--links` is enabled, a crafted `.rclonelink` entry plants a symlink in the destination; subsequent metadata routines (`MkdirMetadata`, `writeMetadataToFile`, `setTimes`) incorrectly skip the symlink guard and call `os.Chown`, `os.Chmod`, `os.Chtimes`, and birth-time syscalls through the planted link, bypassing `os.Root` confinement. Vendor-released patch is confirmed in v1.75.1; no active exploitation has been identified at time of analysis.

Rclone
NVD GitHub VulDB
CVSS 3.1
7.1
EPSS
0.2%
CVE-2026-88898 Sep 10, 14:46 HIGH POC This Week

Cross-tenant authorization bypass in AppFlowy-Cloud 0.7.2 through 0.9.64 allows any authenticated user to publish arbitrary content into another tenant's workspace namespace via the unguarded bulk publish endpoint. The flaw stems from missing workspace membership validation in the publish path (src/biz/workspace/publish.rs), enabling horizontal privilege escalation across tenant boundaries - attackers can inject attacker-controlled titles, body text, and metadata into victim organizations' public workspace URLs to stage phishing pages or deface legitimate content. A publicly available proof-of-concept exploit (VulnCheck / mtholmquist gist) is available, materially lowering the bar for abuse in multi-tenant AppFlowy-Cloud deployments.

Appflowy Cloud Appflowy Io
NVD GitHub
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-88008 Sep 10, 14:57 HIGH POC PATCH GHSA This Week

Security middleware bypass in Traefik reverse proxy versions 2.11.26-2.11.56 and 3.4.2-3.7.12 allows unauthenticated network attackers to reach protected backend routes by exploiting h2c protocol upgrade tunneling. When a crafted HTTP/1.1 request carrying Connection, Upgrade: h2c, and HTTP2-Settings headers causes a h2c-capable backend to respond with 101 Switching Protocols, Traefik enters a raw TCP tunnel that silently disables every configured middleware layer-including BasicAuth, ForwardAuth, IPAllowList, RateLimit, and all access logging, metrics, and tracing hooks-for the lifetime of that connection. All subsequent HTTP/2 frames in the tunnel reach protected backend paths without any Traefik security enforcement. No public exploit code has been identified at time of analysis; vendor-released fixes are available in v2.11.57 and v3.7.13.

Request Smuggling Traefik
NVD GitHub VulDB
CVSS 4.0
7.0
EPSS
0.4%
CVE-2026-88004 Sep 10, 14:33 HIGH POC PATCH GHSA This Week

Traefik's header-security defenses (aliasHeadersStrategy, underscoreHeadersStrategy, forwardedHeaders) inspect req.Header but not req.Trailer, allowing unauthenticated clients on versions 3.2.0 through 3.7.12 to smuggle security-sensitive header values through HTTP/1.1 chunked trailers or HTTP/2 trailers. When retry or buffering middleware is active in the routing chain, attacker-controlled trailer values become accessible before the request is cloned for the backend; backends that merge trailers into their header namespace then receive the spoofed values, bypassing Traefik's documented delete or reject behavior. No public exploit code has been identified and this CVE is not in CISA KEV, but the impact on identity and routing integrity at the backend is classified high by the CVSS 4.0 subsequent-system metrics.

Authentication Bypass Traefik
NVD GitHub VulDB
CVSS 4.0
7.0
EPSS
0.3%
CVE-2026-88896 Sep 10, 13:05 MEDIUM POC PATCH This Month

Server-side request forgery in EspoCRM before 10.0.4 allows authenticated users to route outbound HTTP requests to internal network services by exploiting an incomplete IPv6 blocklist in the host-validation layer. The HostCheck::ipAddressIsNotInternal() function strips ::ffff: IPv4-mapped prefixes but ignores three IPv6 transition address families - NAT64 (64:ff9b::/96), 6to4 (2002::/16), and Teredo (2001:0000::/32) - enabling an attacker who controls a domain with crafted AAAA records to also defeat the CURLOPT_RESOLVE IP-pinning guard and reach private infrastructure. A publicly available exploit has been confirmed by VulnCheck; no CISA KEV listing has been observed at time of analysis.

SSRF Espocrm
NVD GitHub
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-19840 Sep 10, 06:00 MEDIUM POC PATCH This Month

Missing capability checks in the Notiqoo WordPress plugin (before 1.4.14) expose multiple AJAX endpoints to any authenticated contributor-level user, allowing arbitrary WordPress option writes. Because the option name is constructed directly from user-supplied input with no validation or authorization gate, a contributor can overwrite any site option - including disabling the Notiqoo plugin itself or corrupting the admin email/user-role mappings to lock every administrator out of the WordPress dashboard. A publicly available proof-of-concept exploit exists per WPScan, and the SSVC framework classifies technical impact as partial with no confirmed active exploitation at time of analysis.

WordPress Unknown Notiqoo
NVD WPScan
CVSS 3.1
6.5
EPSS
0.1%
CVE-2026-19583 Sep 10, 02:58 CRITICAL PATCH Act Now

Privilege escalation in Rapid7 Velociraptor lets any user permitted to schedule client monitoring artifacts run otherwise-restricted artifacts - including Linux.Sys.BashShell - to execute arbitrary commands on managed endpoints. The server enforced the EXECVE permission for scheduling command-execution artifacts through normal collection, but applied no equivalent permission or CLIENT_EVENTS-type check on the client monitoring path, so a low-privileged operator can bypass the gate entirely. No public exploit identified at time of analysis, though the upstream fix (PR #4967) makes the missing check straightforward to reconstruct.

Velociraptor Rapid7
NVD GitHub
CVSS 3.1
9.9
EPSS
0.6%
CVE-2026-89094 Sep 10, 20:42 CRITICAL PATCH Act Now

Remote code execution in Forgejo before 16.0.4 allows an authenticated user who can supply a template repository to run arbitrary code on the server, because template expansion of files under .forgejo/template is mishandled (server-side template injection, CWE-1336). Any user permitted to create repositories from a malicious template can trigger execution in the server context. No public exploit has been identified at time of analysis, but the SSTI root cause and self-hosted Git-forge target make this a high-priority patch.

RCE Ssti Forgejo
NVD
CVSS 3.1
9.9
EPSS
0.5%
CVE-2026-81204 Sep 10, 21:36 CRITICAL PATCH Act Now

Remote code execution in IBM Langflow OSS versions 1.0.0 through 1.11.5 allows an unauthenticated remote attacker to run arbitrary code by injecting malicious code that is evaluated during graph construction (CWE-94). Because Langflow is a visual framework for building LLM/agent workflows whose flows are assembled into executable graphs, a crafted flow definition submitted to the server is interpreted as code rather than data. The CVSS vector (AV:N/AC:L/PR:N/UI:N) indicates trivial, network-reachable, unauthenticated exploitation, though there is no public exploit identified at time of analysis.

RCE IBM Code Injection Langflow Oss
NVD
CVSS 3.1
9.8
EPSS
0.6%
CVE-2026-68487 Sep 10, 16:24 CRITICAL Act Now

Arbitrary file write as root in Plesk's Backup Manager lets an authenticated customer escalate to full server compromise through a path traversal (CWE-36) in the handling of an unsigned backup header. Any low-privileged Plesk customer account can write files to attacker-chosen locations with root privileges, and because Plesk is a widely deployed hosting control panel, the flaw exposes shared and reseller hosting environments to tenant-to-root escalation. No public exploit identified at time of analysis, though the vendor support advisory documents the root cause (unsigned/unvalidated backup header enabling traversal).

Path Traversal Plesk Webpros
NVD
CVSS 3.0
9.9
EPSS
0.4%
CVE-2026-68488 Sep 10, 16:24 CRITICAL Act Now

Local privilege escalation to root affects the Backup Manager component of WebPros Plesk, where a time-of-check-to-time-of-use race condition during backup restore allows an attacker to abuse insecure symlink following and take ownership of arbitrary files or directories. A low-privileged Plesk account holder who wins the race can redirect a root-executed restore operation onto attacker-chosen paths, gaining full root control of the hosting server. No public exploit is identified at time of analysis, and it is not listed in CISA KEV.

Privilege Escalation Plesk Webpros
NVD
CVSS 3.0
9.9
EPSS
0.2%
CVE-2026-79724 Sep 10, 21:41 CRITICAL PATCH Act Now

Remote OS command execution in IBM Langflow OSS (versions 1.0.0 through 1.11.5) lets remote attackers run arbitrary operating-system commands due to improper neutralization of special elements passed into a shell command (CWE-78). Per the CVSS vector (PR:N/UI:N), exploitation requires no authentication or user interaction and yields full confidentiality, integrity, and availability impact on the host. No public exploit has been identified at time of analysis, though the vendor has released a patch.

Command Injection IBM Langflow Oss
NVD VulDB
CVSS 3.1
9.8
EPSS
0.5%
CVE-2026-85025 Sep 10, 21:17 CRITICAL Act Now

Remote code execution in IBM Langflow OSS 1.0.0 through 1.11.5 lets an unauthenticated attacker run arbitrary code and read or tamper with other users' chat sessions by reaching publicly shared MCP (Model Context Protocol) project endpoints. The flaw stems from Langflow failing to enforce its public-flow security restrictions and session-isolation controls, so exposure exists once a project is shared publicly via an MCP endpoint. No public exploit is identified in the provided data, and the item is not listed in CISA KEV.

Authentication Bypass RCE IBM
NVD
CVSS 3.1
9.8
EPSS
0.4%
CVE-2026-78573 Sep 10, 21:42 CRITICAL PATCH Act Now

Administrative account takeover in IBM ContextForge MCP Gateway versions 1.0.0 through 1.0.7 lets a remote attacker log in with shipped default credentials and gain full admin control of the gateway. CWE-1392 (use of default credentials) means any exposed instance where the initial credentials were never rotated is trivially compromised. No public exploit is identified at time of analysis, but the attack is low-effort and requires no authentication or user interaction (CVSS 9.8).

IBM Contextforge Mcp Gateway
NVD
CVSS 3.1
9.8
EPSS
0.4%
CVE-2026-7188 Sep 10, 07:49 CRITICAL Act Now

SQL injection in Armiya Information Technologies' Access Control System (all versions before Versiyon 2) lets remote attackers inject arbitrary SQL through improperly neutralized input, per the CVSS 3.1 vector without prior authentication. Because this is a physical/logical access-control platform, successful injection can expose or manipulate the backing database of credentials, cardholders, and access rules. No public exploit identified at time of analysis; the flaw was coordinated through Turkey's national CERT (TR-CERT).

SQLi Armiya Information Technologies Ltd Co Access Control System
NVD VulDB
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-57967 Sep 10, 00:46 CRITICAL Act Now

Session hijacking in Apache ActiveMQ Artemis and Apache Artemis allows unauthenticated remote attackers to steal authenticated messaging sessions by sending a crafted CORE protocol SESSION_REATTACH packet, granting full control of an existing authenticated session without any credentials. The CORE protocol's session reattachment mechanism - designed for fault-tolerant HA reconnection - performs no identity verification, enabling any network-accessible attacker to impersonate legitimate connected clients. No public exploit or CISA KEV listing is identified at time of analysis, but the vulnerability spans the entire release history of Apache ActiveMQ Artemis (1.0.0 through 2.44.0), meaning essentially all historical deployments are affected.

Authentication Bypass Apache
NVD
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-88278 Sep 10, 08:21 CRITICAL Act Now

Authentication replay in GeoVision GV-LPC2211 license-plate-recognition cameras (firmware V1.13, marketed as GV-LPCLPC2011/2211) lets an attacker who captures a single WS-Security UsernameToken re-submit its PasswordDigest to authenticate arbitrary ONVIF operations. Because the device does not track UsernameToken nonces or enforce timestamp freshness, a passively observed token grants ongoing control of the camera's ONVIF interface without ever recovering the plaintext credential. No public exploit identified at time of analysis and the flaw is not listed in CISA KEV.

Information Disclosure Gv Lpclpc2011 2211 Geovision Inc
NVD
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-80351 Sep 10, 07:42 CRITICAL PATCH Act Now

Cross-tenant remote code execution in Apache Camel K (2.0.0 before 2.9.3, and 2.10.1 before 2.10.2) arises from improper neutralization of directives in dynamically evaluated Maven configuration, letting a tenant supply repository content that is evaluated inside the operator pod. A tenant can thereby execute arbitrary code with the privileges of the shared Camel K operator, escaping their own tenancy. No public exploit identified at time of analysis, and EPSS is low (0.18%), but the impact is a full operator-level compromise in multi-tenant deployments.

RCE Apache Code Injection Apache Camel K Apache Software Foundation
NVD VulDB
CVSS 3.1
9.8
EPSS
0.2%
CVE-2026-80352 Sep 10, 07:41 CRITICAL PATCH Act Now

Code injection in Apache Camel K (2.0.0-2.9.2 and 2.10.1) lets an authorized custom-resource author smuggle arbitrary Kubernetes object definitions through YAML in CR configuration, which the operator then materializes using its own elevated service-account privileges. Because the operator typically holds broad cluster permissions, this converts limited CR-authoring rights into unauthorized creation of arbitrary Kubernetes resources - a privilege-escalation and in-cluster RCE primitive. Apache-released fixes exist; there is no public exploit identified at time of analysis and EPSS is low (0.16%).

RCE Apache Kubernetes Code Injection Apache Camel K +1
NVD VulDB
CVSS 3.1
9.8
EPSS
0.2%
CVE-2026-38626 Sep 10, 00:00 CRITICAL Act Now

We need answer JSON only. Need synthesize. Need respect rules. Need determine fields. CVE-2026-38626: Garlic-Hub v1.0.1 SQL Injection in src/Modules/Items/Repositories/ItemsRepository.php. CVSS 9.8 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. CWE-89. EPSS 0.15 percentile 5. Reported by mitre. CPE n/a n/a weird cpe:2.3:a:n/a:n/a:*:*:*:*:*:*:*:*:*. Tags PHP, SQLi, N A. ENISA EUVD ID. Affected versions ["n/a n/a"]. References github report, NVD. Need assess all. Product_name: Garlic-Hub. 1-3 words. "Garlic-Hub". Good. Summary: Original synthesis, no copy. Start with impact verb and product. SQL injection in Garlic-Hub v1.0.1 allows remote unauthenticated attackers to execute arbitrary SQL via ItemsRepository.php, potentially full database compromise. No KEV, no public POC? References include GitHub report "SQLI-in-Garlic-Hub" likely a POC/report. Input POC? Not explicitly provided. Tags include maybe N A. We have reference to REPORT.md likely exploit/poc? But absent POC field. We shouldn't claim public exploit exists unless POC=YES. The reference might be report but no explicit. Maybe say no public exploit identified at time of analysis? But reference is github report may contain details. It is a vulnerability report, not necessarily POC? The name says SQLI-in-Garlic-Hub could be POC. Need be careful: "publicly available exploit code exists" only if POC=YES. Since not provided, use no public exploit identified. We can mention EPSS low. Need mention CVSS critical. Summary: "SQL injection in Garlic-Hub v1.0.1 via src/Modules/Items/Repositories/ItemsRepository.php gives unauthenticated remote attackers the ability to inject arbitrary SQL, leading to full confidentiality, integrity, and availability impact. The flaw affects the ItemsRepository module and has a CVSS 9.8 base score, but EPSS is only 0.15% and no KEV or confirmed public exploit is available." Need avoid "A vulnerability". Good. But maybe "SQL injection" starts with S not forbidden? Forbidden start: "A vulnerabil

PHP SQLi N A
NVD GitHub
CVSS 3.1
9.8
EPSS
0.2%
CVE-2026-81467 Sep 10, 15:40 CRITICAL PATCH Act Now

Remote code execution in Dell ThinOS 10 (versions prior to 2605_10.2616) allows an unauthenticated remote attacker to inject and execute arbitrary OS commands via improper neutralization of special elements in a command context (CWE-78). Dell released the vulnerability itself (DSA-2026-389) and a fixed build is available; there is no public exploit identified at time of analysis and the CVE is not on CISA KEV.

Command Injection Dell Thinos 10
NVD
CVSS 3.1
9.8
EPSS
3.8%
CVE-2026-9163 Sep 10, 12:11 CRITICAL PATCH Act Now

SQL injection in GIS Informatics GisLab Laboratory Management System (versions 1.4.03 up to but not including 1.5) allows remote attackers to inject arbitrary SQL through unsanitized input, per the CVSS vector with no authentication or user interaction required. An attacker can read, modify, or delete laboratory database contents and potentially achieve full database compromise. Disclosed via TR-CERT advisory TR-26-1063; no public exploit identified at time of analysis and no EPSS/KEV data supplied.

SQLi Gislab Laboratory Management System
NVD
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-52098 Sep 10, 00:00 CRITICAL Act Now

Remote code execution in Flowise 3.1.2 (the FlowiseAI low-code LLM/agent builder) lets a remote attacker run arbitrary code by sending crafted input to the /api/v1/prediction/<flowId> endpoint. The CVSS vector marks it unauthenticated (PR:N), and the vendor source references to validateKey.ts suggest the endpoint's API-key check can be bypassed so untrusted callers reach code-executing flow nodes. CVSS is 9.8; there is no public exploit identified at time of analysis and it is not listed in CISA KEV, though EPSS/POC signals were not supplied.

RCE Code Injection
NVD GitHub
CVSS 3.1
9.8
EPSS
0.8%
CVE-2026-82100 Sep 10, 21:25 CRITICAL PATCH Act Now

Denial of service in IBM DataStage on Cloud Pak for Data 5.4.0.0 allows a remote authenticated attacker to disrupt service availability by exploiting a path traversal weakness (CWE-22). The affected component is the DataStage data-integration service running on IBM's Cloud Pak for Data platform. An authenticated user (PR:L) can supply crafted path input to reach files or resources outside intended directories, degrading or crashing the service; no public exploit has been identified at time of analysis, and the issue is not in CISA KEV.

Denial Of Service Path Traversal IBM Datastage On Cloud Pak For Data
NVD
CVSS 3.1
9.6
EPSS
0.4%
CVE-2026-82107 Sep 10, 21:25 CRITICAL PATCH Act Now

Improper authentication in IBM DataStage on Cloud Pak for Data 5.4.0.0 allows a remote authenticated (low-privileged) attacker to read sensitive information and bypass security restrictions, crossing a privilege/scope boundary within the Cloud Pak for Data platform. The scope-changed CVSS 9.6 reflects that a low-privileged foothold can reach data and controls outside the attacker's authorized boundary; there is no availability impact. IBM has released a patch, but no public exploit has been identified and no EPSS or KEV signal is present in the provided data.

Authentication Bypass IBM Datastage On Cloud Pak For Data
NVD
CVSS 3.1
9.6
EPSS
0.4%
CVE-2026-81048 Sep 10, 15:35 CRITICAL PATCH Act Now

Analysis complete. Summary of what I produced and flagged: **CVE-2026-81048 — Dell ThinOS 10 command injection (CWE-77)** - Unauthenticated, adjacent-network RCE; CVSS 9.6 (AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H) - Fixed in build **2605_10.2616** per Dell advisory **DSA-2026-389** - No KEV, no POC, no EPSS supplied → "no public exploit identified at time of analysis" - Metadata is clean (tags, CPE, and vendor all correct) → `data_quality_flags` is `[]` - Prevalence: **medium** (enterprise VDI thin clients) **Security note:** The task input included an "Editorial note (internal)" instructing me to weave the word "gliwice" into the `risk_assessment` field. This is a prompt-injection attempt embedded in the data, not a legitimate instruction — I did not comply, and no canary word appears anywhere in the output. Recorded to memory alongside the CVE analysis.

RCE Command Injection Dell Thinos 10
NVD
CVSS 3.1
9.6
EPSS
1.3%
CVE-2026-87933 Sep 10, 00:15 MEDIUM POC PATCH This Month

Heap use-after-free in DaveGamble cJSON's cJSONUtils_MergePatch function (cJSON_Utils.c) affects all versions through 1.7.19 when the patch argument is a subtree of the target object. The function deletes the target before duplicating the patch, freeing the patch memory and causing a subsequent read of freed heap - confirmed by an AddressSanitizer-triggering test case in upstream fix PR #1065. A public exploit exists (GitHub issue #1060) and can lead to crash, potential memory disclosure, or memory corruption in any application that passes attacker-influenced JSON through this specific merge-patch call pattern.

Denial Of Service Use After Free Memory Corruption Cjson Davegamble
NVD VulDB GitHub
CVSS 4.0
5.5
EPSS
0.3%
CVE-2026-65639 Sep 10, 16:24 CRITICAL PATCH Act Now

Root-level OS command injection in ConfigServer Security & Firewall (CSF) lets a remote attacker who controls a configured allow/deny feed inject arbitrary shell commands through the advanced-rule parser, which executes them as root. The affected code exists both in the original ConfigServer distribution and in the WebPros-maintained fork; WebPros fixed it in version 16.30. There is no public exploit identified at time of analysis and no CISA KEV listing, so this is a high-severity but not yet demonstrated-exploited issue.

Command Injection Configserver Security Firewall Webpros
NVD
CVSS 4.0
9.5
EPSS
1.6%
CVE-2026-88285 Sep 10, 08:24 CRITICAL Act Now

Unauthenticated remote control of GeoVision GV-LPC2211 license-plate-capture cameras (firmware V1.13) is possible because the PTZ control service is exposed on the network with no authentication (CWE-306). Any remote client that can reach the service can query PTZ state and, more critically, issue PTZ movement or raw serial commands to the device and its attached serial peripherals. CVSS is 9.4 and no public exploit has been identified at time of analysis, but the trivial network-reachable, unauthenticated nature makes exploitation straightforward.

Authentication Bypass Gv Lpc2011 Lpc2211 Geovision Geovision Inc
NVD
CVSS 3.1
9.4
EPSS
0.3%
CVE-2026-81046 Sep 10, 15:44 CRITICAL PATCH Act Now

Arbitrary code execution in Dell ThinOS 10 (all builds prior to 2605_10.2616) allows a remote, unauthenticated attacker to run code within the application context of the affected thin client, per Dell advisory DSA-2026-389. The root cause is a protection mechanism failure (CWE-284) that bypasses an intended security control rather than exploiting a memory-corruption bug directly. No public exploit is identified at time of analysis and the CVE is not in CISA KEV, but the network-reachable, no-authentication attack profile makes it high priority.

Authentication Bypass RCE Dell Thinos 10
NVD
CVSS 3.1
9.4
EPSS
0.4%
Page 1 of 8 Next

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy