Close Menu
Alpha Leaders
  • Home
  • News
  • Leadership
  • Entrepreneurs
  • Business
  • Living
  • Innovation
  • More
    • Money & Finance
    • Web Stories
    • Global
    • Press Release
What's On
Build A Successful Enterprise AI Foundation With An Engineering Mindset

Build A Successful Enterprise AI Foundation With An Engineering Mindset

1 June 2026
Ex-GE CEO Jeff Immelt reflects on his new Substack newsletter and why he’s getting candid now

Ex-GE CEO Jeff Immelt reflects on his new Substack newsletter and why he’s getting candid now

1 June 2026
Hollywood Studios Are Spending On AI To Control The Future Of Film

Hollywood Studios Are Spending On AI To Control The Future Of Film

1 June 2026
Facebook X (Twitter) Instagram
Facebook X (Twitter) Instagram
Alpha Leaders
newsletter
  • Home
  • News
  • Leadership
  • Entrepreneurs
  • Business
  • Living
  • Innovation
  • More
    • Money & Finance
    • Web Stories
    • Global
    • Press Release
Alpha Leaders
Home » Hackers Warn Of Dangerous New 0-Click Threat To GenAI Apps
Innovation

Hackers Warn Of Dangerous New 0-Click Threat To GenAI Apps

Press RoomBy Press Room5 August 20247 Mins Read
Facebook Twitter Copy Link Pinterest LinkedIn Tumblr Email WhatsApp
Hackers Warn Of Dangerous New 0-Click Threat To GenAI Apps

Three security researchers have disclosed how two new threat modes can flip Generative AI model behavior from serving your GenAI applications to attacking them. While not being as dangerous as the fictional Skynet scenario from the Terminator movie franchise, the PromptWare and Advanced PromptWare attacks demonstrated do provide a glimpse into the “substantial harm” that a jailbroken AI system can cause. From forcing an app into causing a denial of service attack to using app AI to change prices in an e-commerce database, the threats are not only very real but are also likely to be used by malicious actors unless the potential harms of jailbreaking GenAI models are taken more seriously.

Introducing The PromptWare GenAI Threat

In a study titled “A Jailbroken GenAI Model Can Cause Substantial Harm: GenAI-powered Applications are Vulnerable to PromptWares,” a collaboration between Technion – Israel Institute of Technology, Cornell Tech, and Intuit, researchers argue that while a jailbroken GenAI model itself may not pose a significant threat to users of conversational AI, it can cause substantial harm to GenAI-powered applications. The new threats can force such apps to perform malicious activities beyond just providing misinformation and returning offensive content.

The researchers, Stav Cohen a PhD student at Technion – Israel Institute of Technology, Ron Bitton, principal AI security researcher at Intuit and Ben Nassi, BlackHat board member, said they are publishing the research to help “change the perception regarding jailbreaking,” and demonstrate the “real harm to GenAI-powered applications” a jailbroken GenAI model can pose.

It’s easy to see why many security professionals don’t take these kind of threats to GenAI seriously, using prompts to get a chatbot to insult the user is hardly the crime of the century. Any information that a jailbroken chatbot could be prompted to provide is going to be available on the web itself, or the dark web in some cases. So, why should anyone consider such jailbreaking threats as dangerous? “Because GenAI engine outputs are used to determine the flow of GenAI-powered applications,” the researchers explain, which means a jailbroken GenAI model “can change the execution flow of the application and trigger malicious activity.”

What Is PromptWare?

The researchers refer to PromptWare as a zero-click malware attack as it doesn’t require a threat actor to have compromised the GenAI application prior to executing the attack itself.

Think of PromptWares as being user inputs that consist of a jailbreaking command that forces the GenAI engine itself to follow the commands that the attacker will issue, plus additional commands that are created so as to trigger a malicious activity.

The malicious activity itself is achieved by forcing the GenAI to return the needed output to orchestrate the malicious activity within the application context. Within this context of a GenAI-powered app, the jailbroken engine is turned against the application itself and allows attackers to determine the execution flow. The outcome will, of course, be dependent on the permissions, context, implementation and architecture of the app itself.

GenAI engines do have guardrails and safeguards, such as input and output filtering, designed to prevent such misuse of the model, but researchers have determined numerous techniques that enable jailbreaking nonetheless.

