When AI Learns to Bend Industrial Systems: Forescout Experiment Shows How PLC Exploits Could Become Easier to Scale + Video

Listen to this Post

Featured ImageA New Cybersecurity Warning Is Emerging From the Factory Floor

Artificial intelligence is rapidly changing the economics of cybersecurity. Until recently, highly specialized attacks against industrial control systems often required years of experience with embedded hardware, firmware, processor architectures, industrial protocols, and proprietary engineering environments. That expertise created a natural barrier that kept many attackers away from the most technically demanding targets.

But that barrier may not remain as strong as it once was.

New research from Forescout’s Vedere Labs provides a striking example of why. Researchers demonstrated that AI could help adapt an existing remote code execution (RCE) exploit from one programmable logic controller (PLC) to another WAGO PLC model. The experiment did not show a completely autonomous AI hacker breaking into industrial equipment. Human researchers remained deeply involved throughout the process.

Yet that distinction may ultimately be less reassuring than it sounds.

The important discovery was not that AI can already independently compromise complex industrial machinery. It cannot reliably do that today. The more significant finding is that once human researchers overcame the hardest technical obstacles, AI became remarkably effective at accelerating the next stages of exploit development.

Forescout’s experiment therefore offers a glimpse into a future in which specialized industrial exploitation could become faster, cheaper, and easier to reproduce across related devices. Recent reporting confirms that the researchers used Claude to port an RCE exploit between WAGO PLC models, spending more than eight hours and $535.74 in API usage during the final RCE development stage.

The Question Forescout Wanted to Answer

The central question was deceptively simple: if security researchers already possess a working exploit for one PLC, can AI help modify that exploit so that it works against another PLC with a related architecture?

This is an important question for operational technology (OT) security because industrial environments contain enormous numbers of devices that share technologies, operating systems, processors, runtimes, communication protocols, and design patterns.

Forescout’s researchers selected two WAGO PLC models and attempted to transfer an existing RCE technique from one device to another.

The experiment succeeded.

That success matters because developing an exploit for embedded technology is rarely as straightforward as changing a few lines of code. A researcher must understand memory layouts, processor behavior, firmware differences, network communication, protections, payload execution, and the specific characteristics of the target device.

AI was able to contribute to that process.

The Starting Point Was Already a Known Exploit

The experiment did not begin with AI magically discovering a completely unknown vulnerability from nothing.

According to reporting on the research, the starting point was an existing exploit targeting the WAGO 750-852 PLC and associated with CVE-2021-31886, a pre-authentication buffer overflow in the Nucleus FTP server that could allow arbitrary ARM shellcode execution.

The researchers then attempted to adapt the exploit for a related WAGO 750-831 PLC.

That distinction is extremely important.

AI was being used as an exploit-development assistant rather than as a completely autonomous attacker. The researchers still needed to understand what they were doing, recognize when the model was wrong, redirect its reasoning, and determine which technical paths were worth pursuing.

The experiment was therefore not evidence that

It was evidence that AI can reduce some of the manual effort involved in transferring specialized offensive knowledge from one related target to another.

Eight Hours of Work Revealed the Current Limitation

The process was far from instantaneous.

The final RCE development stage took approximately eight hours and 32 minutes and consumed $535.74 in API tokens.

Those numbers are perhaps one of the most revealing aspects of the entire experiment.

If an attacker still needs a highly skilled human operator for hours, the economics are not yet revolutionary. A conventional expert may sometimes accomplish the same task faster and at lower cost.

Forescout itself reportedly acknowledged this limitation.

That means the immediate threat should not be exaggerated. AI has not suddenly transformed every industrial vulnerability into a push-button exploit.

But cybersecurity defenders should also avoid drawing the opposite conclusion.

The real question is what happens when the eight-hour process becomes two hours, then thirty minutes, and eventually requires only limited human supervision.

AI Struggled With False Leads

The model did not simply understand the target architecture, write perfect code, and execute it successfully.

Researchers had to guide it through incorrect assumptions, dead ends, and failed approaches.

This is consistent with a broader pattern seen in AI-assisted cybersecurity research: current models can be extremely productive when they are given strong feedback, but they remain vulnerable to hallucinations, mistaken technical assumptions, incomplete environmental knowledge, and incorrect interpretations of unfamiliar systems.

In an industrial environment, those weaknesses can be particularly dangerous.

