惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
I
InfoQ
B
Blog RSS Feed
D
DataBreaches.Net
S
SegmentFault 最新的问题
P
Proofpoint News Feed
A
About on SuperTechFans
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
小众软件
小众软件
博客园 - Franky
有赞技术团队
有赞技术团队
D
Docker
T
Tailwind CSS Blog
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
V
Visual Studio Blog
宝玉的分享
宝玉的分享
爱范儿
爱范儿

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns Eight in 10 UK Manufacturers Hit by Cyber Incident in a Year
GrafanaGhost Exploit Bypasses AI Guardrails for Silent Da...
Alessandro Mascellino · 2026-04-07 · via www.infosecurity-magazine.com

A newly identified critical vulnerability dubbed GrafanaGhost has been used by attackers to silently extract sensitive enterprise data from Grafana environments.

According to researchers at Noma's Threat Research Team, the exploit bypasses client-side protections and AI guardrails, enabling unauthorized data transfers to external servers without requiring user interaction or login credentials.

Grafana, widely used for monitoring and analytics, often stores highly sensitive information including financial metrics, infrastructure health data and customer records. This makes it an attractive target for attackers seeking valuable operational insights.

Chaining Multiple Weaknesses 

GrafanaGhost operates by chaining together multiple weaknesses in both application logic and AI behavior.

Instead of relying on phishing or stolen credentials, attackers manipulate how Grafana processes inputs.

The attack unfolds in several stages:

  • Foreign paths are crafted to mimic legitimate data requests

  • Indirect prompt injection tricks the AI into processing hidden instructions

  • Protocol-relative URLs bypass domain validation checks

  • Sensitive data is attached to outbound requests and sent to attacker-controlled servers

By exploiting these mechanisms, attackers can trigger automatic data exfiltration when the system attempts to render external content. The process happens entirely in the background, leaving no obvious trace for users or administrators.

AI Guardrails Bypassed With Simple Techniques

Noma found that Grafana's built-in safeguards could be bypassed using relatively simple methods. A flaw in URL validation allowed external domains to be disguised as internal resources.

Meanwhile, the inclusion of specific keywords such as "INTENT" in injected prompts caused the AI model to ignore its own safety restrictions.

"GrafanaGhost perfectly illustrates how AI integration creates a massive security blind spot by using system components exactly as designed, but with instructions the model cannot verify as malicious," Ram Varadarajan, CEO at Acalvio, commented.

"Because indirect prompt injection bypasses traditional defenses, requiring no credentials or user interaction, it allows attackers to silently exfiltrate sensitive operational telemetry, such as financial metrics and infrastructure state, disguised as routine image renders."

Read more on AI security vulnerabilities: Security Researchers Sound the Alarm on Vulnerabilities in AI-Generated Code

The findings highlight a broader shift in cybersecurity risks. Rather than targeting traditional software flaws, attackers are increasingly focusing on AI-driven systems and indirect prompt injection techniques.

Invisible Threat to Organizations

One of the most concerning aspects of GrafanaGhost is its stealth, Noma warned. There are no phishing emails, suspicious links or obvious system alerts. From a user's perspective, normal dashboard activity continues uninterrupted.

"The underlying attack pattern, indirect prompt injection leading to data exfiltration via rendered content, is a well-documented and legitimate attack type," explained Bradley Smith, SVP, Deputy CISO at BeyondTrust.

For security teams, this creates a significant challenge. Data appears to flow as expected, while in reality, sensitive information is being siphoned off in real time.

"To defend against this, security teams must move beyond application-layer toggles to network-level URL blocking and treat prompt injection as a primary threat rather than an edge case," Varadarajan said.

"The only way to secure AI-driven tooling is to shift from monitoring what an agent is told to performing runtime behavioral monitoring of what it actually does."