Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-31013

CVE-2026-31013: Dovestones AD Phonebook XSS Vulnerability

CVE-2026-31013 is a reflected cross-site scripting flaw in Dovestones AD Phonebook that allows attackers to execute malicious JavaScript in users' browsers. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-31013 Overview

CVE-2026-31013 is a reflected cross-site scripting (XSS) vulnerability affecting Dovestones Softwares ADPhonebook versions prior to 4.0.1.1. The vulnerability exists in the search parameter of the /ADPhonebook?Department=HR endpoint, where user-supplied input is reflected in the HTTP response without proper input validation or output encoding. This allows attackers to execute arbitrary JavaScript code in the context of a victim's browser session.

Critical Impact

Attackers can exploit this XSS vulnerability to steal session cookies, capture user credentials, perform unauthorized actions on behalf of authenticated users, or redirect victims to malicious websites.

Affected Products

  • Dovestones ADPhonebook versions prior to 4.0.1.1
  • dovestones ad_phonebook (all versions matching cpe:2.3:a:dovestones:ad_phonebook:*:*:*:*:*:*:*:*)

Discovery Timeline

  • 2026-04-21 - CVE-2026-31013 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-31013

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) occurs when the ADPhonebook application fails to properly sanitize user input before including it in the HTTP response. The search parameter in the /ADPhonebook?Department=HR endpoint directly echoes user-supplied content back to the browser without encoding special characters. This allows an attacker to inject malicious JavaScript code that executes within the security context of the vulnerable application.

The attack requires user interaction—a victim must click on a malicious link containing the XSS payload. Once executed, the injected script runs with the same privileges as the legitimate application, enabling attackers to access sensitive information, modify page content, or perform actions on behalf of the user.

Root Cause

The root cause is insufficient input validation and missing output encoding in the search parameter handling logic. The application directly reflects user input into the HTML response without sanitizing or encoding characters that have special meaning in HTML/JavaScript contexts (such as <, >, ", and ').

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious URL containing a JavaScript payload in the search parameter and tricks the victim into clicking the link. This can be accomplished through phishing emails, malicious advertisements, or compromised websites. When the victim visits the crafted URL, the ADPhonebook application reflects the malicious payload in the response, causing the victim's browser to execute the attacker's JavaScript code.

The vulnerability manifests in the search functionality where unsanitized user input is reflected in the HTTP response. Technical details and proof-of-concept code are available at the GitHub Gist Exploit Code.

Detection Methods for CVE-2026-31013

Indicators of Compromise

  • Unusual URL patterns in web server logs containing JavaScript code fragments in the search parameter (e.g., <script>, javascript:, onerror=, onload=)
  • HTTP requests to /ADPhonebook endpoints with encoded or obfuscated script tags
  • User reports of unexpected browser behavior or pop-ups when accessing ADPhonebook
  • Session tokens being transmitted to external domains

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common XSS patterns in URL parameters
  • Enable detailed logging on web servers to capture full request URIs for forensic analysis
  • Implement Content Security Policy (CSP) headers to detect policy violations that may indicate XSS attempts
  • Use browser-based XSS auditors and security extensions to identify reflected script execution

Monitoring Recommendations

  • Monitor web application logs for requests containing suspicious characters or encoding patterns in query strings
  • Set up alerts for high volumes of requests to the /ADPhonebook endpoint with unusual parameter values
  • Track any CSP violation reports that may indicate attempted or successful XSS exploitation
  • Review authentication logs for session anomalies that could indicate session hijacking

How to Mitigate CVE-2026-31013

Immediate Actions Required

  • Upgrade Dovestones ADPhonebook to version 4.0.1.1 or later immediately
  • Implement input validation to reject or sanitize special characters in the search parameter
  • Apply output encoding to all user-supplied data before rendering in HTML responses
  • Deploy Content Security Policy (CSP) headers to restrict inline script execution

Patch Information

Dovestones has released version 4.0.1.1 to address this vulnerability. The updated version is available from the Dovestones Download Page. Organizations should prioritize upgrading to the patched version to eliminate this XSS vulnerability.

Workarounds

  • Implement a Web Application Firewall (WAF) with XSS filtering rules to block malicious payloads targeting the search parameter
  • Add Content-Security-Policy headers with strict directives such as script-src 'self' to prevent inline script execution
  • Restrict access to the ADPhonebook application to trusted internal networks until patching is complete
  • Educate users about the risks of clicking on untrusted links, especially those containing unusual URL parameters
bash
# Example: Add Content-Security-Policy header in Apache
# Add to .htaccess or httpd.conf
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

# Example: Add X-XSS-Protection header (legacy browsers)
Header set X-XSS-Protection "1; mode=block"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDovestones Ad Phonebook

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Dovestones Download Page

  • GitHub Gist Exploit Code
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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