A mistake in an ordinary software laboratory may crash a virtual machine.

A mistake against a PLC can potentially disrupt a physical process.

Then Everything Changed After Code Execution

The most important part of the experiment happened after reliable code execution had been established.

Once the researchers crossed that technical barrier, the AI was able to produce multiple working network payloads within minutes. Reporting on the experiment says two separate working payloads were generated in approximately 12 minutes.

This creates an important distinction between initial exploitation and post-exploitation development.

The initial stage required significant expertise.

The later stages moved much faster.

That pattern could become strategically important as AI models improve.

An attacker may not need an AI system capable of independently solving every problem. They may only need an AI system that can dramatically accelerate the parts of the attack that come after an expert has solved the hardest technical obstacle.

The PLC Was Not Just a Computer

Industrial systems make this research particularly serious because PLCs are connected to the physical world.

A traditional server compromise might expose databases, credentials, applications, or internal networks.

A PLC compromise can potentially influence machinery, production processes, pumps, motors, HVAC systems, safety-related processes, and other physical operations depending on how the environment is designed.

Forescout has previously demonstrated that compromising industrial devices can produce physical consequences. Its research has documented scenarios involving WAGO PLCs in which exploitation could interrupt physical processes such as HVAC operation.

That is why AI-assisted exploitation of OT systems deserves a different level of scrutiny.

The target is not merely information.

The target may be the physical process itself.

One AI-Generated Experiment Permanently Bricked the PLC

The research also delivered an unusually powerful warning about AI experimentation against physical technology.

Researchers attempted to go beyond RCE and develop a command-and-control implant.

One of the resulting payload attempts wrote to an area mapped to the PLC’s flash memory.

The device was permanently bricked.

This is more than an amusing laboratory accident.

It demonstrates one of the fundamental problems with allowing AI systems to interact directly with industrial hardware: a model does not inherently understand the physical consequences of every low-level operation it proposes.

A line of code that appears technically reasonable may have irreversible consequences when executed against embedded equipment.

The Difference Between IT and OT Is Critical

In conventional IT security, restoring a compromised system can often involve rebuilding a server, restoring a virtual machine, or replacing a cloud instance.

Industrial environments are different.

A PLC may control equipment that cannot simply be rebooted without consequences.

A production line may require controlled shutdown procedures.

A water-treatment system may have operational dependencies.

A manufacturing process may involve timing-sensitive machinery.

A power or transportation environment may have safety requirements.

This is why offensive AI experimentation against OT equipment must be conducted inside carefully controlled laboratories and isolated test environments.

The same autonomy that makes AI powerful can become dangerous when it crosses the boundary between software and physical systems.

AI Could Gradually Reduce the OT Expertise Barrier

Industrial exploitation has historically required unusual knowledge.

Attackers need to understand not only cybersecurity but also industrial engineering.

They may need familiarity with PLC architectures, real-time systems, firmware, ladder logic, industrial protocols, proprietary runtimes, memory corruption, debugging tools, and hardware behavior.

That combination is rare.

AI potentially changes the equation.

A model does not need to replace the expert completely to be disruptive.

It only needs to reduce the amount of specialized knowledge that one expert must personally perform.

If an experienced researcher can supervise several AI systems simultaneously, the amount of offensive research that can be conducted in parallel could increase dramatically.

That is where scalability becomes the real concern.

The Economics of Exploit Development Could Change

Cyberattacks are ultimately influenced by economics.

If an exploit requires several weeks of specialized research, only a small number of threat actors may be willing or able to invest in it.

If AI reduces that work to several days, more groups can participate.

If the same process falls to several hours, the barrier becomes lower again.

And if the resulting workflow can eventually be automated, attackers could theoretically test adaptations against many related targets.

The danger is therefore not necessarily one AI-generated exploit.

The danger is repeatability.

From One Vulnerability to Entire Device Families

Industrial vendors frequently sell families of related products.

Different models may share:

processors

firmware components

network stacks

operating-system components

third-party libraries

industrial protocols

development environments

authentication mechanisms

memory-management techniques

A vulnerability discovered in one product may therefore provide valuable information about another.

Forescout’s experiment suggests that AI could eventually assist researchers in translating knowledge between related devices.

That possibility should influence how defenders evaluate vulnerability severity.

A vulnerability that appears difficult to exploit manually may become considerably more attractive if AI can help adapt existing exploit techniques.

