• bitcoinBitcoin(BTC)$60,303.002.31%
  • ethereumEthereum(ETH)$1,612.273.76%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$559.812.22%
  • usd-coinUSDC(USDC)$1.000.13%
  • rippleXRP(XRP)$1.061.97%
  • solanaSolana(SOL)$75.156.74%
  • tronTRON(TRX)$0.321288-0.14%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.052.60%
  • HyperliquidHyperliquid(HYPE)$66.9110.16%
  • dogecoinDogecoin(DOGE)$0.0734501.10%
  • RainRain(RAIN)$0.0159332.59%
  • USDSUSDS(USDS)$1.000.00%
  • leo-tokenLEO Token(LEO)$9.561.51%
  • zcashZcash(ZEC)$407.7210.55%
  • stellarStellar(XLM)$0.1754432.87%
  • moneroMonero(XMR)$315.611.64%
  • whitebitWhiteBIT Coin(WBT)$47.991.39%
  • CantonCanton(CC)$0.144693-2.91%
  • chainlinkChainlink(LINK)$7.423.01%
  • cardanoCardano(ADA)$0.1463032.87%
  • LABLAB(LAB)$15.17-7.66%
  • USD1USD1(USD1)$1.00-0.01%
  • daiDai(DAI)$1.00-0.02%
  • Ethena USDeEthena USDe(USDE)$1.000.01%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.611.64%
  • bitcoin-cashBitcoin Cash(BCH)$201.005.99%
  • litecoinLitecoin(LTC)$43.152.47%
  • hedera-hashgraphHedera(HBAR)$0.0718261.77%
  • Circle USYCCircle USYC(USYC)$1.130.05%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • avalanche-2Avalanche(AVAX)$6.705.36%
  • suiSui(SUI)$0.703.82%
  • paypal-usdPayPal USD(PYUSD)$1.000.02%
  • shiba-inuShiba Inu(SHIB)$0.0000043.78%
  • crypto-com-chainCronos(CRO)$0.0543771.11%
  • tether-goldTether Gold(XAUT)$4,003.95-1.15%
  • nearNEAR Protocol(NEAR)$1.862.58%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.13-0.20%
  • BittensorBittensor(TAO)$208.462.78%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0594062.83%
  • uniswapUniswap(UNI)$2.921.23%
  • pax-goldPAX Gold(PAXG)$4,005.44-1.22%
  • okbOKB(OKB)$80.793.76%
  • AsterAster(ASTER)$0.631.48%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • OndoOndo(ONDO)$0.3166273.29%
  • HTX DAOHTX DAO(HTX)$0.0000020.29%
  • worldcoin-wldWorldcoin(WLD)$0.421546-3.79%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Prompt injection is exploiting enterprise AI’s biggest design flaws by targeting agents, RAG pipelines and model routers

June 28, 2026
in AI & Technology
Reading Time: 4 mins read
A A
Prompt injection is exploiting enterprise AI’s biggest design flaws by targeting agents, RAG pipelines and model routers
ShareShareShareShareShare

In the past two years, businesses have been trying to fit large language models (LLMs) into support, analytics, development, and internal automation like never before.

YOU MAY ALSO LIKE

PyGraphistry Implementation Workflow for Interactive Graph Intelligence Pipelines in Security Analytics and Risk Investigation

DeepSeek open sources DSpark, a new framework to speed up LLM inference by up to 85%

Along with the increasing adoption of AI technology, another trend is gaining momentum — cybercriminals are taking advantage of the disconnect between assumptions about LLMs and their actual characteristics.

In 2025 and 2026, several independent sources have highlighted the same trend: Prompt injection remains one of the most impactful and widely demonstrated attack vectors against LLM systems. The OWASP LLM Top 10 (2025) lists prompt injection as LLM01, identifying it as the most critical category of LLM‑specific vulnerabilities, for the second consecutive edition. OWASP’s ranking reflects the fact that LLMs still struggle to reliably separate instructions from data, making them susceptible to manipulation through crafted inputs.

CrowdStrike’s 2026 Global Threat Report — built on frontline intelligence across more than 280 tracked adversaries — documented that threat actors injected malicious prompts into legitimate generative AI tools at more than 90 organizations in 2025. They then used those injections to generate commands that stole credentials and cryptocurrency. The report stated it plainly: “Prompts are the new malware.” AI-enabled adversaries increased their overall attack volume by 89% year-over-year, with prompt injection working as both an entry point and a force multiplier.

Real‑world incidents illustrate the operational impact. In August 2024, researchers at PromptArmor disclosed a prompt injection vulnerability in Slack AI that allowed an attacker to exfiltrate data from private Slack channels they had no access to — including API keys shared in private developer channels — by placing a malicious instruction in a public channel or embedding it in an uploaded document.

In June 2025, researchers at Aim Security disclosed EchoLeak (CVE-2025-32711, CVSS 9.3), the first documented zero-click prompt injection exploit against a production AI system, targeting Microsoft 365 Copilot. By sending a single crafted email, no user interaction required, an attacker could cause Copilot to access internal files and transmit their contents to an attacker-controlled server.

