SecurityTechInsider AI security & governance
EN/ NL
Governance

Open-weight AI models vulnerable to jailbreaks: why choosing open or closed is a governance question

A University of Waterloo and FAR.AI study found serious jailbreak weaknesses in open-weight LLMs. What this means for choosing between open and closed AI.

2 September 2026 4 min
Illustration for this article: Open-weight AI models vulnerable to jailbreaks. The cut edges of a thick stack of blank paper, fanned slightly, raking light along the fibres.
Organisations must now document model type, hosting and verification controls per workflow rather than making a single open-or-closed choice. Image: SecurityTechInsider — original editorial illustration

You must now document which model type, hosting arrangement and verification layers surround each workflow that touches sensitive data, because model openness or closedness alone does not determine whether an AI system meets your compliance obligations.

The prompt is an analysis of 2 September 2026 of jailbreak vulnerabilities in open-weight language models, which argues that the choice between open and closed AI models is fundamentally a governance question rather than a safety question. Researchers at the University of Waterloo and FAR.AI tested 21 popular open-weight models and found their built-in safety mechanisms relatively easy to disable. In our assessment, this does not render open models unsuitable for enterprise use, but it means the attack surface expands unless your organisation adds its own runtime controls around them.

What makes open-weight models riskier than their label suggests?

Once model weights are public, anyone can download them, fine-tune them and redeploy them without the central mitigations a closed-model vendor can enforce. A closed-model provider adjusts guardrails across all instances; that control layer vanishes the moment weights leave the provider's infrastructure. The vulnerability is structural, not incidental. However, a security benchmark comparing open and closed models found that one open-source model outperformed several closed alternatives, with measured vulnerability ranging from 1.3 to 93 per cent depending mainly on model design, size and reasoning capability rather than on the open or closed label.

Which failure modes should shape your model selection per workflow?

  • Jailbreak susceptibility — built-in safety mechanisms in open-weight models can be disabled by users with access to weights.
  • Loss of central control — vendors cannot push guardrail updates to open-weight deployments once weights are distributed.
  • Uncontrolled fine-tuning — third parties can adapt open models for harmful purposes without the organisation's knowledge.
  • Data residency risk — closed SaaS models may process sensitive data on vendor infrastructure outside your control.
  • Audit opacity — closed models offer less transparency into how decisions are made or which data influenced outputs.

What concrete controls must you demonstrate for each workflow?

  1. Document the model and its hosting — record which model type (open or closed), which provider or infrastructure, and which lawful basis applies to the data each workflow processes.
  2. Implement runtime verification — deploy independent models or verification layers to check outputs where the task involves sensitive decisions or data.
  3. Log data paths and retention — maintain audit trails showing where data enters the system, which model processes it, where outputs go and how long data is retained.
  4. Test for jailbreak susceptibility — where you deploy open-weight models, conduct adversarial testing to confirm your runtime controls withstand common bypass attempts.
  5. Establish fail-closed defaults — configure workflows so that if verification or privacy checks fail, the system does not proceed rather than defaulting to output.

Can you use open models safely on your own infrastructure?

Practical research across more than two hundred enterprise case studies shows that combining proprietary data with open-source models on your own infrastructure can often be safer than generic frontier SaaS, precisely because data paths, logs and retention remain internally controllable. An academic comparison of on-premise open-source models with commercial LLMs in security operations found that closed models achieved higher classification accuracy for incident detection, while locally deployed open models offered advantages in privacy, cost and data sovereignty because incident data does not leave your infrastructure. The advice from that study is explicitly hybrid: choose the model type per workflow based on the sensitivity of the task and the data path, not organisation-wide.

How should you structure the choice between open and closed?

Regulatory carve-outs for open-source models do not exempt you from governance obligations. Compliance is not a property of weights alone, but of the combination of model, hosting, contracts and the control plane you build around it. A workable trade-off per workflow combines the model type, the hosting arrangement, verification layers and logging infrastructure into a single documented choice. For professionals in law, healthcare, finance and government, this means: visibility per workflow into which model is active, which data path goes with it and which security and logging layers surround it. The choice is not binary but layered.

Tooling can expose verification steps, route tasks through independent models and make audit trails visible, but it cannot replace your own professional judgement about whether the combination is fit for purpose. The final assessment of whether an output is reliable, whether the data path is acceptable and whether the controls are sufficient remains with you.

Sources: This article draws on reporting and guidance from TechXplore (University of Waterloo & FAR.AI security study), Open Source For You (TELUS Digital GenAI Safety Model Benchmark), Areebi, MarketScale (Futuriom enterprise case study summary) and arXiv.

Marit Halversen

Written by

Marit Halversen

Covers AI governance and regulatory design, with a focus on how compliance obligations land on architecture rather than on paperwork.