The Real Threat Is Not Autonomous AI Yet

There is a temptation to describe this research as evidence that “AI can now hack PLCs.”

That description is too simplistic.

The experiment required substantial human intervention.

The model made mistakes.

Researchers had to identify false leads.

The process consumed hundreds of dollars in API usage.

And the most dangerous experiment involving the command-and-control implant actually damaged the target device rather than producing a reliable autonomous attack.

The more accurate conclusion is more subtle:

AI is becoming a force multiplier for specialized cyber expertise.

That distinction matters.

Why Force Multiplication May Matter More Than Full Autonomy

Cybersecurity discussions often focus on the question of whether an AI can conduct an attack without humans.

That is an important benchmark, but it may not be the most useful one.

Consider a security researcher who normally spends eight hours manually analyzing, modifying, debugging, and testing an exploit.

If AI reduces the amount of manual work by 50 percent, that researcher may suddenly have enough time to investigate twice as many targets.

If AI reduces it by 90 percent, the same expert could potentially explore an entirely different scale of targets.

In other words, defenders do not necessarily have to wait for fully autonomous cyber agents before AI changes the threat landscape.

Partial automation may be enough.

The Industrial Attack Surface Is Already Complicated

Forescout’s own security tooling reflects how broad modern industrial attack surfaces can be. Its EyeInspect technology supports numerous OT protocols, including CODESYS V2, CODESYS V3, Siemens-related protocols, Honeywell technologies, Rockwell protocols, and many others.

This diversity makes traditional vulnerability management difficult.

Security teams cannot assume that every industrial device behaves like a conventional Windows or Linux endpoint.

Many assets have long lifecycles.

Some cannot be patched immediately.

Some cannot be taken offline.

Some are managed by engineering teams rather than traditional IT departments.

Some may contain legacy components that were never designed for today’s threat environment.

AI-assisted exploitation adds another layer of complexity to this already difficult landscape.

Internet Exposure Makes the Problem Worse

Industrial systems become especially concerning when management interfaces or services are unnecessarily exposed.

Forescout notes that exposed services can increase the attack surface because they may provide potential paths for unauthorized access or control.

The defensive principle is therefore straightforward:

Industrial control systems should not be casually reachable from the public internet.

Where remote access is necessary, organizations should place strong controls around it, including segmentation, authentication, access monitoring, secure remote-access architecture, and strict authorization.

Segmentation Becomes an AI-Era Requirement

Network segmentation is no longer just a best practice for containing traditional malware.

It becomes even more important when attackers gain AI-assisted capabilities.

If a compromised workstation can communicate freely with engineering workstations, HMIs, PLCs, historians, and other OT assets, an attacker may have far more opportunities to move through the environment.

A properly segmented architecture can limit what an attacker can reach even after an initial compromise.

The goal is not to assume that every endpoint will remain secure.

The goal is to make compromise less useful.

Defenders Need to Think Like AI-Assisted Attackers

Security teams should increasingly ask a different question during risk assessments:

“If an attacker already understands one vulnerable device, how easily could that knowledge be transferred to another device in our environment?”

That question is more forward-looking than simply asking whether a vulnerability has a public exploit.

Organizations should examine shared firmware, shared libraries, common PLC families, common engineering software, common protocols, and recurring authentication mechanisms.

AI could eventually make those similarities more operationally useful to attackers.

Vulnerability Management Must Become More Contextual

A CVSS score alone cannot capture every industrial risk.

A vulnerability affecting a disconnected laboratory controller is not equivalent to the same vulnerability affecting a PLC controlling a critical production process.

Forescout’s vulnerability-management documentation emphasizes factors such as exploitability, affected assets, severity, and known exploitation indicators when assessing risk.

For OT environments, organizations should add physical consequences to that equation.

Ask what happens if the PLC is compromised.

Ask whether the attacker can alter logic.

Ask whether safety systems are independent.

Ask whether the device can be isolated.

Ask whether the process can be safely stopped.

Ask whether the vulnerability can be exploited remotely.

These questions can reveal risks that a numerical vulnerability score alone cannot communicate.

AI Should Also Be Used Against AI-Assisted Threats

The answer cannot simply be “do not use AI.”

Defenders should use AI as well.

