Exploited Cisco ISE Flaw Leads a Wave of Attacks on Trusted Software Channels
Active exploitation of a critical Cisco ISE flaw highlights attacks through trusted software channels, Orkes, Discourse, libheif and AI plugins.
Illustrative image generated with AI
Security activity identified on September 21, 2026, shows attackers repeatedly turning trusted infrastructure into an initial-access mechanism. Management APIs, AI-agent plugins, browser extensions, embedded website scripts and legitimate cloud services all feature in the latest campaigns.
The most urgent issue is CVE-2026-76460, a CVSS 10.0 authentication bypass affecting Cisco Identity Services Engine. Cisco has confirmed active exploitation, while the Cybersecurity and Infrastructure Security Agency has added the vulnerability to its Known Exploited Vulnerabilities catalog.
Other immediate risks include unauthenticated code execution in Orkes Conductor, a malformed-image flaw affecting libheif and Discourse, and an AI plugin supply-chain technique capable of silently replacing pinned code.
Cisco ISE API flaw is already being exploited
CVE-2026-76460 affects two products at version 3.1.0:
- Cisco Identity Services Engine 3.1.0
- Cisco Identity Services Engine Passive Identity Connector 3.1.0
The vulnerability originates in inadequate authentication controls on an API endpoint. A remote attacker can submit a crafted request without credentials, bypass authentication and obtain unauthorized access through the web-based management interface.
Its CVSS 3.1 vector is CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H. That assessment reflects a network-accessible attack requiring low complexity, no privileges and no user action, with potentially severe consequences for confidentiality, integrity and availability. The weakness is classified as CWE-648.
CISA placed the flaw in KEV on September 16, 2026, setting September 19, 2026, as the remediation deadline for US federal agencies. Required actions include following Cisco’s mitigation instructions, BOD 26-04 risk-based patching guidance and CISA’s forensic-triage requirements. Organizations must discontinue use if no effective mitigation is available.
The affected versions are known, but a specific fixed Cisco release is not identified in the available information. Administrators should therefore use the current vendor instructions rather than infer a safe version boundary.
Because exploitation has been confirmed, response should extend beyond patching. Security teams should examine ISE API activity, management-interface exposure and authentication records for unexpected access. Internet-facing or broadly reachable management services deserve first priority.
This is not an isolated KEV development among the associated vendors. Over the previous 90 days, CVE-2025-39682, CVE-2025-39964, CVE-2026-53266, CVE-2026-87886, CVE-2026-76461 and CVE-2026-87491 also entered the catalog across Linux, Google and Cisco products. CVE-2026-76461, another Cisco identifier, was added on September 14, 2026.
Orkes and Discourse face separate remote-code execution paths
The newly disclosed CVE-2026-58138 affects Orkes Conductor 3.21.21 before 3.30.2. It carries a CVSS score of 9.8 and permits unauthenticated attackers to execute operating-system commands through the workflow API.
The problem involves unsandboxed GraalVM evaluators configured with HostAccess.ALL or allowAllAccess(true). Before authentication, an attacker can submit inline workflow definitions containing hostile JavaScript or Python expressions.
Affected execution paths include the INLINE, LAMBDA, DO_WHILE and SWITCH task types. Malicious expressions can reach Java reflection or invoke subprocesses directly, converting workflow evaluation into arbitrary command execution.
Orkes Conductor deployments should be upgraded to 3.30.2 or later. Operators should also restrict unauthenticated access to workflow APIs and review submitted definitions for unexpected scripting, reflection, evaluator or subprocess activity.
A different attack surface appears in CVE-2026-32882, a libheif heap buffer over-read triggered by malformed HEIF images. Upstream libheif versions 1.21.2 and earlier are affected, while libheif 1.22.0 is identified as the corrected upstream version.
The error occurs in HeifPixelImage::overlay(). When an overlay child image uses different bit depths for its alpha and color channels, the function indexes the alpha plane using the color-channel stride rather than alpha_stride. In one documented 100×50 image configuration, the resulting out-of-bounds read can extend 3,123 bytes beyond the alpha buffer.
The upstream assessment is CVSS 7.1, but the Discourse security advisory rates its product-level impact at 8.8 and describes remote code execution through image uploads. The scores differ because they evaluate different exploitation contexts.
Patched Discourse releases are 2026.7.0, 2026.6.1, 2026.5.2 and 2026.1.6. Docker-based installations can be rebuilt through the normal procedure:
./launcher rebuild app
Supported Discourse core releases also place image processing inside a sandbox when the underlying kernel supports it.
Hacktron separately reported chaining the libheif weakness with an SSO misconfiguration to access OpenAI employee ChatGPT accounts and internal repositories. The reported issues were corrected 14 hours after responsible disclosure.
Plugin4Shell breaks trust in pinned AI-agent extensions
Plugin4Shell is a zero-click supply-chain technique affecting four AI coding environments:
- Claude Code
- OpenAI Codex
- GitHub Copilot
- Google Gemini CLI
The attack defeats the protection expected from plugin SHA pinning. An agent checks the commit reference provided by a marketplace, but it does not independently establish that the expected commit was actually obtained from the repository.
An attacker controlling that repository can therefore make the checkout resolve to malicious content while the recorded SHA continues to appear legitimate. The replacement plugin is then installed and executed without requiring a user click.
Affected versions and fixed-version boundaries have not been disclosed. Users must update the agent software according to each provider’s instructions; marketplace-side validation alone cannot address a verification failure inside the client.
Enterprises should treat plugins as executable software dependencies. Repository ownership, write privileges and plugin provenance require the same controls applied to internal packages. Monitoring should also cover processes and outbound network connections created by coding agents, particularly after plugin installation or updates.
ClickFix campaigns move through cloud services and embedded scripts
A Brevo supply-chain compromise demonstrates how one cloud credential can expose both a provider and its customers. On September 14, 2026, an attacker used a compromised Brevo Cloudflare API key to deploy a Worker inside the company’s account.
For approximately five and a half hours, the Worker altered pages on brevo.com, pages on sibforms.com and three JavaScript files embedded by customers. More than 100,000 websites were exposed to the injected code.
Selected visitors saw a counterfeit Cloudflare CAPTCHA instructing them to paste and run a malicious command. Site administrators could also receive a malicious WordPress plugin when visiting their own sites.
This incident is separate from Brevo’s earlier SAML SSO compromise. That operation affected 138 accounts, led to phishing from six accounts and resulted in contact exports from 43 accounts.
Other ClickFix activity used a legitimate Google Doc to target a security researcher. A bound Google Apps Script displayed a custom sidebar with a fabricated decryption error and instructions to paste commands into Terminal. The payload varied by platform: AMOS infostealer for macOS and a PowerShell loader chain for Windows.
A cryptocurrency-stealing campaign used another variation. It retrieved obfuscated JavaScript through the Google Visualization API and attempted to persuade victims to paste code into Chrome or install it through Tampermonkey, which also supplied persistence.
These attacks do not depend on a conventional browser exploit. Their common control point is user instruction. Legitimate CAPTCHA, document-repair and software-update processes do not require users to paste arbitrary code into PowerShell, Terminal, an address bar or an extension console.
Browser access and nearby attacks broaden the exposure
The KREMLIN banking-malware toolkit installs malicious extensions in Google Chrome and Microsoft Edge. Active since at least May 2025 and tracked as REF9334, the operation impersonates roughly a dozen Brazilian banks.
Its multi-stage JavaScript loaders and custom C++ installers deploy extensions capable of stealing credentials, session tokens and other browser-resident data. Suspected victims should have unauthorized extensions removed, browser sessions invalidated and tokens rotated.
Two additional KEV and platform issues require attention. CVE-2026-58704, rated CVSS 8.8, is a permission bypass in the Google Android Cellular Modem. It requires adjacent access but no privileges or user interaction. CISA added it to KEV on September 16, 2026, with a September 19 remediation deadline.
CVE-2026-82079 affects Nintendo Switch releases before 23.0.0. An attacker within wireless range can send crafted traffic to the local wireless subsystem and exploit a stack buffer overflow to execute code using return-oriented programming. Updating to 23.0.0 or later addresses the documented affected range.
Finally, CVE-2026-90894, known as ParaShells, enables local privilege escalation through Parallels Desktop’s root-level prl_disp_service. Until vendor remediation is available, organizations should limit access by untrusted local users and monitor for unusual appliance installation, tar execution or root child processes.
The operational priority is clear: remediate the KEV-listed Cisco and Android flaws first, then address unauthenticated workflow execution, image-processing exposure and compromised software-distribution channels. Trusted interfaces are doing much of the attackers’ work.
Sources
This article is an original reworking based on the sources below.
- primary sourceGitHub Security Advisory
- The Hacker News
CVEs covered in this article
- CVE-2026-85061Critical10.0MapLibre GL JS is an interactive vector tile map library for web browsers. Prior to 6.4.1, DOM.sanitize() in src/util/dom.ts iterates elem.attributes as a live NamedNodeMap while removeAttributes() removes attributes from the same collection, shifting indexes and skipping an adjacent dangerous attri
- CVE-2026-76460Critical10.0A vulnerability in an API of Cisco Identity Services Engine (ISE) could allow an unauthenticated, remote attacker to bypass authentication. This vulnerability is due to insufficient authentication control on an API endpoint. An attacker could exploit this vulnerability by sending a crafted reques
- CVE-2026-70416Critical10.0Dell ObjectScale, versions prior to 4.4.0.0, contains a Deserialization of Untrusted Data vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to Remote execution.
- CVE-2026-68488Critical9.9A Time-of-check Time-of-use (TOCTOU) race condition leading to insecure symlink following in Plesk causes local privilege escalation to root via arbitrary file/directory ownership takeover.
- CVE-2026-89049Critical9.9A server-side request forgery issue due to improper validation of equivalent address representations in the port forwarding to remote hosts functionality in Amazon AWS Systems Manager Agent (SSM Agent) before 3.3.4851.0 on all platforms might allow an authenticated remote user to bypass the remote d
- CVE-2026-91998Critical9.9Casdoor through 4.4.0 contains an authorization bypass vulnerability in the /api/mcp endpoint that allows attackers with any application's clientId and clientSecret to gain unrestricted access to user administration across all organizations. Attackers can enumerate user records including password sa
- CVE-2026-76672Critical9.9A vulnerability exists in the SD-WAN Orchestrator that may lead to the exposure of sensitive configuration information. An authenticated remote attacker with read-only privileges could exploit this vulnerability by sending a specially crafted request to the cache synchronization endpoint. Successful
- CVE-2026-76669Critical9.9Privilege escalation vulnerabilities exist in the API of HPE Networking EdgeConnect SD-WAN Orchestrator. Successful exploitation could allow a remote low-privileged authenticated user to escalate their privileges to those of an administrative user, leading to complete system compromise.
- CVE-2026-76670Critical9.9Privilege escalation vulnerabilities exist in the API of HPE Networking EdgeConnect SD-WAN Orchestrator. Successful exploitation could allow a remote low-privileged authenticated user to escalate their privileges to those of an administrative user, leading to complete system compromise.
- CVE-2025-39682Critical9.8In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rx_list Each recvmsg() call must process either - only contiguous DATA records (any number of them) - one non-DATA record If the next record has different type than what has alrea
- CVE-2026-28323Critical9.8SolarWinds Web Help Desk is found to be affected by a SAML authentication bypass vulnerability. This requires the SAML 2.0 authentication method to be enabled.
- CVE-2026-65400Critical9.8An authentication issue was addressed with improved state management. This issue is fixed in macOS Golden Gate 27, macOS Sequoia 15.7.9, macOS Sonoma 14.8.9, macOS Tahoe 26.6.1, macOS Tahoe 26.7. An attacker on the network may be able to authenticate to Screen Sharing without valid credentials.
- CVE-2026-58138Critical9.8Orkes Conductor 3.21.21 before 3.30.2 contains an unauthenticated remote code execution vulnerability that allows remote attackers to execute arbitrary OS commands by submitting inline workflow definitions containing malicious JavaScript or Python expressions to the workflow API endpoint prior to au
- CVE-2026-80172Critical9.8Dell SCG 5.0 Appliance versions prior to 5.36.00.16 and Dell SCG 5.0 Application versions prior to 5.36.00.00, contains an Insufficient Verification of Data Authenticity vulnerability. An unauthenticated attacker with remote access could exploit this, leading to unauthorized access. This vulnerabili
- CVE-2026-82232Critical9.8Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in Apache Syncope. An administrator with adequate entitlements can achieve execution of arbitrary SQL via stacked queries, leveraging unsanitized sort clauses for Task search. This issue affects Ap
- CVE-2026-76461Critical9.8A vulnerability in the email parsing of Cisco AsyncOS Software for Cisco Secure Email Gateway could allow an unauthenticated, remote attacker to execute arbitrary commands with root privileges on the underlying operating system. This vulnerability is due to insufficient validation in the email pa
- CVE-2026-65414Critical9.8An out-of-bounds write issue was addressed with improved bounds checking. This issue is fixed in iOS 26.7 and iPadOS 26.7, iOS 27 and iPadOS 27, macOS Golden Gate 27, macOS Sequoia 15.8, macOS Tahoe 26.7, tvOS 27, visionOS 27, watchOS 27. A remote attacker may be able to cause unexpected app termina
- CVE-2026-89026Critical9.8The Issabel Framework, the web framework supporting Issabel PBX software, before commit b97dbaf contains a hard-coded HS256 JWT signing key in the pbxapi index.php file that is identical across every installation, allowing unauthenticated remote attackers to forge valid bearer tokens. Attackers can
- CVE-2026-81642Critical9.8In NLnet Labs Unbound up to and including 1.26.0, a vulnerability was found in the DNSSEC validator that enables denial of service and possible remote code execution as a result of digesting DNSKEYs. A DNSKEY with an owner compression pointer to its own RDATA can overflow the digest buffer. Remote c
- CVE-2026-39919Critical9.8Ghostscript before 10.08.0 contains a heap-based buffer overflow vulnerability in the JPEG 2000 output adapter (base/sjpx_openjpeg.c) that allows attackers to cause memory corruption by supplying a crafted PDF containing a JPEG 2000 image with mismatched component subsampling factors. When image com
- CVE-2026-91843Critical9.8A stack overflow during the unauthenticated login process may allow an attacker to run arbitrary code remotely with root privileges.
- CVE-2026-90999Critical9.8Sentry Seer is vulnerable to a multi-stage trust-boundary violation that allows unauthenticated attacker-controlled telemetry to become code that is executed by an agent in a privileged automation environment. An external attacker can submit fabricated Sentry events without having access to the vict
- CVE-2026-76673Critical9.8Vulnerabilities have been identified in the API of EdgeConnect SD-WAN Orchestrator that could potentially allow an unauthenticated remote actor to circumvent existing authentication controls. Successful exploitation could allow an attacker to gain administrative privileges leading to complete compro
- CVE-2026-76674Critical9.8Buffer overflow vulnerabilities exist in the underlying operating system of HPE Networking EdgeConnect SD-WAN Gateways that could allow an unauthenticated remote attacker to execute arbitrary code. Successful exploitation could allow an attacker to execute arbitrary commands on the underlying operat
- CVE-2026-91749Critical9.6Use after free in Workers in Google Chrome prior to 153.0.8010.47 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Critical)
- CVE-2026-93372Critical9.6Buffer overflow in WebGL in Google Chrome on on Android prior to 153.0.8010.52 allowed a remote attacker to execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Critical)
- CVE-2026-93374Critical9.6Use after free in Dawn in Google Chrome on on Android prior to 153.0.8010.52 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Critical)
- CVE-2026-61410Critical9.4Dell SCG 5.0 Appliance versions prior to 5.36.00.16 and Dell SCG 5.0 Application versions prior to 5.36.00.00, contains a Missing Authorization vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to remote execution. This vulnerability
- CVE-2026-80238Critical9.3Dell SCG 5.0 Appliance versions prior to 5.36.00.16 and Dell SCG 5.0 Application versions prior to 5.36.00.00, contains an Execution with Unnecessary Privileges vulnerability. An unauthenticated attacker with local access could potentially exploit this vulnerability, leading to Protection mechanism
- CVE-2026-43790Critical9.1The issue was addressed with improved memory handling. This issue is fixed in macOS Golden Gate 27, macOS Sequoia 15.8, macOS Tahoe 26.7. A remote attacker may be able to cause unexpected system termination or corrupt kernel memory.
- CVE-2026-92034Critical9.1Site isolation issue in the Graphics component. This vulnerability was fixed in Firefox 156 and Thunderbird 156.
- CVE-2026-92038Critical9.1Mitigation bypass in the Remote Settings Client component. This vulnerability was fixed in Firefox 156, Firefox ESR 153.3, Thunderbird 156, and Thunderbird 153.3.
- CVE-2026-28309Critical9.1SolarWinds Serv-U is affected by a broken access control vulnerability that allows a domain administrator to create system administrator accounts. The impact is lower in Windows deployments.
- CVE-2026-28306Critical9.1SolarWinds Serv-U is affected by a privilege escalation vulnerability that allows a domain administrator to elevate their privileges to a system administrator. The impact is lower in Windows deployments.
- CVE-2026-28308Critical9.1SolarWinds Serv-U is affected by an insecure direct object reference (IDOR) vulnerability that can lead to remote code execution. Domain administrator access is required. The impact is lower in Windows deployments.
- CVE-2026-28310Critical9.1SolarWinds Serv-U is affected by a privilege escalation vulnerability that allows a domain administrator to escalate their user type to that of a system administrator. The impact is lower in Windows deployments.
- CVE-2026-28314Critical9.1SolarWinds Serv-U is affected by an insecure direct object reference vulnerability that leads to an account takeover. User authentication is required. The impact is lower in Windows deployments.
- CVE-2026-28313Critical9.1SolarWinds Serv-U is affected by an insecure direct object reference (IDOR) vulnerability that can lead to SMTP hijacking leading to arbitrary account takeover. The impact is lower in Windows deployments.
- CVE-2026-28307Critical9.1SolarWinds Serv-U is affected by a privilege escalation vulnerability that allows a domain user group to be elevated into an administrator group. The impact is lower in Windows deployments.
- CVE-2026-28305Critical9.1SolarWinds Serv-U is affected by an insecure direct object reference (IDOR) vulnerability that can lead to remote code execution as root. A domain account with admin privileges and read and write access to the home directory is required. The impact is lower in Windows deployments.
- CVE-2026-28317Critical9.1SolarWinds Serv-U is affected by an insecure direct object reference (IDOR) vulnerability that can lead to privilege escalation. This issue requires domain administrator access. The impact is lower in Windows deployments.
- CVE-2026-28304Critical9.1SolarWinds Serv-U is affected by a remote code execution vulnerability that, when exploited, can allow the arbitrary execution of code remotely as root. The impact is lower in Windows deployments.
- CVE-2026-28312Critical9.1SolarWinds Serv-U is affected by a privilege escalation vulnerability. This would elevate a group’s access to system administrator and allow code execution as root. The impact is lower in Windows deployments.
- CVE-2026-28316Critical9.1SolarWinds Serv-U is affected by an insecure direct object reference (IDOR) vulnerability that can lead to privilege escalation to a system administrator with the ability to execute commands as the root user. This issue requires a domain account with administrator access. The impact is lower in Wind
- CVE-2026-28302Critical9.1SolarWinds Serv-U is affected by an insecure direct object reference (IDOR) vulnerability that can lead to privilege escalation and remote code execution as root. This issue requires group administrator access. The impact is lower in Windows deployments.
- CVE-2026-28321Critical9.1SolarWinds Serv-U is affected by a broken access control vulnerability that could allow arbitrary file read and write, which can then be used to escalate privileges and execute code as root. A domain administrator access is required, and the impact is lower in Windows installations.
- CVE-2026-85982Critical9.0The Auth0 AD/LDAP Connector is vulnerable to stored Cross-Site Scripting (XSS) issues due to improper HTML encoding of data in search results and updater log content displayed in the admin panel. An authenticated user with privileges to modify directory attributes, or a low-privileged local user on
- CVE-2026-74469High8.8In the Linux kernel, the following vulnerability has been resolved: sctp: prevent peer transport count overflow sctp_assoc_add_peer() increments the association's 16-bit transport_count for every new unique peer. Adding the 65,536th transport wraps the count to zero. SCTP sock_diag uses transport
- CVE-2026-65346High8.8An integer overflow was addressed with improved input validation. This issue is fixed in iOS 26.6.1 and iPadOS 26.6.1, macOS Sequoia 15.8, macOS Tahoe 26.6.2, tvOS 27, visionOS 27, watchOS 27. Processing an image may lead to arbitrary code execution.
- CVE-2026-15315High8.8Tapo C120 v1 and C200 v5 contain an improper authentication vulnerability within the login authentication verification module. An attacker on the local network can exploit weaknesses in challenge parameter validation to bypass normal authentication controls and obtain administrative session tokens.
- CVE-2026-87491High8.8Out of bounds write in V8 in Google Chrome prior to 153.0.8010.36 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: Medium)
- CVE-2026-73693High8.8FileRun before 2026.3.0 contains an OS command injection vulnerability in the PhotoProofSheet handler that allows authenticated users with upload permission to execute arbitrary commands by uploading files with shell metacharacters in their names. Attackers can upload a file containing command subst
- CVE-2026-78175High8.8The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 4.0.7 via the `withdraw_method_field` parameter of the `tutor_save_withdraw_account` AJAX handler. This is due to the handler lacking any capability o
- CVE-2026-58704High8.8In Cellular Modem, there is a possible permission bypass due to a logic error in the code. This could lead to remote (proximal/adjacent) escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
- CVE-2026-53266High8.8In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: make ebt_snat ARP rewrite writable The ebtables SNAT target keeps the Ethernet source address rewrite behind skb_ensure_writable(skb, 0). This is intentional: at the bridge ebtables hooks the Ethernet header is
- CVE-2026-92013High8.8Privilege escalation due to incorrect boundary conditions in the Graphics: CanvasWebGL component. This vulnerability was fixed in Firefox 156, Firefox ESR 115.41, Firefox ESR 140.16, Firefox ESR 153.3, Thunderbird 156, Thunderbird 140.16, and Thunderbird 153.3.
- CVE-2026-92015High8.8Privilege escalation in the WebExtensions component. This vulnerability was fixed in Firefox 156, Firefox ESR 115.41, Firefox ESR 140.16, Firefox ESR 153.3, Thunderbird 156, Thunderbird 140.16, and Thunderbird 153.3.
- CVE-2026-92020High8.8Privilege escalation due to incorrect boundary conditions in the Graphics: WebRender component. This vulnerability was fixed in Firefox 156, Firefox ESR 115.41, Firefox ESR 140.16, Firefox ESR 153.3, Thunderbird 156, Thunderbird 140.16, and Thunderbird 153.3.
- CVE-2026-92022High8.8Use-after-free in the DOM: HTML Parser component. This vulnerability was fixed in Firefox 156, Firefox ESR 115.41, Firefox ESR 140.16, Firefox ESR 153.3, Thunderbird 156, Thunderbird 140.16, and Thunderbird 153.3.
- CVE-2026-92029High8.8Use-after-free in the SVG component. This vulnerability was fixed in Firefox 156, Firefox ESR 115.41, Firefox ESR 140.16, Firefox ESR 153.3, Thunderbird 156, Thunderbird 140.16, and Thunderbird 153.3.
- CVE-2026-92033High8.8Privilege escalation in Firefox for Android. This vulnerability was fixed in Firefox 156.
- CVE-2026-91721High8.8Use after free in Internals in Google Chrome prior to 153.0.8010.47 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Critical)
- CVE-2026-28326High8.8SolarWinds Access Rights Manager was reported to be affected by an unauthenticated remote code execution vulnerability. The issue stems from a hardcoded static key.
- CVE-2026-18851High8.8Missing authorization in Ivanti Endpoint Manager Mobile before version 12.10.0.0, 12.9.0.2, and 12.8.0.4 allows a remote authenticated attacker to escalate their privileges to admin.
- CVE-2026-91931High8.5Flowise before 3.1.4 contains a remote code execution vulnerability in the Custom MCP node that allows authenticated attackers to execute arbitrary code by supplying npx package names in the mcpServerConfig parameter. Attackers can invoke npx with attacker-controlled npm packages to execute code on
- CVE-2026-91932High8.5Flowise before 3.1.4 contains a validation bypass vulnerability in MCP server configuration allowing authenticated attackers remote code execution through an unvalidated cwd parameter. Attackers can bypass path validation using clean filenames in the args array while controlling the working director
- CVE-2026-82079High8.4A stack-based buffer overflow vulnerability in the Nintendo Switch local wireless networking functionality may allow an attacker within wireless range to execute arbitrary code using return-oriented programming (ROP) through crafted network traffic. This issue affects Nintendo Switch: before 23.0.0.
- CVE-2026-78626High8.1The Okta Access Gateway improperly handles input sanitization and regular expression evaluation within its Protected Rule authorization check, resulting in an authorization bypass when an administrator has explicitly configured a Protected Rule policy on one or more application resources.
- CVE-2025-43936High8.1Dell ObjectScale, versions prior to ObjectScale 4.4.0.0, contains an Improper Authentication vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to Unauthorized access.
- CVE-2025-39964High7.8In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg Issuing two writes to the same af_alg socket is bogus as the data will be interleaved in an unpredictable fashion. Furthermore, concurrent writes may create inconsiste
- CVE-2026-68121High7.8In the Linux kernel, the following vulnerability has been resolved: pppoe: reload header pointer after dev_hard_header() pppoe_sendmsg() saves a pointer to the PPPoE header before calling dev_hard_header(). Device header callbacks are allowed to reallocate the skb head, invalidating pointers into
- CVE-2026-81000High7.8In the Linux kernel, the following vulnerability has been resolved: net: tun: bound receive headroom tun_get_user() uses tun->align both as skb headroom and when choosing how much packet data to keep linear. OVS can propagate an oversized headroom request from another port to TUN or TAP. When ali
- CVE-2026-90894High7.8Parallels Desktop runs prl_disp_service as root. Local clients reach it on the world-writable socket /var/run/prl_disp_service.socket. PrlSrv_LoginLocal accepts peer credentials. No Parallels signature. No admin group. After login, PrlSrv_InstallAppliance lets you pick the appliance folder (sVmPa
- CVE-2026-43502High7.8In the Linux kernel, the following vulnerability has been resolved: net/rds: handle zerocopy send cleanup before the message is queued A zerocopy send can fail after user pages have been pinned but before the message is attached to the sending socket. The purge path currently infers zerocopy stat
- CVE-2026-84607High7.8A race condition was addressed with improved state management. This issue is fixed in iOS 26.7 and iPadOS 26.7, iOS 27 and iPadOS 27, macOS Golden Gate 27, macOS Sequoia 15.8, macOS Tahoe 26.7, tvOS 27, visionOS 27, watchOS 27. A sandboxed app may be able to execute arbitrary code with kernel privil
- CVE-2026-87886High7.8Local privilege escalation due to insecure file permissions. The following products are affected: Acronis Backup plugin for cPanel & WHM (Linux) before build 1.9.3.1021, Acronis Backup extension for Plesk (Linux) before build 1.8.11.638, Acronis Backup plugin for DirectAdmin (Linux) before build 1.2
- CVE-2026-78623High7.7The Okta Access Gateway does not sanitize SAML assertion values before interpolating them into database queries in the advanced mode datastore configuration. The unsanitized values are substituted directly into the query string prior to preparation, resulting in unintended SQL execution against the
- CVE-2026-73178High7.5Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Syncope. An administrator with adequate entitlements can get access via REST to the list of existing Access Tokens, including their signed JWT body. These values can be then used to perform further REST requests, imp
- CVE-2026-19667High7.5If an attacker-controlled authoritative server can produce a negative answer that is exactly 65536 bytes, then a flaw in `named` results in a negative cache entry of 0 bytes. When this entry is subsequently read, `named` aborts. This issue affects BIND 9 versions 9.11.0 through 9.18.50, 9.20.0 throu
- CVE-2026-77692High7.5An attacker can cause `named` to abort by sending a crafted DNS-over-HTTPS request with a cryptographically invalid SIG(0) record, and then closing the transport connection prematurely. This issue affects BIND 9 versions 9.20.0 through 9.20.27, 9.21.0 through 9.21.25, and 9.20.9-S1 through 9.20.27-S
- CVE-2026-19666High7.5On a resolver configured to use ``dns64``, if an applicable answer from the authoritative server is malformed in a specific way, the resolver `named` process will exit unexpectedly. This issue affects BIND 9 versions 9.11.0 through 9.18.50, 9.20.0 through 9.20.27, 9.21.0 through 9.21.25, 9.11.3-S1 t
- CVE-2026-76163High7.5If BIND is loaded with a "`named.conf`" file that contains no global "`options`" block, an attacker can send a query of QTYPE TKEY which may cause an assertion failure and subsequent unexpected program exit. This issue affects BIND 9 versions 9.20.0 through 9.20.27, 9.21.0 through 9.21.25, and 9.20.
- CVE-2026-80274High7.5If a BIND resolver sends a query for a DNSSEC-signed authoritative zone, and the authoritative server replies with a valid wildcard answer and signed NSEC3 proof, followed by an unsigned NSEC at the same owner name, it will trigger an unexpected program exit. This issue affects BIND 9 versions 9.11.
- CVE-2026-73694High7.2FileRun before 2026.3.0 contains an OS command injection vulnerability caused by a no-op redefinition of escapeshellcmd() in CLI.php that strips shell-metacharacter escaping, allowing attacker-controlled input to reach an exec() sink unsanitized. Attackers can exploit this through an interactive pat
- CVE-2026-73698High7.2FileRun before 2026.3.0 contains a SQL injection vulnerability that allows delegated or simple administrators to execute arbitrary SQL by submitting the description parameter as an array, causing the getValuesString() method in DB/DP.php to interpolate raw array values directly into an INSERT statem
- CVE-2026-73699High7.2FileRun before 2026.3.0 contains a PHP object injection vulnerability that allows authenticated attackers to execute arbitrary code by exploiting incorrect options passed to unserialize() in the Perms::getPerms() method, where a positional array is used instead of the required named-key array to dis
- CVE-2026-32882High7.1libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.21.2 and prior contain a heap buffer over-read in HeifPixelImage::overlay() in libheif/pixelimage.cc. When compositing an overlay image (iovl) whose child image has a different bit depth for the alpha channel than for the color c
- CVE-2026-56711High7.0VLC media player versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing crafted media. Exploitation requires user interaction and may result in application termination or code execution with the privileges of the VLC process.
- CVE-2026-65812Medium6.8Insertion of sensitive information into sent data in Microsoft Teams for Android allows an authorized attacker to disclose information over a network.
- CVE-2026-15316Medium6.5An improper input validation vulnerability in the configuration service for processing encrypted credential data has been identified in Tapo C200 v5. An attacker can send oversized crypted ciphertext values that may trigger exception handling failures, due to insufficient validation, causing the af
- CVE-2026-77147Medium6.5Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Syncope. An administrator with adequate entitlements for Implementations can create a malicious Groovy Command class containing untrusted code in their CommandArgs static implementation, bypassing the Groovy security
- CVE-2026-28315Medium6.2SolarWinds Serv-U was found to be affected by a stored cross-site scripting vulnerability that could lead to session hijacking or information disclosure from an administrator account.
- CVE-2026-92005Medium5.3Use-after-free in the Audio/Video: Web Codecs component. This vulnerability was fixed in Firefox 156, Firefox ESR 140.16, Firefox ESR 153.3, Thunderbird 156, Thunderbird 140.16, and Thunderbird 153.3.
- CVE-2026-91726Medium4.7Out of bounds read in WebGL in Google Chrome on on Android prior to 153.0.8010.47 allowed a remote attacker to read memory outside the sandbox via a crafted HTML page. (Chromium security severity: Critical)
- CVE-2026-73324Medium4.3Certain VLC media player builds in versions 3.0.0 through 3.0.23 contain a memory-safety vulnerability reachable when processing media from an attacker-controlled network source. Exploitation requires user interaction and may disclose a limited, layout-dependent amount of VLC process memory. Exposur
- CVE-2026-80844In the Linux kernel, the following vulnerability has been resolved: xfrm: ah6: validate routing header segments_left AH6 rearranges routing-header addresses before computing or verifying the ICV. ipv6_rearrange_rthdr() assumes that segments_left is not larger than the number of addresses described
- CVE-2026-0310A buffer overflow vulnerability in the XML processing functionality of Palo Alto Networks PAN-OS® software enables an unauthenticated attacker with network access to the management web or dataplane interface to cause a denial of service (DoS) condition on VM-Series firewalls or execute arbitrary cod
- CVE-2026-65638Improper escaping of a request URL in ConfigServer Security & Firewall allows an unauthenticated remote attacker to execute arbitrary commands as the CSF service account via shell command injection. The vulnerability affects versions of the software originally distributed by ConfigServer, as well
- CVE-2026-82717In NLnet Labs Unbound up to and including 1.26.0, a vulnerability was found in that can progressively corrupt heap memory and under certain systems and compilation options could lead to remote code execution. The vulnerability starts when CNAME synthesis during an upstream response needs to enforce(
- CVE-2026-77179On macOS, the virtio-fs host server used by Docker Sandboxes improperly follows symlinks when reopening an unlinked file from a stored path. A malicious guest can replace a parent directory with a symlink, escape the shared workspace, and read or modify arbitrary host files as the VMM user, potentia
