Fortinet Auth Bypass 2026: Is Your Perimeter In Scope?

CT
CyberOrbit Team
33 min read
Share

Somebody pastes a Fortinet advisory link into #security at four in the afternoon on a Thursday. Nobody argues about whether it needs patching. The network team picks it up, the maintenance window gets booked, and for about twenty minutes it looks like a normal day.

Then someone asks the question that changes the temperature of the channel: "Would the pentest from March have caught this?" The room goes quiet, because nobody can remember whether the firewalls were in scope. Somebody thinks they were. Somebody else thinks the scope was the application. The report is in a shared drive and nobody wants to be the person who opens it in front of everyone.

That silence is the real finding. Patching answers this advisory; scope answers the next one. If you cannot say from memory whether your perimeter appliances, their management interfaces, and their admin authentication paths were inside the last engagement, you will have this exact conversation again in four months with a different vendor's name on the advisory. Here is what Fortinet actually disclosed, why perimeter appliances are systematically the least-tested infrastructure most organisations own, and the specific scope language that changes the answer.

🎯Key Takeaway
Patching answers this advisory. Scope answers the next one. The management and authentication planes of your perimeter appliances are the parts of your estate most commonly excluded from penetration testing scope, and the parts attackers target first.

What Fortinet Actually Disclosed in August 2026

Half the coverage of the August batch collapsed separate issues into one scary headline, which is unhelpful when you are trying to work out whether you are affected. Two of the CVEs below landed on 12 August; the third is from January and is here because it is the one that was actually exploited. Three products, three different preconditions. The preconditions are the part that matters, so here is the whole picture in one place before we get into what it means.

Advisory: FG-IR-26-158, "Broken access control in the RADIUS type admin group" (CWE-287). Severity: Fortinet rates this High in its own advisory. NVD and third-party trackers score it CVSS 9.8, critical. Quote whichever you cite, but say which one, because your risk register and your vendor's advisory will not agree. Precondition: A Remote RADIUS Type administrator account must exist with the wildcard option enabled. That option is disabled by default. Impact: Log into the FortiWeb GUI or CLI with an arbitrary username and password. Successful exploitation grants administrative access. Affected versions: 8.0.0 to 8.0.2, 7.6.0 to 7.6.6, 7.4.0 to 7.4.11, 7.2.0 to 7.2.12, and the 7.0 branch. Fixed in: 7.2.13, 7.4.12, 7.6.7, 8.0.3. Note that no fixed 7.0 build is listed, so 7.0 deployments need to move to a supported branch rather than patch in place. Workaround: Disable the wildcard setting on any Remote Type administrator account. Exploited in the wild? Not reported as exploited at the time of disclosure.

CVE-2026-26035 (FortiWeb): Arbitrary Credentials

This is the loud one. A remote, unauthenticated attacker can log into the FortiWeb GUI or CLI using an arbitrary username and password, where a Remote RADIUS Type admin account has the wildcard option enabled. That option is off by default, which is the only reason this is not an unqualified emergency for every FortiWeb operator on the planet.

One detail worth flagging before it causes an argument in your risk meeting: Fortinet rates this High in FG-IR-26-158, while NVD and most third-party trackers carry it as CVSS 9.8 critical. The gap is a scoring judgement about the non-default precondition, not a disagreement about the mechanics. Pick one, cite the source next to the number, and move on.

"Off by default" gives less comfort than it sounds like it should, because wildcard RADIUS admin accounts get enabled by people solving a real problem. Someone needed group-based admin access to work without provisioning every account locally, they turned the option on, it worked, and that was three years and two staff departures ago. You can confirm your exposure in minutes, but only if somebody goes and looks.

CVE-2026-70468 (FortiManager): FortiGate Impersonation

Lower score, arguably more interesting. A remote unauthenticated attacker holding a valid certificate can impersonate any FortiGate managed by that FortiManager, using crafted FGFM requests, where a specific CLI option is set. FGFM is the protocol FortiGate devices use to talk to their manager. It is not a thing most people outside the network team think about, and it almost never appears in a pentest scope statement.

