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-2026-0946

CVE-2026-0946: Drupal AT Internet SmartTag XSS Flaw

CVE-2026-0946 is a cross-site scripting vulnerability in Drupal AT Internet SmartTag that allows attackers to inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation.

Published: February 6, 2026

CVE-2026-0946 Overview

CVE-2026-0946 is a Cross-Site Scripting (XSS) vulnerability affecting the Drupal AT Internet SmartTag module. The vulnerability stems from improper neutralization of input during web page generation, allowing attackers to inject malicious scripts into web pages viewed by other users. This vulnerability affects AT Internet SmartTag versions from 0.0.0 before 1.0.1.

Critical Impact

Attackers can exploit this XSS vulnerability to execute arbitrary JavaScript code in the context of a victim's browser session, potentially leading to session hijacking, credential theft, or defacement of Drupal sites using the affected module.

Affected Products

  • Drupal AT Internet SmartTag versions 0.0.0 to 1.0.0

Discovery Timeline

  • February 4, 2026 - CVE-2026-0946 published to NVD
  • February 5, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0946

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The AT Internet SmartTag module for Drupal fails to properly sanitize user-supplied input before rendering it in web pages, creating an opportunity for attackers to inject malicious client-side scripts.

When exploited, an attacker can craft malicious input that, when processed by the vulnerable module, results in the execution of arbitrary JavaScript within the browser of any user viewing the affected page. This can occur through various injection points where the module handles analytics-related data or configuration parameters without adequate output encoding.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and output encoding within the AT Internet SmartTag module. The module fails to properly neutralize special characters and HTML entities before including user-controlled data in dynamically generated web pages. This allows attackers to break out of the intended data context and inject executable script content.

Attack Vector

The attack vector for this XSS vulnerability typically involves an attacker injecting malicious payloads through module configuration fields, URL parameters, or other input vectors that the AT Internet SmartTag module processes. The vulnerability can manifest as either stored XSS (where the payload is persisted in the database) or reflected XSS (where the payload is immediately reflected in the response).

Exploitation does not require authentication in many XSS scenarios, and the attack can be delivered through crafted links sent to victims or through persistent injection if the attacker has access to content creation or configuration areas.

The vulnerability mechanism involves insufficient sanitization of analytics tracking parameters. When the SmartTag module processes certain inputs for page tracking purposes, malicious script content can bypass filters and be rendered directly in the HTML output. For detailed technical information, refer to the Drupal Security Advisory.

Detection Methods for CVE-2026-0946

Indicators of Compromise

  • Unexpected JavaScript execution or browser alerts on pages using the AT Internet SmartTag module
  • Presence of encoded script tags or JavaScript event handlers in module-related database fields or URL parameters
  • User reports of suspicious redirects or credential harvesting attempts originating from affected Drupal pages

Detection Strategies

  • Review web application firewall (WAF) logs for XSS attack patterns targeting Drupal sites with the AT Internet SmartTag module
  • Implement Content Security Policy (CSP) headers and monitor for policy violations that may indicate XSS exploitation attempts
  • Scan Drupal installations for the presence of AT Internet SmartTag module versions prior to 1.0.1

Monitoring Recommendations

  • Enable detailed logging for the AT Internet SmartTag module to capture suspicious input patterns
  • Monitor browser console errors and CSP reports from production Drupal sites for signs of script injection
  • Implement real-time alerting for database modifications to SmartTag configuration tables

How to Mitigate CVE-2026-0946

Immediate Actions Required

  • Update the AT Internet SmartTag module to version 1.0.1 or later immediately
  • Audit existing SmartTag module configurations for any signs of injected malicious content
  • Implement Content Security Policy headers to reduce the impact of any successful XSS exploitation

Patch Information

Drupal has released version 1.0.1 of the AT Internet SmartTag module to address this XSS vulnerability. Organizations should apply this update as soon as possible. The security advisory with patch details is available at the Drupal Security Advisory page.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling the AT Internet SmartTag module until the update can be applied
  • Implement strict Content Security Policy headers with script-src directives to mitigate XSS impact
  • Use a Web Application Firewall (WAF) with XSS filtering rules to block common injection attempts
bash
# Example: Disable the AT Internet SmartTag module via Drush until patching is complete
drush pm:uninstall at_internet_smarttag

# Example: Update the module to the patched version
composer require drupal/at_internet_smarttag:^1.0.1
drush updatedb
drush cache:rebuild

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAt Internet Smarttag

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.03%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Drupal Security Advisory
  • 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