AI can help security teams analyze large volumes of telemetry, identify unusual communication patterns, correlate vulnerability data, prioritize exposed assets, review configuration changes, and assist incident responders.

Forescout’s current platform direction also illustrates this broader trend, with its VistaroAI layer bringing generative AI, agentic workflows, and LLM-powered experiences into its security platform.

The emerging cybersecurity contest is therefore unlikely to be humans versus AI.

It will increasingly be human expertise amplified by AI versus human expertise amplified by AI.

Deep Analysis: What Defenders Should Watch

The Forescout experiment is particularly useful when translated into defensive engineering rather than offensive experimentation.

Security teams should begin by identifying every PLC, RTU, HMI, engineering workstation, historian, and industrial gateway connected to their environment.

Asset inventories should include model numbers, firmware versions, network locations, communication protocols, management interfaces, and business or physical functions.

Where possible, organizations should continuously monitor for unexpected communication between IT and OT networks.

A basic defensive network-discovery workflow can begin with controlled inventory commands such as:

ip addr
ip route
ss -tulpn

For authorized network monitoring, defenders can examine traffic and identify unexpected industrial communications:

sudo tcpdump -i eth0 -nn

A controlled service inventory can also be performed against approved assets:

nmap -sV --top-ports 100 <AUTHORIZED_ASSET_IP>

The important word is authorized.

Industrial environments should never be subjected to uncontrolled scanning or exploit testing simply because a security team wants to reproduce a research result.

For passive monitoring, organizations can inspect network flows and establish a baseline of which systems normally communicate with PLCs.

A simple defensive process might look like:

Asset Discovery

Firmware Identification

Exposure Assessment

Network Segmentation

Vulnerability Prioritization

Continuous Monitoring

Anomaly Detection

Incident Response

Security teams should also alert on unusual changes in PLC communication patterns.

For example, a workstation that has never previously communicated with a PLC suddenly initiating management traffic should receive investigation priority.

Unexpected engineering activity outside maintenance windows should also be treated seriously.

Likewise, changes to PLC configurations, firmware, logic, or network settings should be logged and monitored whenever the platform supports it.

The objective is not to detect a specific AI attack.

The objective is to detect the behavioral consequences of unauthorized activity regardless of whether the attacker used a human, malware, or an AI assistant.

The Importance of Safe AI Security Research

The bricked PLC in the Forescout experiment demonstrates why AI-assisted OT research requires strong guardrails.

Security researchers should use isolated hardware laboratories whenever possible.

Network connections should be tightly controlled.

Physical processes should be simulated or disconnected from operational equipment.

Automated agents should not receive unrestricted authority over industrial systems.

Destructive operations should require explicit human approval.

And experiments should include recovery procedures before an AI system is allowed to interact with embedded hardware.

The lesson is simple: an AI agent that can write code quickly can also make mistakes quickly.

What This Means for Critical Infrastructure

The implications extend far beyond factories.

Industrial control technologies are used throughout manufacturing, energy, transportation, water and wastewater, building automation, and other environments.

Forescout’s previous research has documented WAGO controllers across sectors including manufacturing, energy, transportation, and commercial facilities.

This means that a vulnerability-adaptation capability could eventually have consequences across many types of organizations.

The concern is not that every PLC will suddenly become vulnerable.

The concern is that the number of people capable of turning technical vulnerability knowledge into practical exploitation may increase.

The Future Could Be About Parallel Exploitation

Imagine an attacker with one experienced industrial security specialist and a collection of increasingly capable AI agents.

One agent analyzes firmware.

Another compares related device architectures.

Another reviews known vulnerabilities.

Another helps develop test cases.

Another examines network behavior.

Another assists with documentation.

The human expert becomes the coordinator rather than the person performing every technical task manually.

That scenario is not yet fully autonomous reality.

But the Forescout experiment demonstrates why security professionals should take the trajectory seriously.

AI Could Also Improve Defensive Engineering

There is another side to this story.

The same capability that helps attackers understand similarities between devices can help defenders identify them first.

AI could assist organizations in mapping shared firmware components across thousands of devices.

It could identify where one vulnerability potentially affects multiple product families.

It could prioritize devices based on physical consequences rather than merely software severity.

It could analyze configuration drift.

It could detect suspicious engineering activity.

And it could help security teams understand complex embedded systems that would otherwise require scarce specialist expertise.

The future is therefore not predetermined.