Two things stop this being a panic. The certificate requirement is a genuine barrier, not a formality, and the affected set is narrow: FortiManager and FortiManager Cloud 7.2.5 to 7.2.9, 7.4.3 to 7.4.5, and 7.6.1. If you run 7.2.3 or 7.4.1 you are not on the affected list for this CVE, which is the opposite of the usual "everything below the fixed build" pattern and is easy to get wrong when you triage from a headline instead of the advisory.

Details are in the vendor advisory (FG-IR-26-160) and the NVD entry; you can also pull both records through our CVE lookup tool if you want the version ranges in one place. Fortinet scores it 7.3; some trackers publish 8.1.

Neither August flaw was reported as exploited in the wild at the time of disclosure. That is genuinely good news and worth saying plainly, because a lot of the coverage implied otherwise.

Why the Preconditions Matter More Than the CVSS Score

Both August issues are gated behind a configuration choice. Not a version number, a configuration choice. That distinction determines what kind of testing can find them.

A version-gated vulnerability is findable by anything that can read a banner. A scanner sees FortiWeb 7.4.8, checks a table, raises a finding. A configuration-gated vulnerability is different: the scanner sees the same banner either way, but whether you are exploitable depends on whether a Remote RADIUS Type admin account exists with the wildcard option on. The scanner cannot know that. It is not authenticated to your device and the setting is not advertised in any response it can read.

Vulnerability class What a scanner sees What actually determines exposure
Version-gated (unpatched build) Banner or version fingerprint Firmware version alone
Config-gated (CVE-2026-26035) Same banner either way Whether wildcard RADIUS admin is enabled
Protocol-gated (CVE-2026-70468) Usually nothing, FGFM is internal-facing Whether a CLI option is set on FortiManager

This is the gap a scoped test closes and a scan does not. We have written about where that line sits in when automated pentesting is enough, and the short version applies here: automation is excellent at "is this version vulnerable" and blind to "is this deployment configured into the vulnerable state."

⚠️Configuration Matters More Than CVSS Here
Both August 2026 Fortinet flaws are gated behind a configuration choice as well as a version. CVE-2026-26035 only fires if a RADIUS wildcard admin account exists with the wildcard option on. CVE-2026-70468 only fires if a specific CLI option is set on an affected build. An unauthenticated scan from outside cannot see either setting, so answering "are we actually exposed" means someone reads the device configuration, whether that is your own network team or a tester you give access to.

The August batch is the news. But the flaw that shows why this distinction matters was disclosed seven months earlier, and almost nobody remembers it.

The FortiGate Flaw Everybody Forgot

CVE-2026-24858, published as FG-IR-26-060, is a FortiCloud SSO admin authentication bypass carrying a CVSS of 9.4. It is an alternate-path authentication bypass (CWE-288): where FortiCloud SSO is enabled, an attacker holding their own FortiCloud account and a registered device reaches administrative access on devices registered to somebody else's account, through a path that was never supposed to grant it. Not a memory-corruption exotic, not a chain requiring a foothold. It reaches beyond FortiOS to other FortiCloud-registered products, so scope your check to FortiProxy, FortiManager and FortiAnalyzer as well as your FortiGates.

The part that separates it from the August batch: it was confirmed exploited in the wild. Here is the sequence that matters.

22 Jan 2026
Fortinet locks out two malicious FortiCloud accounts following confirmed exploitation of CVE-2026-24858
26 Jan 2026
FortiCloud SSO temporarily disabled on the FortiCloud side while the issue is addressed
27 Jan 2026
FortiCloud SSO restored with additional controls; CISA adds CVE-2026-24858 to the Known Exploited Vulnerabilities catalog, remediation due 30 January
28 Jan 2026
Fortinet publishes FG-IR-26-060 and CISA issues guidance on the FortiCloud SSO administrative authentication bypass
12 Aug 2026
Fortinet PSIRT publishes its August batch, including CVE-2026-26035 and CVE-2026-70468
13 Aug 2026
Sector ISACs, including Health-ISAC, circulate bulletins on the batch to member organisations

