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
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-1523

CVE-2026-1523: Digitek ADT1100/DT950 Path Traversal Flaw

CVE-2026-1523 is a path traversal vulnerability in Digitek ADT1100 and DT950 that enables attackers to access arbitrary server files using URL-encoded sequences. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2026-1523 Overview

A Path Traversal vulnerability has been identified in Digitek ADT1100 and Digitek DT950 devices manufactured by PRIMION DIGITEK, S.L.U (Azkoyen Group). This vulnerability allows unauthenticated attackers to access arbitrary files on the server's file system by manipulating URL-encoded directory traversal sequences. By bypassing input validation mechanisms, attackers can retrieve sensitive files outside the intended directory, potentially leading to information disclosure or further system compromise.

Critical Impact

Unauthenticated attackers can remotely access sensitive system files such as /etc/passwd through URL-encoded path traversal sequences, enabling information disclosure and potential system compromise.

Affected Products

  • Digitek ADT1100
  • Digitek DT950
  • PRIMION DIGITEK, S.L.U (Azkoyen Group) devices

Discovery Timeline

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

Technical Details for CVE-2026-1523

Vulnerability Analysis

This Path Traversal vulnerability (CWE-22) exists due to improper input validation in the web interface of Digitek ADT1100 and DT950 devices. The vulnerability allows remote attackers to traverse the file system directory structure without requiring authentication. The flaw stems from the application's failure to properly sanitize URL-encoded characters in HTTP requests.

When processing HTTP requests, the application fails to decode and validate URL-encoded directory traversal sequences before using them in file system operations. This allows attackers to craft malicious requests containing sequences like %2F (representing /) and ..%2F (representing ../) to navigate outside the intended web root directory.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization of user-supplied input in HTTP request paths. The application does not properly decode URL-encoded characters before checking for directory traversal patterns, allowing attackers to bypass security controls by encoding the path separators and parent directory references.

Specifically, the web server fails to:

  1. Canonicalize the requested path before validation
  2. Decode URL-encoded characters before checking for traversal sequences
  3. Restrict file access to the intended document root directory

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending a specially crafted HTTP GET request to the vulnerable device containing URL-encoded directory traversal sequences.

The attack follows this pattern:

  1. The attacker identifies a vulnerable Digitek ADT1100 or DT950 device accessible over the network
  2. The attacker crafts an HTTP request with URL-encoded traversal sequences (e.g., ..%2F to represent ../)
  3. The request bypasses input validation because the traversal characters are encoded
  4. The server processes the request and returns the contents of the requested file from outside the web root

For example, an attacker could request: http://<host>/..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd to retrieve the system password file. For detailed technical information, refer to the INCIBE Security Advisory.

Detection Methods for CVE-2026-1523

Indicators of Compromise

  • HTTP access logs showing requests with URL-encoded traversal sequences such as ..%2F, %2e%2e%2f, or %252e%252e%252f
  • Multiple requests attempting to access system files like /etc/passwd, /etc/shadow, or Windows system files
  • Unusual outbound data transfers from web server processes
  • Web server error logs indicating attempts to access files outside the document root

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block URL-encoded directory traversal patterns
  • Configure intrusion detection systems (IDS) to alert on HTTP requests containing traversal sequences in any encoding format
  • Enable detailed HTTP access logging and monitor for suspicious path patterns
  • Deploy network traffic analysis to identify attempts to exfiltrate sensitive file contents

Monitoring Recommendations

  • Regularly review web server access logs for anomalous file access patterns
  • Set up alerts for requests containing encoded characters followed by sensitive file paths
  • Monitor network egress for unexpected data exfiltration from affected devices
  • Implement file integrity monitoring on critical system files to detect unauthorized access attempts

How to Mitigate CVE-2026-1523

Immediate Actions Required

  • Restrict network access to affected Digitek ADT1100 and DT950 devices using firewall rules
  • Place vulnerable devices behind a reverse proxy with strict URL filtering capabilities
  • Implement network segmentation to isolate affected devices from sensitive network segments
  • Monitor device logs for signs of exploitation attempts

Patch Information

Organizations should consult the vendor PRIMION DIGITEK, S.L.U for official patch availability and update instructions. Refer to the INCIBE Security Advisory for the latest remediation guidance.

Workarounds

  • Deploy a web application firewall (WAF) configured to block URL-encoded directory traversal attempts
  • Restrict HTTP access to affected devices to trusted IP addresses only
  • Disable direct internet access to vulnerable devices until patches are available
  • Use a reverse proxy with strict path normalization and validation rules
bash
# Example: Block direct access to vulnerable devices using iptables
# Allow only specific trusted management IPs
iptables -A INPUT -p tcp --dport 80 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.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
  • TypePath Traversal

  • Vendor/TechPrimion

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Incibe Security Notice
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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