A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-29965

CVE-2026-29965: HSC MailInspector XSS Vulnerability

CVE-2026-29965 is a cross-site scripting flaw in HSC MailInspector 5.3.3-7 that allows attackers to inject malicious scripts. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-29965 Overview

CVE-2026-29965 is a Cross-Site Scripting (XSS) vulnerability affecting HSC MailInspector version 5.3.3-7. The flaw exists in the /police/WarningUrlPage.php endpoint, which fails to properly neutralize user-supplied input that uses alternate or obfuscated JavaScript syntax. An attacker can craft a malicious URL containing encoded script payloads and trick an authenticated user into clicking it. Successful exploitation executes arbitrary JavaScript in the victim's browser session, with the scope changing to other components because the injected content can impact resources beyond the vulnerable application. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation).

Critical Impact

Attackers can hijack authenticated sessions, steal cookies, deface mail-inspection dashboards, or pivot to phishing targeted at MailInspector administrators.

Affected Products

  • HSC MailInspector 5.3.3-7
  • Vendor: HSC Labs (hsclabs:mailinspector)
  • Vulnerable endpoint: /police/WarningUrlPage.php

Discovery Timeline

  • 2026-05-18 - CVE-2026-29965 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-29965

Vulnerability Analysis

The vulnerability resides in the WarningUrlPage.php script located under the /police/ path of the HSC MailInspector web interface. The endpoint accepts URL parameters and reflects their values back into the rendered HTML response without applying contextual output encoding. While basic XSS filters may strip canonical <script> tags, the filter does not handle alternate or obfuscated JavaScript syntax such as event handlers, encoded attributes, or non-standard tag constructs. Attackers can therefore bypass the filter using payloads that rely on case variation, HTML entity encoding, or attribute-based execution vectors. The injected script runs in the security context of the MailInspector application, granting access to session cookies, CSRF tokens, and any DOM data visible to the victim user.

Root Cause

The root cause is improper input neutralization in the WarningUrlPage.php handler. The application performs incomplete sanitization that only blocks a subset of XSS payloads and does not enforce context-aware output encoding when echoing user-controlled values into the HTML body. This is a classic reflected XSS pattern aligned with CWE-79.

Attack Vector

Exploitation requires user interaction. An attacker crafts a URL pointing to /police/WarningUrlPage.php with a parameter containing obfuscated JavaScript and delivers it via phishing email, instant message, or a malicious referrer. When a MailInspector user visits the link, the payload is reflected into the response and executed by the browser. Because the CVSS scope is changed, the impact can extend beyond the vulnerable component to other browser-trusted resources. Refer to the GitHub CVE-2026-29965 XSS Analysis for payload details.

Detection Methods for CVE-2026-29965

Indicators of Compromise

  • Web server access logs showing requests to /police/WarningUrlPage.php containing URL-encoded characters such as %3C, %3E, onerror=, onload=, or javascript:.
  • Referrer headers originating from untrusted external domains pointing to the MailInspector login or warning pages.
  • Anomalous outbound requests from administrator browsers to attacker-controlled domains following a click on a MailInspector URL.

Detection Strategies

  • Deploy web application firewall (WAF) rules to flag query parameters on /police/WarningUrlPage.php containing event handler attributes or encoded script syntax.
  • Inspect HTTP responses from MailInspector for reflected query-string values rendered without HTML entity encoding.
  • Correlate browser telemetry with web proxy logs to identify script execution triggered by reflected payloads.

Monitoring Recommendations

  • Enable verbose access logging on the MailInspector web server and forward logs to a centralized analytics platform.
  • Alert on repeated 200 OK responses to /police/WarningUrlPage.php with unusually long or encoded query strings.
  • Monitor administrator session activity for anomalous session token reuse from new IP addresses or user agents.

How to Mitigate CVE-2026-29965

Immediate Actions Required

  • Restrict access to the MailInspector administrative interface to trusted internal networks or VPN users only.
  • Deploy a WAF rule that blocks requests to /police/WarningUrlPage.php containing common XSS markers such as onerror, onload, javascript:, and encoded angle brackets.
  • Instruct administrators to avoid clicking unsolicited links referencing the MailInspector domain.

Patch Information

No vendor advisory or fixed version has been published at the time of writing. Monitor the HSC Labs MailInspector product page and the GitHub CVE Disclosures Repository for updates and apply patches as soon as they are released.

Workarounds

  • Enforce a strict Content Security Policy (CSP) that disallows inline scripts and limits script sources to trusted origins.
  • Configure the HttpOnly and Secure flags on session cookies to limit the impact of script-based session theft.
  • Place MailInspector behind a reverse proxy that performs input validation and rejects requests containing suspicious encoded payloads in query parameters.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechHsclabs Mailinspector

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • 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
  • GitHub CVE Disclosures Repository

  • GitHub CVE-2026-29965 XSS Analysis

  • HSC Labs Mail Inspector Overview
  • Related CVEs
  • CVE-2026-29964: HSC MailInspector XSS Vulnerability

  • CVE-2026-29962: Hsclabs Mailinspector Path Traversal Flaw

  • CVE-2026-29963: Hsclabs Mailinspector Path Traversal

  • CVE-2024-34470: Mailinspector Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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