Sit with the order of those entries. Exploitation came first, then a vendor-side mitigation, then the advisory. A KEV listing with a three-day federal remediation deadline landed the day before the advisory that explained the flaw. Anyone whose only detection strategy was "patch what the advisory tells us to patch" was, by definition, downstream of the whole sequence.

That is the structural problem with treating perimeter security as a patching function. Patching is reactive to disclosure, and disclosure is not reliably ahead of exploitation on edge devices. What gets ahead of it is knowing what your admin authentication paths look like from the outside before anybody publishes anything, which is a testing question rather than a patching one. So why does nobody test them?

Why the Perimeter Appliance Is the Least-Tested Thing You Own

Here is the observation that reframes the whole thing: in most penetration tests, the firewall is where the test starts from or passes through. It is rarely what the test targets.

The tester connects through the VPN to reach the internal scope. The external test resolves your public IPs and works on what is behind them. The firewall is scenery, the thing between the tester and the interesting stuff, and the scope statement was written on the assumption that it is infrastructure rather than a target in its own right. Three dynamics keep it that way.

It Is Owned by the Network Team, and the Scope Was Written by the App Team

Scope statements get written by whoever owns the thing being tested: the application owner, a security lead closest to the product, or a compliance manager working from last year's document. The firewall belongs to the network team, who were not in the scoping call, were not asked what they would like tested, and who reasonably assume that if security wanted the firewall tested they would have said so.

Nobody made a decision to exclude the perimeter. That is what makes it durable. A deliberate exclusion gets revisited; an unexamined assumption gets copy-pasted into next year's SOW.

"Managed by Our Vendor" Reads as "Someone Else's Problem"

If an MSP or managed network provider runs your Fortinet estate, there is a strong pull toward assuming the perimeter is covered. Sometimes it is. Often what is covered is availability, change management, and firmware currency, which are real services but are not adversarial testing of admin authentication paths.

The question worth asking is narrow and answerable: do you test the externally reachable admin authentication paths on our devices, or do you maintain them? Those are different services and most contracts only buy the second.

Management Planes Sit Outside Almost Every Scope Statement Ever Written

FortiManager. FortiCloud SSO. RADIUS admin authentication. FGFM device-to-manager channels. Read the last three scope statements you signed and count how many mention any of these. For most teams the answer is zero, and it is zero at organisations with mature, well-run security programs.

Management planes are the highest-value target on the network and the least-tested surface on it. A compromised FortiManager is not one device, it is policy control over every device it manages. Once an attacker holds the management plane, the next move is almost always credential harvesting rather than dramatic disruption, the pattern we traced in the ShinyHunters Oracle PeopleSoft campaign: access to a management or integration layer converted quickly into credentials for everything downstream.

The practical question is what an unauthenticated tool can settle on its own and what needs a defined scope behind it. On a perimeter appliance, the line is unusually sharp, and it is worth being precise about where it falls, because most of the left column is not black-box work.

Read the left column as what an engagement can cover when the scope grants it the access it needs: device configuration read access, an internal network position, or test credentials, depending on the item. None of these are things a tester achieves from the public internet with no credentials. Read the right column as what no unauthenticated external scan reaches, regardless of how good the scanner is or who sells it.

Pros
  • Scoped with configuration read access: confirm whether a RADIUS wildcard admin account actually exists on the device
  • Scoped with configuration read access: examine device-to-manager certificate validation behaviour, including whether peer certificates without serial number checks are accepted
  • Scoped with an internal network position: reach and enumerate management-plane protocols such as FGFM rather than assuming they are unreachable
  • Scoped from outside, no credentials needed: enumerate which administrative interfaces and remote-access endpoints are actually reachable from the internet, on which ports
  • Scoped with test credentials: verify MFA enforcement on the administrative accounts covered by the engagement, by test rather than by policy document
