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

CVE-2025-62328: HCL Nomad Server Information Disclosure

CVE-2025-62328 is an information disclosure vulnerability in HCL Nomad server on Domino caused by missing frame-ancestors CSP directive. This exposes sensitive data to attackers. This post covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2025-62328 Overview

HCL Nomad server on Domino did not configure the frame-ancestors directive in the Content-Security-Policy header by default which could allow an attacker to obtain sensitive information via unspecified vectors. This vulnerability represents an Improper Restriction of Rendered UI Layers or Frames (CWE-1021), which can enable clickjacking attacks where an attacker embeds the vulnerable application within a malicious iframe to trick users into performing unintended actions.

Critical Impact

Missing frame-ancestors CSP directive enables potential clickjacking attacks that could lead to sensitive information disclosure from HCL Nomad server deployments.

Affected Products

  • HCL Nomad server on Domino

Discovery Timeline

  • 2026-03-11 - CVE CVE-2025-62328 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2025-62328

Vulnerability Analysis

This vulnerability stems from an insecure default configuration in HCL Nomad server on Domino. The application fails to implement the frame-ancestors directive within its Content-Security-Policy (CSP) HTTP response header. Without this directive, the server does not instruct browsers to restrict which parent pages can embed the application in frames or iframes.

The frame-ancestors directive is a critical security control that supersedes the older X-Frame-Options header and provides more granular control over framing permissions. When absent, browsers allow the application to be embedded in frames on any domain, creating exposure to UI redressing attacks.

The network-based attack vector requires no privileges but has high attack complexity, as successful exploitation depends on social engineering to lure victims to attacker-controlled pages. The impact is limited to confidentiality with low severity, as attackers may be able to extract sensitive information through carefully crafted overlay attacks.

Root Cause

The root cause is an insecure default configuration where HCL Nomad server on Domino does not set the frame-ancestors directive in the Content-Security-Policy header. This missing security header allows the application to be framed by arbitrary domains, violating the principle of secure defaults.

Attack Vector

An attacker exploiting this vulnerability would create a malicious webpage that embeds the HCL Nomad server interface within an invisible iframe. By overlaying deceptive UI elements on top of the framed application, the attacker can trick authenticated users into clicking on hidden elements, potentially performing actions such as:

  • Exposing sensitive data displayed in the Nomad interface
  • Triggering unintended operations within the application
  • Capturing user input intended for the legitimate application

The attack requires the victim to be authenticated to the Nomad server and to visit the attacker's malicious page. Social engineering techniques such as phishing emails containing links to the malicious page are typical delivery methods.

Detection Methods for CVE-2025-62328

Indicators of Compromise

  • Unusual referrer headers in web server logs indicating external domains framing the Nomad server
  • User reports of unexpected behavior when interacting with Nomad through unfamiliar links
  • Detection of phishing campaigns targeting Nomad server users with links to suspicious domains

Detection Strategies

  • Analyze HTTP response headers from HCL Nomad server to verify presence of frame-ancestors directive
  • Implement web application firewall rules to log or alert on requests with suspicious referrer patterns
  • Deploy browser security extensions or endpoint protection that detect clickjacking attempts
  • Review web server access logs for patterns indicating iframe embedding from untrusted origins

Monitoring Recommendations

  • Configure security monitoring to alert on missing CSP headers in responses from critical applications
  • Establish baseline for normal referrer patterns and alert on anomalies
  • Monitor for phishing attempts that reference HCL Nomad server URLs
  • Implement regular security header audits as part of vulnerability management program

How to Mitigate CVE-2025-62328

Immediate Actions Required

  • Review HCL's official security advisory for specific remediation guidance
  • Configure the frame-ancestors directive in Content-Security-Policy headers immediately
  • Audit current CSP configuration across all HCL Nomad server deployments
  • Communicate with users about potential phishing risks until mitigation is complete

Patch Information

HCL has published guidance for addressing this vulnerability. Administrators should consult the HCL Software Knowledge Base Article for official remediation steps and any available patches or configuration updates.

Workarounds

  • Manually configure the frame-ancestors directive to restrict framing to trusted origins only
  • Implement X-Frame-Options header as a supplementary control for legacy browser compatibility
  • Deploy web application firewall rules to inject security headers if server-side configuration is not immediately possible
  • Restrict access to HCL Nomad server to trusted network segments while awaiting full remediation
bash
# Example Content-Security-Policy header configuration
# Add to web server configuration to restrict framing to same origin only
Content-Security-Policy: frame-ancestors 'self';

# For Domino servers, consult HCL documentation for proper header configuration
# in notes.ini or through the server administration interface

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHcl Nomad

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1021
  • Technical References
  • HCL Software Knowledge Base Article
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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