AI can lower barriers for attackers, but it can also lower barriers for defenders.

The Most Important Metric May Be Time-to-Exploit

Traditional vulnerability management often asks whether an exploit exists.

The AI era may require a more dynamic question:

How long would it take a capable attacker to create or adapt one?

That is a fundamentally different metric.

A vulnerability with no public exploit today may not remain difficult forever.

If an existing exploit for a related device can be adapted with AI assistance, the security value of architectural similarity changes.

Organizations should therefore begin thinking about exploitability as something that evolves with technology.

The Eight-Hour Experiment Is More Important Than the Eight-Hour Number

It would be easy to look at the $535.74 cost and conclude that the experiment is economically inefficient.

Today, that may be true.

But that misses the strategic point.

AI capabilities are evolving rapidly.

Models are becoming better at coding, reasoning, debugging, tool use, autonomous planning, and cybersecurity tasks.

A process that currently requires extensive human correction may eventually require much less.

The question is not whether

The question is whether

What Organizations Should Do Now

Industrial operators should not wait for fully autonomous AI exploitation before improving their defenses.

First, build an accurate inventory of OT assets.

Second, eliminate unnecessary internet exposure.

Third, segment industrial networks from ordinary corporate networks.

Fourth, restrict engineering access.

Fifth, enforce strong authentication for remote management.

Sixth, maintain firmware and vulnerability visibility.

Seventh, monitor unusual PLC communications.

Eighth, establish strict change-control procedures for industrial systems.

Ninth, test incident-response procedures in safe environments.

Finally, assume that offensive automation will continue improving.

The strongest defense is not predicting the exact AI attack that will arrive next.

It is building an environment in which even a sophisticated attack has limited reach and limited consequences.

A New Security Race Is Taking Shape

The Forescout research represents a small but meaningful milestone in the evolution of AI-assisted cybersecurity.

AI did not independently compromise an industrial control system from beginning to end.

Human researchers remained essential.

The process was expensive.

The model made mistakes.

And one experiment permanently damaged the laboratory PLC.

But the experiment nevertheless demonstrated something important: once the hardest technical barriers were overcome, AI could accelerate exploit development and payload generation dramatically.

That is the part defenders should remember.

The future threat may not be a machine that independently invents cyberattacks from scratch.

It may be something much more practical: a skilled attacker using AI to turn difficult specialist work into a faster, repeatable workflow.

What Undercode Say:

1. The Real Story Is Scalability

The biggest takeaway is not that AI can hack a PLC.

The bigger issue is that AI can potentially make specialized knowledge easier to reuse.

2. Human Expertise Still Matters

The experiment clearly demonstrates that humans remain essential for difficult industrial exploitation tasks.

That should prevent exaggerated claims about fully autonomous cyberwarfare.

  1. But Human Expertise Could Become More Powerful

A skilled researcher supported by capable AI may eventually accomplish substantially more work than the same researcher working alone.

That changes the economics of offensive research.

  1. Eight Hours Is Not the End of the Story

Today’s eight-hour workflow should be viewed as a snapshot rather than a permanent limitation.

AI models are improving rapidly.

5. The $535 Cost Is Also Temporary

The reported API expenditure demonstrates that sophisticated AI-assisted exploitation can currently be expensive.

But inference costs generally tend to fall as models, hardware, optimization, and deployment strategies improve.

6. Industrial Systems Are Particularly Sensitive

A compromised PLC can have consequences that extend beyond data theft.

Depending on its role, it can interact with physical processes.

7. The Bricked PLC Is a Warning

The flash-memory incident demonstrates that AI-generated code can have irreversible effects when it interacts with embedded systems.

  1. AI Does Not Understand Physical Consequences Automatically

A model may understand code semantics without fully understanding what a specific instruction means for a real industrial machine.

9. OT Security Needs Stronger Guardrails

AI agents should never receive unrestricted access to production PLCs.

Human authorization should remain mandatory for dangerous operations.

10. Segmentation Is Becoming More Important

Even if an attacker gains a foothold, segmentation can prevent that foothold from becoming access to critical industrial assets.

  1. Exposure Should Be Treated as a Priority

Internet-facing industrial management interfaces dramatically increase the potential attack surface.

12. Vulnerability Management Must Evolve

Organizations should consider not only whether an exploit exists but also whether AI could make exploit development easier.

13. Related Products Deserve Extra Attention