Cons
  • An unauthenticated external scan cannot know whether a wildcard admin account exists behind the login page
  • An unauthenticated external scan cannot evaluate FortiManager FGFM protocol behaviour on a channel it never sees
  • An unauthenticated external scan cannot test the preconditions for a FortiCloud SSO authentication bypass
  • An unauthenticated external scan cannot confirm admin lockout and rate-limiting thresholds without credential testing that most authorisation letters exclude
  • An unauthenticated external scan cannot assess whether the management plane is segmented from the data plane

The honest summary is that one engagement type does not cover both columns. External testing tells you what an attacker can reach; configuration review tells you whether what they reach is in the vulnerable state. Buying only the first and believing you bought the second is the actual failure mode, and attackers have spent the last eighteen months proving those gaps pay. The data says so plainly.

See what your external surface exposes, mapped to the controls it touches.

Run a free External Security Check →

What the 2026 Attack Data Says About Edge Devices

Edge VPN and firewall appliances have been a dominant ransomware initial-access vector through mid-2026, and not for one vendor. Fortinet, Palo Alto, Citrix and Check Point have all had edge authentication issues weaponised at speed. This is a category problem, and any organisation reading this and quietly thinking "good thing we run Palo Alto" has drawn the wrong conclusion.

Two numbers from Fortinet's own 2026 Global Threat Landscape Report are worth citing carefully. The first is about volume.

389%
year-over-year rise in confirmed ransomware victims (Fortinet 2026 Global Threat Landscape Report)
FortiRecon adversary intelligence identified 7,831 confirmed ransomware victims, up from roughly 1,600 in the previous year's report. Fortinet attributes the rise principally to the availability of crime-service kits such as WormGPT, FraudGPT and BruteForceAI.

Treat that figure as directional rather than independent, and read the base year carefully. A jump from roughly 1,600 to 7,831 is a 5x move in twelve months, which is a large enough step to reflect improved victim-tracking coverage as much as a genuine five-fold rise in attacks. It is a vendor's count, drawn from a vendor's telemetry, and every threat report published by a security company has a visibility bias baked into it. Note also that Fortinet's own attribution is to cheaper offensive tooling, not to edge devices specifically. The edge-device connection is a separate argument, and it rests on CISA's Known Exploited Vulnerabilities catalog, where edge and remote-access products have been consistently over-represented relative to their share of the software estate.

The more useful question is what that volume is made of. Ransomware operators are not, for the most part, burning novel exploits on initial access. They are reusing published edge-device vulnerabilities against organisations that have not yet patched, and buying credentials from access brokers who got them the same way. That is a commodity supply chain, and its economics reward speed. The cheaper it is to weaponise a disclosed edge flaw, the shorter the window between publication and mass exploitation, and the less a monthly patch cycle protects you.

This is where the second number changes how you should plan. When time-to-exploit was measured in days, a monthly maintenance window was a defensible risk position: you accepted a few days of exposure on the tail end of each cycle and made the trade knowingly. That calculation assumed you had days. Fortinet's data says you no longer do.

Run the arithmetic on your own change process before reading the next figure. Count the hours from advisory publication to somebody on your team reading it, then to a change request, then to approval, then to the next available window, then to the last device in the estate actually rebooting on the new build. For most organisations that number is measured in weeks, not hours. Now compare it to this.

24-48hrs
time from public disclosure to observed exploitation, for critical outbreaks (Fortinet 2026 Global Threat Landscape Report)
Fortinet's earlier reporting put average time-to-exploit at 4.76 days after public disclosure. For the outbreaks it classes as critical, that window is now measured in a day or two.

Be precise about what that number is, because it is widely misquoted. It is time-to-exploit measured from public disclosure to observed exploitation in the wild. It is not dwell time, and it is not time-to-encryption after an intruder gets in. Those are different metrics from different studies, and conflating them produces a scarier slide and a worse decision.

Read correctly, it is still the number that breaks a monthly patch cycle. If exploitation of a critical edge flaw begins within a day or two of the advisory landing, and your change process needs three weeks to touch the last device, you are exposed for essentially the whole exploitation window on every cycle. The gap is not closed by patching faster than you realistically can. It is closed by knowing, before the advisory lands, which of your appliances are internet-reachable and which admin paths are exposed on them, so that the triage on day one is a short list rather than a discovery exercise.