In order to demonstrate how attackers can exploit a dedicated user input, based on knowledge of the logic used by the GenAI app, to force a malicious outcome, the researchers revealed PromptWare being used to perform a denial of service attack against a plan and execute-based application. “We show that attackers can provide simple user input to a GenAI-powered application that forces the execution of the application to enter an infinite loop, which triggers infinite API calls to the GenAI engine (which wastes resources such as money on unnecessary API calls and computational resources) and prevents the application from reaching a final state,” they wrote.

The steps involved to execute such a DoS attack are:

  • The attacker sends an email to the user by way of the GenAI assistant.
  • The GenAI app responds by querying the GenAI engine for a plan and sends this as a draft reply.
  • The app executes the task to find a suitable time to schedule the requested meeting by querying the user’s calendar API.
  • The app executes the task using the GenAI engine.
  • The app executes the EmailChecker task and determines it to be unsafe.
  • The app executes a task to rephrase the text.
  • The app executes the EmailChecker task and determines it to be unsafe.
  • An infinite loop is created and hence a DoS has been executed.

What Is The Advanced PromptWare Threat?

A much more sophisticated version of the basic PromptWare attack can also be executed and has been called an Advanced PromptWare Threat by the researchers.

An APwT attack can be used even when the logic of the target GenAI app is unknown to the threat actor. The researchers show how an attacker can use an adversarial self-replicating prompt able to autonomously determine and execute malicious activity based on a real-time process to understand the context of the app itself, the assets involved and the damage that can be inflicted.

In essence, the APwT attack uses the GenAI engine’s own capabilities to launch a kill chain in ‘inference time’ using a six-step process:

  1. Privilege Escalation – a self-replicating prompt jailbreaks theGenAI engine to ensure that the inference of the GenAI engine bypasses the GenAI engine’s guardrails.
  2. Reconnaissance A – a self-replicating prompt queries the GenAI engine regarding the context of the application.
  3. Reconnaissance B – a self-replicating prompt queries the GenAI engine regarding the assets of the application.
  4. Reasoning Damage – a self-replicating prompt instructs the GenAI engine to use the information it obtained in the reconnaissance to reason the possible damages that could be done.
  5. Deciding Damage – a self-replicating prompt instructs the GenAI engine to use the information to decide the malicious activity from different alternatives.
  6. Execution – a self-replicating prompt instructs the GenAI to perform the malicious activity.

The example shown by the researchers demonstrates how an attacker, without any prior knowledge of the GenAI engine logic, could launch a kill chain that triggers the modification of SQL tables so as to potentially change the pricing of items being sold to the user via a GenAI-powered shopping app.

AI Developers And Security Experts Respond To The PromptWare Research

I reached out to both Google and OpenAI for a statement regarding the PromptWare research. Google had not responded before publication, however, an OpenAI spokesperson said: “We are always improving the safeguards built into our models against adversarial attacks like jailbreaks. We thank the researchers for sharing their findings and will continue to regularly update our models based on feedback. We remain committed to ensuring people can benefit from safe AI.”

Erez Yalon, head of security research at Checkmarx, said that “Large Language Models and GenAI assistants are the latest building blocks in the modern software supply chain, and like open-source packages, containers, and other components, we need to treat them with a healthy amount of caution. We see a rising trend of malicious actors attempting to attack software supply chains via different components, including biased, infected, and poisoned LLMs. If jailbroken GenAI implementation can become an attack vector, there is no doubt it will become part of many attackers’ arsenal.”

The researchers have published a video on YouTube that demonstrates the PromptWare threat and a FAQ can be found on the PromptWare explainer site.

Advanced PromptWare Threat AI AI security Ben Nassi GenAI GenAI App Security GenAI Research Generative AI Hack Hacking AI PromptWare
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link

Related Articles

Build A Successful Enterprise AI Foundation With An Engineering Mindset

Build A Successful Enterprise AI Foundation With An Engineering Mindset

1 June 2026
Hollywood Studios Are Spending On AI To Control The Future Of Film

Hollywood Studios Are Spending On AI To Control The Future Of Film

1 June 2026
Top Nissan Exec Reveals U.S. Production Boost, New Xterra Details

