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-2025-10258

CVE-2025-10258: Infinera DNA SQLi Vulnerability

CVE-2025-10258 is a time-based SQL injection vulnerability in Infinera DNA caused by insufficient input validation that may lead to sensitive data leakage. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-10258 Overview

Infinera DNA is vulnerable to a time-based SQL injection vulnerability due to insufficient input validation, which may result in leaking of sensitive information. This vulnerability allows attackers with adjacent network access and low-level privileges to extract confidential data from the underlying database through crafted SQL queries that manipulate response timing.

Critical Impact

Attackers on the adjacent network can exploit this SQL injection flaw to exfiltrate sensitive information from Infinera DNA systems, potentially compromising network configuration data, credentials, and other confidential information stored in the database.

Affected Products

  • Infinera DNA (Digital Network Administrator)

Discovery Timeline

  • 2026-02-05 - CVE CVE-2025-10258 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2025-10258

Vulnerability Analysis

This time-based SQL injection vulnerability in Infinera DNA stems from insufficient input validation in one or more application endpoints. Time-based SQL injection is a blind injection technique where attackers infer database information by measuring response delays caused by injected SQL commands containing time-delay functions.

The attack requires adjacent network access, meaning the attacker must be on the same local network segment as the vulnerable Infinera DNA system. While this limits the attack surface compared to remotely exploitable vulnerabilities, it remains a significant concern in enterprise environments where internal network segmentation may be incomplete.

The primary impact is on confidentiality, with potential for high-severity data exposure. Additionally, there is a low availability impact, suggesting that exploitation could cause minor service disruptions during attack attempts.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper sanitization of user-supplied data before it is incorporated into SQL queries. The application fails to properly parameterize database queries or adequately filter malicious input, allowing specially crafted input containing SQL syntax to be interpreted as part of the query structure rather than as data.

Attack Vector

The attack vector requires adjacent network access with low-privilege authentication. An attacker positioned on the same network segment as the Infinera DNA system can exploit this vulnerability without user interaction. The attacker crafts malicious input containing time-delay SQL functions (such as SLEEP(), WAITFOR DELAY, or pg_sleep() depending on the database backend) and monitors response times to infer database contents character by character.

Time-based SQL injection attacks typically proceed by:

  1. Identifying injectable parameters in the application
  2. Confirming SQL injection by causing measurable delays in responses
  3. Extracting data by crafting conditional queries that introduce delays based on true/false conditions
  4. Automating extraction using tools to iterate through database tables, columns, and records

For detailed technical information, refer to the Nokia Security Advisory for CVE-2025-10258.

Detection Methods for CVE-2025-10258

Indicators of Compromise

  • Unusual response time patterns from the Infinera DNA application, particularly requests with consistently delayed responses
  • Database query logs showing SQL syntax containing time-delay functions such as SLEEP(), WAITFOR, or BENCHMARK()
  • Repeated requests to the same endpoint with incrementally modified parameters suggesting automated extraction attempts
  • Network traffic showing high volumes of requests from a single source to the Infinera DNA management interface

Detection Strategies

  • Implement database query logging and monitor for anomalous queries containing time-delay functions or other SQL injection indicators
  • Deploy web application firewall (WAF) rules to detect and block common SQL injection patterns in request parameters
  • Configure network intrusion detection systems (NIDS) to alert on traffic patterns consistent with SQL injection exploitation
  • Enable application-level logging to track request response times and identify statistical anomalies

Monitoring Recommendations

  • Monitor Infinera DNA application logs for error messages indicating malformed SQL queries or database errors
  • Implement response time monitoring to detect abnormal delays that may indicate time-based injection attempts
  • Review network traffic to and from the Infinera DNA system for unusual patterns from adjacent network hosts
  • Establish baseline metrics for normal application behavior to improve anomaly detection accuracy

How to Mitigate CVE-2025-10258

Immediate Actions Required

  • Restrict network access to Infinera DNA systems to only authorized management workstations and networks
  • Implement network segmentation to limit adjacent network exposure and reduce the attack surface
  • Review and audit user accounts with access to the Infinera DNA system, removing unnecessary privileges
  • Deploy web application firewall rules to filter SQL injection attempts targeting the vulnerable endpoints

Patch Information

Consult the Nokia Security Advisory for CVE-2025-10258 for official patch information and remediation guidance from the vendor. Apply any available security updates as soon as they become available.

Workarounds

  • Implement strict network access controls limiting connectivity to the Infinera DNA management interface from trusted hosts only
  • Deploy a web application firewall (WAF) with SQL injection detection rules in front of the vulnerable application
  • Enable enhanced logging and monitoring to detect and respond to exploitation attempts in real-time
  • Consider disabling non-essential features or endpoints until patches are applied
bash
# Example: Network segmentation using iptables to restrict access
# Limit access to Infinera DNA management interface to authorized subnet only
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechInfinera

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • Technical References
  • Nokia Security Advisory CVE-2025-10258
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
Default Legacy - Prefooter | 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