The other consequence worth planning around is what edge compromise yields. Perimeter appliances sit on the credential path: VPN concentrators handle authentication material for the whole workforce, management platforms hold device credentials and API tokens. Edge compromise is rarely the objective, it is the credential harvest that makes everything after it cheap, a dynamic we covered in credential exposure and the 2026 attack surface.

So the question is not whether your edge matters. It is whether anyone has tested it, which takes us back to the document that decides.

Would Your Pentest Have Caught It? Read Your Scope Statement

Open the last engagement's scope statement. Not the report, the scope. It is usually one paragraph on page two of the SOW and it determines everything the report could possibly have contained. Here are four real phrasings and an honest ruling on each.

Scope says: External network penetration test of the 203.0.113.0/24 range
Partial credit. This does useful work. A competent tester will find an internet-exposed FortiWeb or FortiGate management interface inside that range and flag it, because an exposed admin portal is a finding on its own merits regardless of any CVE. What it will not find is the RADIUS wildcard configuration. The tester sees a login page, and without instruction to probe admin authentication behaviour they note the exposure and move on.
Scope says: Web application penetration test of app.example.com
Catches nothing here. That is not a criticism of the test, which was scoped to do something else and presumably did it well. But if this is your only engagement, your perimeter appliances have never been tested by anybody, and the honest answer to the Thursday afternoon question is no.
Scope says: External attack surface assessment including management interfaces, administrative authentication paths, and remote access infrastructure
This is the language that works. It names the management plane, so the tester has to enumerate admin portals rather than treat them as out of bounds. It names authentication paths, so RADIUS, LDAP, SAML and SSO integrations are fair game rather than someone else's system. It names remote access infrastructure, so the VPN is a target rather than a route. If your scope says this, the March pentest probably would have surfaced the exposure even if it could not have named the CVE.
The retest clause: read yours before you need it
The retest clause decides whether a config-gated CVE gets verified as actually fixed, or whether "we disabled the wildcard option" stays an assertion in a change ticket that nobody independently confirmed. For version-gated issues a retest is close to a formality: the banner says 7.4.12, you are done. For config-gated issues the retest is the whole point, because the remediation is a setting somebody changed by hand on a Thursday evening under time pressure, possibly on some but not all devices in the estate. Under PCI DSS v4.0, requirements 11.4.2 and 11.4.3 call for internal and external penetration testing at least once every twelve months and after any significant infrastructure or application upgrade or change, and 11.4.4 requires that exploitable findings are corrected and testing repeated to verify the correction. Patching a KEV-listed authentication bypass on a device that is in your CDE or connected to it is a defensible reading of the significant-change trigger. Your QSA decides, not your vendor. We unpacked the requirement in PCI DSS 4.0 pentest requirements.

You cannot write the third scope honestly without knowing what is actually internet-facing, and most organisations are wrong about that by a margin. Reachable management portals turn up on forgotten subdomains more often than anyone would like. Our subdomain finder is a free way to check your own domain, and it is worth doing before the scoping call rather than during it.

Take the scope language above into your next engagement, whoever runs it. If that is us: CyberOrbit finds and tests the administrative interfaces and remote-access endpoints that are actually reachable from the public internet, with real captured request and response evidence behind every finding. On-device configuration review, such as reading a RADIUS admin setting, is a separate engagement and we will say so at scoping rather than after.
Scope your perimeter, not just your IP range

Once you know what the right scope language looks like, the next job is turning it into something you can hand to a vendor.

The Perimeter Scope Checklist

Lift this into your next scope statement or vendor RFP. It is written as things to demand from any provider, not a description of any one vendor's coverage.

One warning before you send it: this is a multi-discipline list, not a single engagement. Items 1, 7, 9 and 16 are external testing. Items 2 to 6, 8, 10, 11 and 15 need configuration read access or test credentials. Items 12, 13 and 14 need internal network access and log access. Expect a credible provider to tell you which items they cover and which need a different engagement or a different supplier. A provider who ticks all sixteen without asking about access is telling you something useful about how the report will read.

