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

推荐订阅源

A
About on SuperTechFans
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
宝玉的分享
宝玉的分享
美团技术团队
量子位
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
爱范儿
爱范儿
J
Java Code Geeks
博客园 - Franky
Last Week in AI
Last Week in AI
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
GbyAI
GbyAI
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale Blog

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! Hackers Use Rokarolla Android Malware to Disable Google Play Protect and Control Devices UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data
Critical Wazuh Vulnerability Lets Attackers Tamper with A...
Abinaya · 2026-06-15 · via Cyber Security News

A critical security flaw in Wazuh Manager has been disclosed that could allow remote attackers to manipulate security alerts, delete forensic evidence, and tamper with SIEM data across environments.

The vulnerability carries a maximum CVSS score of 10.0, highlighting its severe impact and ease of exploitation.

The issue affects Wazuh Manager version 5.0.0-beta1 and stems from an NDJSON injection flaw in the newly introduced inventory_sync subsystem.

m_bulkData.append(R"({"index":{"_index":")");
m_bulkData.append(index); // Untrusted input
m_bulkData.append(R"("}})");
m_bulkData.append("\n");

The vulnerability allows a malicious or compromised agent to inject arbitrary OpenSearch bulk operations by abusing the DataValue.index field, which is improperly handled without sanitization.

Wazuh Vulnerability

Wazuh Manager forwards agent-supplied data directly to the OpenSearch _bulk API. However, while fields such as _id are properly escaped, the _index field is appended without validation or filtering.

This inconsistency enables attackers to inject additional operations, such as delete, index, or update, into the request payload.

By injecting payloads such as:

wazuh-states-inventory"}}
{}
{"delete":{"_index":"wazuh-alerts-*","_id":"target-doc"}}
{"index":{"_index":"x

By embedding specially crafted newline characters and JSON fragments into the index field, an attacker can smuggle unauthorized bulk actions into the index.

These malicious operations are executed under the Wazuh indexer credentials, which, by default, often have admin privileges with full access.

The attack requires no authentication because of insecure default configurations in wazuh-authd that allow anonymous agent enrollment.

Once enrolled, an attacker can: Delete arbitrary documents from Wazuh indices, effectively erasing alerts and logs.

Modify vulnerability and inventory data for other agents. Inject malicious content into Kibana dashboards for persistence or analyst targeting. Perform cross-tenant data manipulation in shared environments.

PoC repository (source : Github)
PoC repository (source : Github)

Researchers demonstrated a full end-to-end exploit over standard Wazuh communication channels (TCP ports 1514 and 1515), confirming that injected delete operations successfully removed targeted records from the backend.

The vulnerability is primarily categorized under CWE-74 (Injection), along with CWE-93 (CRLF Injection) and CWE-863 (Incorrect Authorization).

The root cause lies in the lack of input validation and improper neutralization of special characters in the DataValue.index field.

Because the Wazuh Manager uses high-privileged OpenSearch credentials stored in its keystore, the flaw effectively grants attackers administrative control over the security data it indexes.

According to the GitHub advisory GHSA-ff9g-85jq-r3g3, the issue has been fixed in Wazuh version 5.0.0-beta3. Users are strongly advised to upgrade immediately.

Implement strict validation for index names based on OpenSearch rules. Escape all user-controlled input before constructing bulk requests.

Avoid using high-privilege roles, such as admin, for indexer operations. Disable anonymous agent enrollment and enforce secure authentication.

This vulnerability poses a significant risk to organizations relying on Wazuh for threat detection and response.

By enabling silent data tampering and evidence removal, attackers can evade detection and undermine trust in security monitoring systems.

Organizations using affected versions should treat this as a priority patching event and review logs for any signs of unauthorized index modifications.

Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

Abinaya

Abinayahttps://cybersecuritynews.com/

Abi is a Security Editor and fellow reporter with Cyber Security News. She is covering various cyber security incidents happening in the Cyber Space.