Shared firmware, libraries, runtimes, and architectures can create opportunities for exploit adaptation.

  1. AI Could Turn One Exploit Into a Research Template

The more transferable an exploitation technique becomes, the more valuable automation becomes.

15. This Changes the Meaning of Exploitability

A vulnerability can become more dangerous without the underlying vulnerability changing.

The surrounding technology can change the economics of exploitation.

16. AI Is a Force Multiplier

This is probably the most accurate description of what the experiment demonstrates.

AI does not need to replace the expert to dramatically increase the expert’s capabilities.

  1. Attackers Will Not Necessarily Need Full Autonomy

Even partially automated workflows can provide significant operational advantages.

18. Defenders Can Use the Same Advantage

AI can help security teams analyze vulnerabilities, telemetry, asset inventories, and network behavior.

19. The Race Is Already Underway

Attackers are experimenting with AI.

Defenders are integrating AI.

The advantage will increasingly belong to organizations that can safely operationalize it.

20. OT Visibility Is Critical

You cannot defend an industrial asset you do not know exists.

21. Asset Inventory Should Be Continuous

Industrial environments change.

New devices appear.

Firmware changes.

Network paths change.

Remote-access mechanisms change.

22. Static Security Assessments Are Not Enough

A vulnerability assessment performed once a year cannot accurately represent a constantly changing industrial network.

23. Behavioral Detection Matters

Security teams should focus on what systems normally communicate with each other.

Unexpected behavior can be more valuable than a signature.

24. Change Control Becomes Security Telemetry

Unauthorized modifications to PLC configurations should be treated as potentially serious security events.

25. Engineering Workstations Deserve Protection

They are often valuable bridges between corporate IT and industrial environments.

26. Remote Access Must Be Carefully Controlled

Remote maintenance can be necessary, but unrestricted remote connectivity creates unnecessary risk.

27. The Cloud-to-OT Boundary Matters Too

Modern industrial environments increasingly depend on cloud services, remote monitoring, centralized management, and external vendors.

Those connections must be evaluated as part of the OT attack surface.

  1. AI Raises the Value of Research Data

Exploit research, firmware analysis, vulnerability reports, and device documentation can become more operationally useful when AI can synthesize them quickly.

29. Defensive Intelligence Should Be Automated

Organizations should use AI to correlate vulnerability information across entire device populations.

30. Risk Should Include Physical Consequences

A software vulnerability affecting a PLC should be assessed according to what the PLC controls.

31. Critical Processes Need Defense-in-Depth

No single security control should be expected to stop every attack.

  1. Isolation Can Be More Valuable Than Perfection

A perfectly secure system is unrealistic.

A strongly isolated system can still be resilient when something goes wrong.

33. Recovery Is Part of Security

Organizations should know how to safely recover compromised or damaged industrial equipment before an incident happens.

34. AI Testing Requires Specialized Environments

AI should be allowed to experiment on simulated or isolated industrial systems rather than production equipment.

35. Human Approval Still Matters

The more powerful an AI agent becomes, the more important it becomes to define what the agent is allowed to do without human authorization.

36. The Threat Should Not Be Overhyped

The research does not prove that autonomous AI can independently compromise arbitrary PLCs.

That would be an inaccurate interpretation.

  1. But the Research Should Not Be Dismissed

The experiment demonstrates a real capability improvement in specialized exploit development.

That deserves serious defensive attention.

38. The Future Is About Lowering Barriers

Cybersecurity history repeatedly shows that lowering technical barriers expands the number of people capable of performing sophisticated attacks.

AI may become another major barrier-lowering technology.

  1. The Most Important Question Is “What Happens Next?”

Today’s AI needed significant guidance.

Tomorrow’s models may need substantially less.

That uncertainty should drive preparation rather than complacency.

40. The Industrial Security Mindset Must Change

The future of OT defense will require engineers, security researchers, threat hunters, and AI systems working together.

The objective should not be to prevent AI from becoming powerful.

The objective should be to ensure that powerful AI operates inside systems designed to withstand failure, misuse, and attack.

✅ Forescout Used AI to Port an RCE Between WAGO PLC Models

This claim is supported by current reporting on the Vedere Labs experiment.

SecurityWeek and ITPro both report that Forescout researchers used Claude to adapt an existing RCE exploit between WAGO PLC models.

✅ The Experiment Required Significant Human Assistance