Firewall and VPN management interface exposure: which admin portals are reachable from the internet, on which ports, from which source ranges
Administrative authentication paths, explicitly including RADIUS, LDAP, SAML and SSO integrations, not just local accounts
Management-plane protocols such as FGFM and vendor equivalents, tested rather than assumed internal
Certificate validation behaviour on device-to-manager channels, including whether peer certificates without serial number validation are accepted
MFA enforcement on every administrative account, verified by test rather than by policy document
Default, service, and wildcard account configuration on every appliance in the estate
Firmware version of every internet-facing appliance checked against the CISA Known Exploited Vulnerabilities catalog
Post-patch retest on config-gated vulnerabilities, verified per device rather than per estate
Out-of-band management access: whether management sits on a dedicated VLAN or is reachable from the internet
VPN authentication methods, session handling, and session invalidation on credential change
Administrative account lockout and rate-limiting policies on admin login endpoints
Logging and alerting on administrative authentication events, including failed and successful logins from unexpected geographies
Network segmentation between the management plane and the data plane, tested by attempted traversal
Third-party and MSP access controls: which external identities hold admin rights, how they authenticate, and how that access is monitored
Guest and wildcard account enumeration across all appliances
Inventory completeness: whether the tested asset list matches the actual internet-facing estate, with a documented method for how that was established

Sixteen items. None require a specific vendor, product, or methodology. All are answerable in a scoping conversation, and the answers tell you a lot about who you are dealing with. The checklist is for your next engagement, though, and the advisory is on the channel now.

A note on the third scope phrasing above, since it is the one people copy verbatim: naming management interfaces and administrative authentication paths gets those surfaces enumerated and their exposure tested. It does not, on its own, grant a tester the device access needed to read a RADIUS configuration. If you want that, the scope has to say so and somebody has to provision the access. Scope language opens the door; it does not walk through it.

What To Do This Week, Whether or Not You Buy Anything

Sequenced, and useful even if you never speak to a security vendor about any of it.

1
Inventory the internet-facing Fortinet estate. Every FortiGate, FortiWeb, FortiManager, and FortiProxy with an externally reachable interface. Include the ones the network team inherited and the one at the office nobody has visited since 2023.
2
Check exact builds against the advisories, not the branch numbers. FortiWeb fixed in 7.2.13, 7.4.12, 7.6.7 or 8.0.3, with no fixed 7.0 build listed, so a 7.0 deployment needs migrating rather than patching. FortiManager is affected only at 7.2.5 to 7.2.9, 7.4.3 to 7.4.5 and 7.6.1, fixed in 7.2.10, 7.4.6 and 7.6.2. Check FortiOS and the other FortiCloud-registered products against FG-IR-26-060 as well, because the January issue is the one with confirmed exploitation and a KEV listing.
3
Check for and disable RADIUS wildcard admin accounts on FortiWeb unless you have a specific, current reason for one. If you do, write it down, because the next person to look will not know it. This is a configuration check on the device; nothing you run from outside will answer it.
4
Disable fgfm-peercert-withoutsn on FortiManager, per the vendor workaround, if you are running an affected build and cannot patch yet. Confirm the setting's current state before you change it, so you know whether you were ever exposed.
5
Audit which admin authentication paths are externally reachable. Not which ones you intend to be reachable. Which ones are, verified from outside your network.
6
Re-scope your next penetration test to name management interfaces and administrative authentication paths. One sentence in the SOW, the cheapest item on this list and the one with the longest half-life.

If your firewalls are managed by an MSP, add a step before all of these: find out whether your provider tests these paths or maintains them. Ask for the scope statement of whatever testing they perform on your behalf and read it against the checklist above.

ℹ️If Your Firewalls Are Managed by an MSP
Ask your MSP directly: "Does our managed service agreement include independent penetration testing of the firewall management interfaces and authentication paths? If not, who scopes that, and when was it last done?" If they cannot answer both questions clearly, you have a scope gap.

