GPT Image 2.5 Flare & Sunburst are live on EvoLinkTry GPT Image 2.5
Abstract lens revealing weak points in a hexagonal surface, representing AI-assisted vulnerability discovery for defense
model-analysis

GLM-5.3 Cybersecurity: What the Benchmarks Claim

Jessie
Jessie
COO
August 14, 2026
Updated on August 26, 2026
11 min read
The cybersecurity numbers are the single biggest capability jump in the GLM-5.3 release — and every one of them is Z.ai's own claim. By the vendor's figures, GLM-5.3 scores 84.5 on CyberGym versus GLM-5.2's 77.2 (Z.ai's Chinese documentation states 83.5% in body text, so two official figures circulate), and 54.4 on ExploitBench versus 24.4. Z.ai's own table still places Mythos 5 at 78 on ExploitBench. Since release day, per-token access has opened: GLM-5.3 now lists at $1.40 input and $4.40 output per 1M tokens and is available as glm-5.3 through EvoLink. That makes a controlled defensive evaluation possible; it does not turn vendor claims into independent evidence.
One scope note before anything else: this article is written for defensive, authorized security work — vulnerability discovery for the purpose of fixing, penetration testing under explicit authorization, issue triage, and code audit. That is also how Z.ai itself positions the model.

"Built to Code. Ready for Cyber Defense." — What Z.ai Is Claiming

Z.ai's release tagline for GLM-5.3 is "Built to Code. Ready for Cyber Defense." — the framing is defense, not offense, and the announcement title itself calls the cyber results "emergent": "GLM-5.3: Frontier Coding with Emergent Cyber Capabilities". The claimed numbers, all from Z.ai's own benchmark table:
BenchmarkGLM-5.3 (vendor-claimed)GLM-5.2Caveat
CyberGym84.577.2Z.ai's Chinese docs say 83.5% in body text — two official figures exist
ExploitBench54.424.4Z.ai's own table shows Mythos 5 = 78; Z.ai acknowledges closed models lead
Z.ai also reports a time-scaling result on ExploitGym: by its own account, GLM-5.3 solved 105 challenges within a 2-hour budget and 130 within 6 hours — offered as evidence that the model's vulnerability-analysis performance keeps improving when given more time to work. Like the table above, this is a vendor-reported figure with no third-party replication as of release day.

Three things to hold onto when reading these numbers:

  1. The jump is real by their own baseline. A 24.4 → 54.4 move on ExploitBench between two models sharing the same base network is the largest relative gain anywhere in the GLM-5.3 announcement.
  2. The vendor itself does not claim the top spot. Z.ai's table places closed models ahead on the exploit-oriented benchmark. Any headline calling GLM-5.3 the leading security model is saying more than Z.ai does.
  3. The CyberGym discrepancy is disclosed, not resolved. 84.5 (announcement) vs 83.5 (Chinese docs body text) are both official figures. Until Z.ai reconciles them, cite the pair.
For the full release picture — access channels, API contract changes, and everything outside cyber — see the GLM-5.3 release tracker.

Why This Launch Is Not Open-Source Day One

GLM-5.2 shipped with open weights on release day. GLM-5.3 deliberately does not — and Z.ai says the cyber capabilities are the reason. The staged plan, per the announcement:

  • Open weights are delayed roughly two weeks (around August 28, 2026), pending a safety evaluation and hardening pass. The license has not been stated — do not assume GLM-5.2's terms carry over.
  • Per-token API access was staged at launch. It is now priced and callable, while open-weight timing and license terms remain a separate question.
  • A Security Disclosure Ledger launched alongside the model — a public ledger, per Z.ai, for vulnerabilities the model finds, so that discoveries feed coordinated disclosure rather than quiet exploitation.
Whatever you think of the benchmark numbers, this is the more consequential signal: a lab whose previous release went straight to Hugging Face chose to gate this one behind a safety review because of what the model scored on exploit benchmarks. For security teams, the ledger is worth watching independently of the model — if GLM-5.3 is genuinely finding real vulnerabilities, that is where the evidence would surface first.

Why Security Developers Are Paying Attention

There is a real demand backdrop here, visible in the release-day Hacker News thread. A recurring theme in the discussion: frustration that major US model providers restrict security use cases. One HN commenter put it bluntly: "American vendors won't let the peasantry use their best models for security work." Another, in the same thread: "It's not like you will be allowed to use Fable...for anything cybersecurity-related."
Two caveats on how to read this. First, these are community comments — sentiment, not verified fact about any vendor's actual policy; individual experiences with usage policies vary, and enforcement is more nuanced than a forum quote. Second, sentiment is still a market signal: it explains why an open-weight model that advertises cyber capability draws immediate interest from security practitioners who feel underserved. If GLM-5.3's weights land on schedule with a workable license, it would be one of the few current-generation models a defensive-security team could run in a controlled environment without a usage-policy conversation with a hosted-API vendor — subject to whatever terms Z.ai's license actually states, which are unknown today.

A Defender's Evaluation Framework

You can now evaluate GLM-5.3 through an API. The important distinction is between what still requires external evidence and what you can test safely on your own authorized workload.
What to wait for:
  • The open weights and, critically, the license (~August 28 by Z.ai's own timeline). For security teams, the license matters more than usual: it determines whether you can run the model inside an isolated lab at all.
  • Independent matched evaluations. Vendor scores are a hypothesis until a third party reproduces the harness, dataset, and controls.
What to test — in authorized environments only:
Authorized GLM-5.3 cybersecurity evaluation loop with isolated analysis, evidence review, patch verification, human approval, and containment
Authorized GLM-5.3 cybersecurity evaluation loop with isolated analysis, evidence review, patch verification, human approval, and containment
  • Triage accuracy and false-positive rate. Feed it your real backlog of security reports and static-analysis findings. A model that doubles a benchmark score but floods your queue with false positives is a net cost.
  • Exploit reproduction for fix verification. The defensively legitimate use of exploit capability: confirming a reported vulnerability is real, confirming a patch actually closes it. Measure whether the model's reproductions are faithful, on systems you own or are authorized to test.
  • Report quality. Can it produce a disclosure-grade writeup — affected versions, root cause, severity reasoning, remediation — or just a finding? For most teams the writeup is where the hours go.
  • Long-horizon behavior. Z.ai's ExploitGym claim is specifically about performance improving with time budget. Verify that on your own tasks before paying for 6-hour agent runs.
Compliance notes — flagged, not resolved, because they are jurisdiction- and org-specific:
  • Authorization scope is on you, not the model. Penetration testing and vulnerability research require explicit authorization covering the specific systems tested; a model's "cyber defense" positioning does not substitute for it.
  • Data-residency and cross-border considerations need your own assessment. GLM-5.3 is a model from a China-based provider; whether routing security-sensitive code or vulnerability data through any given endpoint fits your compliance posture is a question for your own legal and security review. Self-hosted weights, once released, change that calculus — which is another reason the license is the fact to watch.

The Cyber Gains and the Coding Gains Are the Same Story

One under-noticed detail: GLM-5.3 shares its base model with GLM-5.2, and Z.ai states that "every gain comes from post-training." The cyber jump and the coding jump (Terminal Bench 3.0: 4.6 → 28.3, vendor-claimed) come from the same post-training push on the same network — Z.ai's framing is that exploit analysis is, at bottom, adversarial code reasoning, hence "emergent" cyber capability from a coding-focused effort.

The practical implication for evaluation: cyber ability here is not a separate fine-tuned SKU you can adopt in isolation. You get — and should test — the whole post-trained model, including its breaking API changes versus GLM-5.2 (always-on thinking, the new reasoning_effort control). The skeptical read, also aired in the HN thread, is that heavy post-training invites benchmark overfitting. Use independent evaluations when they appear and treat your own controlled replay suite as the operational answer.

What You Can Do Through the API Today

The current API state supports a real evaluation rather than a waitlist plan:

  • Use a bounded, authorized dataset. Start with historical findings or isolated lab targets that your team owns and is explicitly allowed to test.
  • Call model ID glm-5.3. The EvoLink GLM-5.3 page provides current pricing, code, 1M context details, and both supported API protocols.
  • Log the whole decision path. Record prompt version, effort level, tokens, tool calls, false positives, reviewer outcome, and remediation usefulness.
  • Keep a human approval gate. Do not allow generated security actions to reach systems outside the authorization boundary; use outputs for triage, reproduction, and fix verification under review.

FAQ

What do GLM-5.3's cybersecurity benchmarks actually claim?

By Z.ai's own numbers: CyberGym 84.5 (with 83.5% appearing in the Chinese docs body text — both figures are official), versus 77.2 for GLM-5.2; and ExploitBench 54.4 versus 24.4. Z.ai also reports GLM-5.3 solving 105 ExploitGym challenges in 2 hours and 130 in 6 hours. All figures are vendor-claimed with no independent replication as of release day.

Is GLM-5.3 the best model for security research?

No such conclusion can be drawn today. There are no independent security evaluations of GLM-5.3 yet, and Z.ai's own table shows closed models ahead on ExploitBench (Mythos 5 = 78). What can be said: by vendor numbers it is a large jump over GLM-5.2, and its planned open weights make it a candidate for teams that need self-hosted evaluation — pending the license.

Can GLM-5.3 be used for hacking?

Z.ai positions GLM-5.3 for cyber defense, and structured the launch accordingly: access was staged and a public Security Disclosure Ledger launched with the model to channel findings into coordinated disclosure. None of that changes the user's own obligations — vulnerability research and penetration testing require explicit authorization for the systems involved. This article addresses authorized, defensive use only.

Why are the GLM-5.3 weights delayed?

Z.ai says the weights will ship roughly two weeks after launch (around August 28, 2026), after a safety evaluation and hardening pass — a deliberate change from GLM-5.2's release-day open-sourcing, motivated by the model's cyber capabilities. The license has not been announced.

Can I use GLM-5.3 for security work through an API today?

Yes, for authorized defensive evaluation. Use model ID glm-5.3; official rates are $1.40 input, $0.26 cached input, and $4.40 output per 1M tokens. The EvoLink model page has current route pricing and code.

What is the Security Disclosure Ledger?

A public ledger Z.ai launched alongside GLM-5.3 for vulnerabilities the model discovers, per the announcement — intended to make model-found flaws flow into coordinated disclosure rather than remain private. For defenders it doubles as an evidence stream: real entries would be stronger proof of capability than any benchmark score.

Why do I see both 84.5 and 83.5 for GLM-5.3's CyberGym score?

Both come from Z.ai: 84.5 appears in the announcement's benchmark table, while the Chinese documentation states 83.5% in its body text. The discrepancy is unexplained as of publication. We cite both and will update if Z.ai reconciles them.

Does the cyber capability trade off against coding ability?

Not per the vendor's account — the opposite. GLM-5.3 shares GLM-5.2's base, all gains come from post-training, and Z.ai frames the cyber results as emerging from the coding-focused effort. Coding and cyber numbers rose together in its table. Whether both hold up outside benchmarks awaits independent testing; the GLM-5.3 vs GLM-5.2 comparison covers the coding side in detail.
Yes. EvoLink exposes GLM-5.3 as model ID glm-5.3 behind its unified API. Use the GLM-5.3 model page for the current price, protocols, and migration checks; route availability does not remove the need for your own authorization and acceptance gates.

Sources


Disclosure: the cover image was generated with Nano Banana Pro and is illustrative, not model output from GLM-5.3. All benchmark figures in this article are vendor-reported by Z.ai; community quotes are Hacker News sentiment, not verified statements of fact. Facts last reviewed August 26, 2026. This article addresses authorized defensive use only and contains no exploitation instructions.

Ready to Reduce Your AI Costs by 89%?

Start using EvoLink today and experience the power of intelligent API routing.