Both vulnerabilities were patched. These incidents underscore the fact that prompt injection is not a theoretical weakness but a practical, repeatable threat organizations must address as they deploy AI systems at scale.

Prompt injection techniques have undergone major evolutions over recent years, now targeting multi-agent architecture, retrieval-augmented generation (RAG) pipelines, model routers, and long-term memory capabilities.

The enterprise challenge: Too much trust

Businesses deploy LLMs to process instructions, summarize information, and trigger automated workflows, but it is difficult for LLMs to tell:

This creates an opportunity for attackers to manipulate and influence the model’s behavior, either directly or indirectly.

Modern prompt injection

Cross-model prompt injection

LLM use is a common practice among enterprises. Attackers corrupt the output of a particular model, knowing well that other models would be processing the content. Hence, the corruption propagates through all AI systems.

RAG supply chain poisoning

Attackers create malicious information — documentation, blog articles, GitHub READMEs. Then they wait until this malicious information is ingested in enterprises’ RAG pipelines, then use it as an attack vector.

Agent hijacking

AI agents have evolved to the point where they can send emails, modify cloud infrastructure, execute code snippets, and interact with internal corporate systems. It takes just a single instruction to make agents act differently in a harmful manner.

Context overflow attacks

With the help of million-token context windows, attackers place malicious code within the document and hope that an LLM will stumble upon it and execute it, thus overriding all previous instructions.

Memory poisoning

Due to the implementation of long-term memory in LLMs, attackers can inject instructions that permanently reconfigure their state.

Model‑router manipulation

Enterprises increasingly use model routers to select between multiple LLMs. Attackers craft prompts that force routing to the weakest or least‑guarded model.

Why this matters for business leaders

Prompt injection is not a theoretical problem. It directly affects:

  • Customer‑facing systems (chatbots, support agents)

  • Internal copilots (developer tools, security assistants)

  • Automation workflows (ticketing, cloud operations, HR processes)

  • Data governance (RAG pipelines, knowledge bases)

The risk is no longer limited to “the model said something it shouldn’t.”

In 2026, prompt injection can:

  • Trigger unauthorized actions

  • Leak sensitive data

  • Corrupt internal workflows

  • Manipulate analytics

  • Alter business logic

  • Compromise multi‑agent systems

The attack surface has expanded dramatically.

What enterprises should do now

1. Constrain model permissions

Limit what the model can do, not just what it should do.

2. Segment untrusted content

Treat all external data — including RAG sources — as potentially hostile.

3. Monitor tool invocation

Require human approval for high‑impact actions.

4. Validate content provenance

Ensure RAG pipelines don’t ingest poisoned external content.

5. Harden model routers

Prevent attackers from forcing routing to weaker models.

6. Treat LLMs as untrusted components

This mindset shift is the foundation of modern AI security.

The bottom line

Prompt injection remains the most effective way to compromise enterprise AI systems because it exploits the fundamental way LLMs interpret text. Until organizations treat LLMs as untrusted interpreters — not autonomous decision‑makers — prompt injection will continue to dominate the AI threat landscape.

Julie Brunias is an AI Security Architect.

Welcome to the VentureBeat community!

Our guest posting program is where technical experts share insights and provide neutral, non-vested deep dives on AI, data infrastructure, cybersecurity and other cutting-edge technologies shaping the future of enterprise.

Read more from our guest post program — and check out our guidelines if you’re interested in contributing an article of your own!

Credit: Source link

ShareTweetSendSharePin

Related Posts

PyGraphistry Implementation Workflow for Interactive Graph Intelligence Pipelines in Security Analytics and Risk Investigation
AI & Technology

PyGraphistry Implementation Workflow for Interactive Graph Intelligence Pipelines in Security Analytics and Risk Investigation

June 29, 2026
DeepSeek open sources DSpark, a new framework to speed up LLM inference by up to 85%
AI & Technology

DeepSeek open sources DSpark, a new framework to speed up LLM inference by up to 85%

June 29, 2026
Google Expands Personalized Intelligence To Gemini App Image Creation
AI & Technology

Google Expands Personalized Intelligence To Gemini App Image Creation

June 29, 2026
NVIDIA BioNeMo Agent Toolkit Turns Biomolecular Models Into Callable Skills for AI Agents in Drug Discovery
AI & Technology

NVIDIA BioNeMo Agent Toolkit Turns Biomolecular Models Into Callable Skills for AI Agents in Drug Discovery

June 29, 2026
Next Post
REBNY touts ‘strong’ Manhattan retail recovery — despite empty storefronts

REBNY touts 'strong' Manhattan retail recovery — despite empty storefronts

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Has Elon Musk been keeping a low profile ahead of SpaceX’s IPO?

Has Elon Musk been keeping a low profile ahead of SpaceX’s IPO?

June 25, 2026
Fresh Open Champion Mirra Andreeva on how she copes with pressure on the court

Fresh Open Champion Mirra Andreeva on how she copes with pressure on the court

June 28, 2026
Perplexity Launches Computer for Counsel: A Multi-Model Agentic Layer for Legal Workflows

Perplexity Launches Computer for Counsel: A Multi-Model Agentic Layer for Legal Workflows

June 26, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!