Top Nissan Exec Reveals U.S. Production Boost, New Xterra Details

1 June 2026
These Crucial AI Unknowns Are Obstructing The Building And Fielding Of AI For Mental Health

These Crucial AI Unknowns Are Obstructing The Building And Fielding Of AI For Mental Health

1 June 2026
Why Doing Things Faster Could Cost Companies The Future

Why Doing Things Faster Could Cost Companies The Future

1 June 2026
Cadence And Nvidia Team To Develop First Fully Autonomous EDA Agent

Cadence And Nvidia Team To Develop First Fully Autonomous EDA Agent

1 June 2026
Don't Miss
Unwrap Christmas Sustainably: How To Handle Gifts You Don’t Want

Unwrap Christmas Sustainably: How To Handle Gifts You Don’t Want

By Press Room27 December 2024

Every year, millions of people unwrap Christmas gifts that they do not love, need, or…

Exclusive: DeFi platform Azura launches after raising .9 million from Initialized

Exclusive: DeFi platform Azura launches after raising $6.9 million from Initialized

22 October 2024
Sam Altman’s World Wants To Scan Your Eyes To Prove You’re Human

Sam Altman’s World Wants To Scan Your Eyes To Prove You’re Human

22 October 2024
Stay In Touch
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • Vimeo
Latest Articles
These Crucial AI Unknowns Are Obstructing The Building And Fielding Of AI For Mental Health

These Crucial AI Unknowns Are Obstructing The Building And Fielding Of AI For Mental Health

1 June 20263 Views
How Kelly Ortberg is rebuilding Boeing from the inside out

How Kelly Ortberg is rebuilding Boeing from the inside out

1 June 20262 Views
Why Doing Things Faster Could Cost Companies The Future

Why Doing Things Faster Could Cost Companies The Future

1 June 20261 Views
Billionaires already couldn’t talk to their grandkids. Now they’re on opposite ends of the AI divide

Billionaires already couldn’t talk to their grandkids. Now they’re on opposite ends of the AI divide

1 June 20262 Views

Recent Posts

  • Build A Successful Enterprise AI Foundation With An Engineering Mindset
  • Ex-GE CEO Jeff Immelt reflects on his new Substack newsletter and why he’s getting candid now
  • Hollywood Studios Are Spending On AI To Control The Future Of Film
  • Top Nissan Exec Reveals U.S. Production Boost, New Xterra Details
  • These Crucial AI Unknowns Are Obstructing The Building And Fielding Of AI For Mental Health

Recent Comments

No comments to show.
About Us
About Us

Alpha Leaders is your one-stop website for the latest Entrepreneurs and Leaders news and updates, follow us now to get the news that matters to you.

Facebook X (Twitter) Pinterest YouTube WhatsApp
Our Picks
Build A Successful Enterprise AI Foundation With An Engineering Mindset

Build A Successful Enterprise AI Foundation With An Engineering Mindset

1 June 2026
Ex-GE CEO Jeff Immelt reflects on his new Substack newsletter and why he’s getting candid now

Ex-GE CEO Jeff Immelt reflects on his new Substack newsletter and why he’s getting candid now

1 June 2026
Hollywood Studios Are Spending On AI To Control The Future Of Film

Hollywood Studios Are Spending On AI To Control The Future Of Film

1 June 2026
Most Popular
Top Nissan Exec Reveals U.S. Production Boost, New Xterra Details

Top Nissan Exec Reveals U.S. Production Boost, New Xterra Details

1 June 20261 Views
These Crucial AI Unknowns Are Obstructing The Building And Fielding Of AI For Mental Health

These Crucial AI Unknowns Are Obstructing The Building And Fielding Of AI For Mental Health

1 June 20263 Views
How Kelly Ortberg is rebuilding Boeing from the inside out

How Kelly Ortberg is rebuilding Boeing from the inside out

1 June 20262 Views

Archives

  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • March 2022
  • January 2021
  • March 2020
  • January 2020

Categories

  • Blog
  • Business
  • Entrepreneurs
  • Global
  • Innovation
  • Leadership
  • Living
  • Money & Finance
  • News
  • Press Release
© 2026 Alpha Leaders. All Rights Reserved.
  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Type above and press Enter to search. Press Esc to cancel.