The claim that AI did not complete the entire process autonomously is accurate.

Researchers had to guide the model through false leads and technical obstacles, meaning the experiment should not be described as a completely autonomous PLC compromise.

✅ The Reported Time and Cost Are Supported

The figures of approximately eight hours and 32 minutes and $535.74 in API usage are supported by contemporary reporting on the research.

The cost was associated with the final RCE development effort rather than representing a universal cost for AI-powered PLC exploitation.

✅ AI Accelerated Payload Development After RCE

The claim that the process accelerated significantly after reliable code execution was established is also supported.

Reporting states that the researchers obtained multiple working payloads within minutes after overcoming the initial exploitation barrier.

✅ The PLC Was Permanently Damaged During the Implant Experiment

The report that an attempted command-and-control payload permanently bricked the PLC is supported by the available coverage.

The incident highlights the safety risks of allowing automated systems to interact directly with embedded industrial hardware.

❌ “AI Can Now Independently Hack Industrial PLCs”

That interpretation would be incorrect.

The experiment required substantial human intervention and does not demonstrate reliable end-to-end autonomous exploitation of arbitrary industrial systems.

❌ “Every WAGO PLC Is Vulnerable Because of This Research”

That conclusion would also be incorrect.

The experiment involved specific devices and an existing exploitation technique; it does not establish that every WAGO PLC is vulnerable to the same attack.

Prediction

(+1) AI-Assisted OT Security Will Become a Major Defensive Capability

The most likely long-term outcome is not simply that AI makes industrial attacks easier.

AI will also become increasingly important for defending industrial networks.

Security platforms will use AI to map assets, correlate vulnerabilities, identify unusual industrial communications, prioritize high-impact weaknesses, and help analysts understand complex OT environments.

(+1) Exploit Adaptation Will Become Faster

As AI models become better at code analysis, debugging, reverse engineering, and tool use, the time required to adapt known exploitation techniques is likely to decrease.

The eight-hour experiment could eventually become dramatically shorter.

(+1) Industrial Vulnerability Prioritization Will Become More Dynamic

Organizations will increasingly evaluate vulnerabilities according to exploitability, exposure, device similarity, attacker capability, and physical consequences rather than relying on severity scores alone.

(+1) OT Network Segmentation Will Become a Strategic Requirement

As offensive automation improves, organizations will have less reason to trust that technical obscurity or attacker specialization will protect industrial equipment.

Isolation will become increasingly important.

(+1) AI Will Become Part of the OT Security Team

AI will increasingly operate as an assistant to engineers and security analysts, helping investigate complex environments where organizations currently lack enough specialized personnel.

(-1) The Exploitation Barrier Will Continue to Shrink

The most concerning prediction is that increasingly capable AI could reduce the specialist knowledge required to adapt attacks across related industrial technologies.

If that happens faster than defensive organizations adapt, the number of realistically exploitable OT weaknesses could increase.

(-1) Physical Infrastructure Could Become a More Attractive Target

If AI-assisted exploitation becomes inexpensive and repeatable, attackers may increasingly examine industrial environments that were historically protected partly by their complexity.

That would make exposed PLCs, engineering interfaces, remote-access systems, and poorly segmented OT networks increasingly attractive.

(-1) “Security Through Complexity” Will Become Less Reliable

Industrial systems have often benefited from specialized architectures that require unusual knowledge.

AI threatens to weaken that advantage by helping attackers understand unfamiliar technical environments faster.

The Final Warning

The Forescout experiment should not be interpreted as proof that AI has already created autonomous industrial cyberwarfare.

It demonstrates something more realistic — and potentially more consequential.

AI is beginning to reduce the amount of specialist effort required to adapt sophisticated exploitation techniques.

Today, an expert may still need hours of guidance, debugging, and correction.

Tomorrow, that expert may supervise several AI systems performing similar research simultaneously.

And eventually, the most important security question may no longer be whether a vulnerability is difficult to exploit.

It may be how quickly an AI-assisted attacker can make it easier.

For industrial operators, that future begins with a simple principle: do not wait for AI to become autonomous before securing the systems that autonomous AI could eventually target.

Add a stronger headline and opening hook
Condense repeated analysis points

▶️ Related Video (72% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: www.itsecurityguru.org
Extra Source Hub (Possible Sources for article):
https://www.linkedin.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube