Home/ Blog/ Security news/ Article
Signal · Weekly Analysis

The gatekeeper was the target: identity appliances got bypassed

This week's exploited flaws were in the access-control layer itself: Cisco ISE (two CVSS 10.0, in CISA KEV) and Kong Gateway's SAML bypass.

A lone security gate swinging open for no one, a forged badge on the floor before it, evoking an access-control appliance that let an intruder in.
This week the exploited flaws were in the access-control appliances themselves.

The most-exploited flaws we tracked this week were not buried in some web app behind the login page. They were in the login page itself. Cisco's Identity Services Engine, the appliance whose entire job is to decide who reaches a network and with what rights, shipped two flaws rated CVSS 10.0 that Cisco confirms are being exploited in the wild, and CISA added one of them to its Known Exploited Vulnerabilities catalog with a three-day federal patch deadline. The gatekeeper was the target.

Across the week our desk logged a decision on nearly 6,000 vulnerabilities. Command injection and cross-site scripting topped the queue by raw count, as they almost always do. But the flaws that actually mattered, the handful being used rather than merely disclosed, clustered somewhere narrower and more consequential: the identity and access-control layer. That is the pattern worth your attention this week, and it changes what the word "patched" is supposed to buy you.

The week's exploited flaws were in the gate, not the app

Start with the numbers, because they set the frame. Of the nearly 6,000 vulnerabilities we triaged, around 45 carried a signal of active or likely exploitation by our tracking. That is a small fraction, and it is the fraction that decides where you spend Tuesday. This week two of the loudest sat in Cisco ISE: CVE-2026-20192, an improper access-control flaw, and CVE-2026-76460, an unauthenticated API authentication bypass. Both are CVSS 10.0, both are reachable over the network with no credentials, and both were exploited before many teams had finished the previous patch cycle.

They did not arrive alone. Kong's Enterprise Gateway disclosed CVE-2026-14917, a SAML authentication bypass: with the plugin's signature validation switched off, an assertion that was never signed is still accepted, letting an attacker log in as any account they name, administrators included. There is no public exploit for the Kong flaw yet, which is exactly why it belongs in this column and not in the breaking feed. It is the same shape as the Cisco bugs, one step earlier in its life. An API gateway and a network access-control appliance are different boxes with the same purpose: they stand at the boundary and answer one question, is this request allowed. This week, three times over, the answer could be forced to yes.

Our own count for the authentication and account-takeover bug class was 172 triaged items this week, behind command injection at 296 and cross-site scripting at 258. So this is not the largest category by volume. It is the category where volume and exploitation diverged: fewer bugs, but the live ones sat on the trust boundary. That divergence, not the raw ranking, is the signal.

An auth bypass is worth more than an RCE of the same severity

It is tempting to file a CVSS 10.0 authentication bypass next to a CVSS 10.0 remote code execution and treat them as the same emergency. They are not the same, and the difference favors the attacker holding the bypass. A memory-corruption RCE has to survive the target's defenses: it can crash the process, trip an exploit mitigation, leave a core dump, and it usually drops you in as some service account you then have to escalate from. An authentication bypass skips all of that. It does not defeat the system's security; it uses the system's security. You are not an intruder who broke in, you are a principal the system issued a session to, frequently an administrator.

That has three consequences worth sitting with. It is quiet: no crash, no shellcode, no anomalous binary, just a login the appliance itself considers valid. It is durable: a valid session, a valid API token, or an identity record you were able to write survives the reboot that would have killed a memory exploit. And it inherits trust: whatever that gateway or ISE node is trusted to reach, the RADIUS clients, the TACACS-managed switches, the directories it binds to, the attacker now reaches with the same blessing. An RCE hands an attacker a foothold. A bypass of the identity plane hands them the keys, and the keys look real.

You will not find it in the authentication log

How an access-control bypass plays out
  1. 1Network reach to the ISE or gateway admin/API port
  2. 2Forge or bypass auth: unsigned SAML, unauthenticated API call
  3. 3Valid-looking authenticated session, no exploit crash
  4. 4Change config and identity data, then pivotDetection point
This week's exploited flaws let an attacker skip straight to a valid session. The authentication log records a normal login, so detection has to move to what the session does next.

Here is the part that makes this a detection problem and not only a patching one. When the thing that was abused is authentication, the evidence of abuse is a successful authentication. The auth-success log, the first place most teams would look, shows a normal login by a valid-looking user. Cisco's guidance for the exploited ISE bypass is blunt about the limits here: there is no workaround, and the interim control is to restrict the administrative and API interface to trusted networks. That is a containment measure, not a detection one, and it is worth keeping in place long after the patch, because it shrinks the surface where the next bypass can even be reached.

So detection has to invert. You cannot catch this at the door, because the door opened correctly. You catch it in what the session does after it is inside: configuration changes on an appliance that rarely changes, identity records written outside a change window, API calls from a source that has never made them, an administrator active at an hour that administrator never works. And you catch it on the host, because an appliance like ISE is a Linux system underneath, and process, file, and integrity signals on the box itself do not care whether the session that spawned them was "authenticated." That is the host-centric read on a week like this. Patching the ISE nodes closes the hole. It does not tell you whether anyone walked through it in the days before the fix landed, and for an exploited, KEV-listed bypass, that window is the question that matters.

This is not a one-week accident of the calendar. In July we wrote that the appliances organizations install to be safer were the week's most dangerous bugs, when authorization-bypass CVEs were disclosed in products from Dell, Progress, and BeyondTrust. The through-line is structural: we keep concentrating identity into single, network-reachable boxes, and a single box that answers "who are you" for an entire estate is a single box whose bypass compromises that entire estate. Concentrating the decision concentrates the blast radius. The trade can be worth making, but only if those boxes are treated as the crown jewels they are, not as set-and-forget infrastructure.

What to do with the boxes that guard the door

Rank your patch backlog by where a flaw sits, not by when it was disclosed. A CVSS 10.0 in an appliance on your trust boundary outranks a higher-scoring bug in an app that already sits behind three other controls. If you run Cisco ISE, confirm the fixed build on every node rather than assuming one patch covered the estate, and because one of the fixed flaws exposed stored credentials, rotate the secrets that box held: RADIUS shared secrets, TACACS keys, directory-join accounts, and administrator passwords. If you run Kong, check whether SAML signature validation is enabled before you even reach for the patch, because the flaw only bites where that flag is off. More broadly, inventory every product whose job is to authenticate or authorize, the SSO brokers, the gateways, the VPN and NAC appliances, and put their admin and API interfaces on networks only your operators can reach.

Then instrument for the session, not just the login. Assume that at some point one of these boxes will issue a valid session to the wrong person, and decide now what post-authentication behavior would tell you. On an appliance that means watching for configuration and identity writes out of band, and watching the host underneath the product, not only the product's own logs, because those logs are written by the very thing that was fooled. The patch is the easy part. Knowing whether you were used before it arrived is the work.

Methodology: figures are drawn from the Suriq threat desk's own intelligence and news ledgers over the stated window. "Triaged" counts events we logged a decision on, not raw signal volume; exploitation figures are best-effort and labelled approximate.

Frequently asked questions

Which identity and access-control flaws were exploited the week of September 22, 2026?

The most notable actively exploited flaws sat in Cisco Identity Services Engine: CVE-2026-20192, an improper access-control flaw, and CVE-2026-76460, an unauthenticated API authentication bypass. Both are rated CVSS 10.0, reachable over the network with no credentials, and CVE-2026-76460 is on CISA’s Known Exploited Vulnerabilities list. Kong Enterprise Gateway also disclosed CVE-2026-14917, a SAML authentication bypass, though it is not yet known to be exploited.

Why is an authentication bypass more dangerous than a remote code execution flaw of the same CVSS score?

A remote code execution exploit has to defeat the target’s defenses and often lands as a low-privileged service account, leaving crashes or artifacts. An authentication bypass instead uses the system’s own security: the attacker is issued a valid session, frequently as an administrator. That makes it quieter (no crash or shellcode), more durable (a valid session survives a reboot), and it inherits whatever trust the identity appliance holds across the network.

How do you detect exploitation of an authentication-bypass flaw?

Not in the authentication log, because a bypass produces a successful, valid-looking login. Detection has to move to what the session does next: configuration or identity-record changes outside a change window, API calls from sources that have never made them, or admin activity at unusual hours. On an appliance, host-level process, file, and integrity signals help too, because they do not depend on whether the session was authenticated.

How many vulnerabilities did Suriq triage this week, and how many were exploited?

Our desk logged a decision on nearly 6,000 vulnerabilities during the week. By our tracking, around 45 carried a signal of active or likely exploitation. Command injection (296 triaged items) and cross-site scripting (258) topped the queue by raw volume, but the authentication and account-takeover class (172 items) is where the live exploitation concentrated this week.

What should I do to protect Cisco ISE and other access-control appliances?

Confirm the fixed build on every ISE node, not just one, and rotate the secrets the box held (RADIUS shared secrets, TACACS keys, directory-join accounts, admin passwords), since a fixed flaw exposed stored credentials. For Kong, verify SAML signature validation is enabled. More broadly, restrict admin and API interfaces of SSO brokers, gateways, VPN and NAC appliances to operator-only networks, and monitor post-authentication behavior rather than trusting the login alone.

Ready to meet the Guardians?

Deploys fast - agentless for monitoring and cloud, a lightweight agent for deep endpoint security. Just Suriq, standing watch.