Plenty of MSPs do excellent work here. Others sell configuration management and let the customer infer that testing is included, which is less dishonesty than a gap neither party has said out loud. If they maintain rather than test, you need independent coverage of the management layer, and the economics of MSP-delivered penetration testing are worth understanding before you negotiate it.

Where an Independent Test Fits

The network team that owns the firewall reviewing its own firewall configuration is self-assessment. That is not an insult to your network team, who probably know the estate better than any external tester will in a five-day engagement. It is a statement about what an auditor, a QSA, or a customer's procurement team can accept as evidence. They were not there and cannot verify your internal review. What they can accept is a test performed by someone independent of the thing tested, against a defined scope, at a defined time, reviewed and signed by a certified security professional.

Worth being accurate about what "independent" means here, because it is routinely overstated by vendors including ours. PCI DSS v4.0 does not require an external third party. Requirement 11.4.1 asks that the testing methodology be performed by a qualified internal resource or a qualified external third party, with organisational independence of the tester. A properly separated internal team can satisfy it. What an external report buys you is that the independence is self-evident to the third party reading it, rather than something you have to explain in an org chart. That is a real advantage, and it is a narrower claim than "auditors require an external tester".

The cadence is the part that is not negotiable: 11.4.2 and 11.4.3 require internal and external penetration testing at least once every twelve months and after any significant infrastructure or application upgrade or change, and 11.4.4 requires retesting to verify remediation. Applying an emergency firmware patch to a KEV-listed authentication bypass on an in-scope perimeter device is a significant change by any reasonable reading, though your QSA makes the call. If you operate in Europe, related obligations sit in the NIS2 testing requirements, which mandate assessing the effectiveness of your risk-management measures rather than prescribing penetration testing by name.

It is also the cleanest way to think about how continuous testing and point-in-time reports fit together, which we cover in what CTEM means for penetration testing. Continuous testing is what tells you a significant change happened. The signed test is what you owe when it does. The advisory told you to patch; the retest proves the patch landed on every device; the signed report is what you hand to the third party who asks in six months.

Be clear about what that buys you, because no honest provider covers the whole checklist above on its own. CyberOrbit handles the systematic 80%: the externally reachable surface, tested the same way every time, evidenced end to end, and independently signed. Deep on-device configuration review and novel business-logic attacks still need a specialist working alongside it. Any provider who tells you one engagement covers all sixteen items is selling you the scope statement you wanted to hear.

Run the free External Security Check on your own domain to see what is actually reachable from outside, and use the subdomain finder to catch the forgotten hosts your inventory does not list.

An audit-ready report on your external attack surface, covering the administrative interfaces and remote-access endpoints exposed to the internet, reviewed and signed by a certified security professional. Delivered within 48 hours of scope sign-off, at a fixed price with no surprise scope creep. We will tell you at scoping which checklist items sit outside an external engagement.
Get an independent, scoped perimeter assessment
🎯Key Takeaway
The perimeter appliance is where attackers start and where most pentest scopes end. Close that gap with explicit scope language before the next advisory lands.

Frequently Asked Questions

What is CVE-2026-26035 and which FortiWeb versions are affected?
CVE-2026-26035 is an improper authentication issue in Fortinet FortiWeb, published as FG-IR-26-158 on 12 August 2026 under the title "Broken access control in the RADIUS type admin group". Fortinet rates it High in its own advisory; NVD and third-party trackers score it CVSS 9.8. A remote unauthenticated attacker can log into the FortiWeb GUI or CLI with an arbitrary username and password, but only where a Remote RADIUS Type admin account has the wildcard option enabled. That option is disabled by default. Affected versions are 8.0.0 to 8.0.2, 7.6.0 to 7.6.6, 7.4.0 to 7.4.11, 7.2.0 to 7.2.12, and the 7.0 branch. Fixed builds are 7.2.13, 7.4.12, 7.6.7, and 8.0.3; no fixed 7.0 build is listed, so 7.0 deployments need to move to a supported branch. The workaround is to disable the wildcard setting on any Remote Type administrator account.
What does the FortiManager CVE-2026-70468 vulnerability allow an attacker to do?
CVE-2026-70468 allows a remote unauthenticated attacker holding a valid certificate to impersonate any FortiGate device managed by an affected FortiManager, using crafted FGFM requests, where a specific CLI option is set. Fortinet scores it CVSS 7.3; some third-party trackers publish 8.1. The affected set is narrow: FortiManager and FortiManager Cloud 7.2.5 to 7.2.9, 7.4.3 to 7.4.5, and 7.6.1. Earlier builds in those branches, and version 8.0, are not listed as affected. Fixed in 7.2.10, 7.4.6, and 7.6.2, and the workaround is to disable fgfm-peercert-withoutsn. It matters because FortiManager holds policy control over every device it manages.
Does a penetration test cover my firewall and VPN appliances?
Only if the scope statement says so. Most engagements treat perimeter appliances as the route to the target rather than the target itself. An external network test of an IP range will usually flag an exposed management interface but will not evaluate administrative authentication configuration unless scoped to. A web application test will not touch the perimeter at all. Read your scope statement rather than assuming.
What should be included in a network perimeter penetration test scope?
At minimum: management interface exposure, administrative authentication paths including RADIUS, LDAP, SAML and SSO, management-plane protocols, certificate validation on device-to-manager channels, MFA enforcement on admin accounts, default and wildcard account configuration, firmware versions checked against the CISA KEV catalog, out-of-band management access, VPN authentication and session handling, segmentation between management and data planes, third-party and MSP access controls, and a retest clause covering configuration-gated findings. Be aware that this spans more than one engagement type. Exposure and reachability are testable from outside with no credentials; configuration items such as wildcard accounts, MFA enforcement and certificate validation require device configuration access or test credentials; segmentation and logging require an internal position. Ask any provider which of these their access model actually covers.
Were the August 2026 Fortinet authentication bypasses exploited in the wild?
Neither CVE-2026-26035 nor CVE-2026-70468 was reported as exploited in the wild at the time of disclosure, and neither is in the CISA KEV catalog. The January 2026 FortiCloud SSO bypass, CVE-2026-24858 (FG-IR-26-060, CVSS 9.4), was confirmed exploited: Fortinet locked out two malicious FortiCloud accounts on 22 January 2026, CISA added the CVE to the KEV catalog on 27 January, and CISA issued guidance on 28 January, the same day the advisory published. That earlier issue is the more instructive one, because exploitation preceded disclosure.
How do I know if my Fortinet devices are affected by the 2026 auth bypass flaws?
Start with an inventory of every internet-facing FortiGate, FortiWeb, FortiManager and FortiProxy, then check each exact build against the advisories rather than assuming everything below the fixed build is affected. For FortiWeb, additionally check whether any Remote RADIUS Type admin account has the wildcard option enabled, because that configuration is what makes CVE-2026-26035 exploitable. For FortiManager, check whether you are on an affected build (7.2.5 to 7.2.9, 7.4.3 to 7.4.5, or 7.6.1) and whether fgfm-peercert-withoutsn is set. For FortiOS and the other FortiCloud-registered products, check whether FortiCloud SSO is enabled and whether the device is patched against FG-IR-26-060. All of these are configuration checks performed on the device or through your management platform. Nothing you run from outside your network will answer them, which is exactly why version numbers alone will not tell you.
Does patching a firewall vulnerability count as a significant change under PCI DSS 11.4?
Under PCI DSS v4.0, requirements 11.4.2 and 11.4.3 call for internal and external penetration testing at least once every twelve months and after any significant infrastructure or application upgrade or change, and 11.4.4 requires that exploitable findings are corrected and testing repeated to verify the correction. Note that 11.4.1 permits a qualified internal resource or a qualified external third party, provided the tester has organisational independence; an external firm is not strictly mandated. Patching a known-exploited authentication bypass on an in-scope perimeter device is a defensible significant change, particularly where the fix alters administrative authentication behaviour. Confirm the interpretation with your QSA, since scope definition is assessor-specific.

The security writing, weekly

New posts as they land: findings from real assessments, what the regulatory changes actually mean, and the occasional teardown.

Privacy