The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-30858

CVE-2026-30858: Tencent Weknora SSRF Vulnerability

CVE-2026-30858 is a DNS rebinding SSRF vulnerability in Tencent Weknora that allows attackers to bypass URL validation and access internal resources. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-30858 Overview

CVE-2026-30858 is a DNS rebinding vulnerability affecting Tencent WeKnora, an LLM-powered framework designed for deep document understanding and semantic retrieval. The vulnerability exists in the web_fetch tool component and allows unauthenticated attackers to bypass URL validation mechanisms, potentially gaining access to internal network resources and sensitive services.

Critical Impact

Unauthenticated attackers can exploit DNS rebinding to access internal resources including private IP addresses (127.0.0.1, 192.168.x.x), potentially leading to data exfiltration from sensitive local services.

Affected Products

  • Tencent WeKnora versions prior to 0.3.0

Discovery Timeline

  • 2026-03-07 - CVE CVE-2026-30858 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-30858

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery), though it specifically leverages DNS rebinding as the attack mechanism. DNS rebinding exploits the time-of-check to time-of-use (TOCTOU) gap that occurs when URL validation and actual HTTP requests happen at different points in time.

In the context of WeKnora's web_fetch tool, the vulnerability allows attackers to craft malicious domains that behave differently during the validation phase versus the execution phase. During initial URL validation, the malicious domain resolves to a legitimate public IP address, passing security checks. However, when the actual fetch request is made, the DNS record has been changed to resolve to a private IP address such as 127.0.0.1 or addresses in the 192.168.x.x range.

This SSRF variant is particularly dangerous in LLM-powered frameworks like WeKnora because these tools are designed to fetch and process external content as part of their document understanding capabilities. An attacker can potentially access internal APIs, metadata services, configuration endpoints, or other sensitive resources that should not be exposed externally.

Root Cause

The root cause stems from insufficient DNS rebinding protections in the web_fetch tool's URL validation logic. The validation mechanism performs DNS resolution during the check phase but does not enforce that the resolved IP address remains consistent when the actual HTTP request is made. This allows attackers to exploit the inherent race condition between DNS validation and request execution.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker sets up a malicious DNS server configured to respond with a public IP address for initial queries (passing validation) and then quickly switches to responding with a private/internal IP address for subsequent queries. When WeKnora's web_fetch tool processes a URL pointing to this malicious domain, it validates the initial public IP but ultimately connects to the internal resource, bypassing network segmentation and access controls.

The attacker-controlled domain might initially resolve to something like 203.0.113.50 (a public IP) during validation, then resolve to 127.0.0.1 or 169.254.169.254 (cloud metadata service) when the actual request is made, enabling access to localhost services or cloud instance metadata that could contain sensitive credentials.

Detection Methods for CVE-2026-30858

Indicators of Compromise

  • Unusual DNS queries to domains with extremely low TTL values (often 0 or near-0 seconds)
  • HTTP requests from WeKnora instances targeting internal IP ranges (127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Outbound connections to cloud metadata endpoints (169.254.169.254) from WeKnora processes
  • DNS resolution patterns showing the same domain resolving to different IP addresses within short time windows

Detection Strategies

  • Implement network monitoring to detect requests to internal IP ranges originating from WeKnora application servers
  • Configure DNS logging to identify domains with suspiciously low TTL values being queried by WeKnora services
  • Deploy web application firewalls (WAF) with rules to block SSRF patterns targeting private IP ranges
  • Monitor for unusual access patterns to internal services that should not receive traffic from LLM framework components

Monitoring Recommendations

  • Enable detailed logging for the web_fetch tool to capture all URL requests and their resolved IP addresses
  • Set up alerts for any network traffic from WeKnora instances to RFC 1918 private address spaces
  • Implement egress filtering with logging to detect potential data exfiltration attempts
  • Review WeKnora access logs for patterns consistent with SSRF probing or reconnaissance

How to Mitigate CVE-2026-30858

Immediate Actions Required

  • Upgrade Tencent WeKnora to version 0.3.0 or later immediately
  • Audit existing WeKnora deployments to determine if unauthorized access to internal resources has occurred
  • Implement network-level controls to restrict WeKnora's ability to connect to internal IP ranges
  • Review access logs for any suspicious activity that may indicate prior exploitation

Patch Information

Tencent has addressed this vulnerability in WeKnora version 0.3.0. The patch implements proper DNS rebinding protections to ensure that URL validation and request execution use consistent IP address resolution. Organizations should upgrade to the patched version as soon as possible.

For detailed patch information, refer to the GitHub Security Advisory GHSA-h6gw-8f77-mmmp.

Workarounds

  • Deploy network segmentation to prevent WeKnora instances from accessing internal network resources
  • Configure firewall rules to block outbound connections from WeKnora to private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8)
  • Implement a proxy server for all WeKnora outbound requests with strict URL allowlisting
  • If using cloud infrastructure, block access to metadata endpoints (169.254.169.254) from WeKnora containers or instances
bash
# Example iptables rules to block access to private IP ranges from WeKnora
# Apply to the host running WeKnora services
iptables -A OUTPUT -m owner --uid-owner weknora -d 127.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner weknora -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner weknora -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner weknora -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner weknora -d 169.254.169.254 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechTencent Weknora

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30247: Tencent Weknora SSRF Vulnerability

  • CVE-2026-30861: Tencent Weknora RCE Vulnerability

  • CVE-2026-30860: Tencent Weknora RCE Vulnerability

  • CVE-2026-30859: Tencent Weknora Auth Bypass Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English