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-21664

CVE-2026-21664: Revive Adserver Reflected XSS Vulnerability

CVE-2026-21664 is a reflected XSS vulnerability in Revive Adserver's afr.php delivery script that allows attackers to execute malicious scripts when administrators visit crafted URLs. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2026-21664 Overview

A reflected Cross-Site Scripting (XSS) vulnerability has been identified in the afr.php delivery script of Revive Adserver. This vulnerability allows an attacker to craft a malicious URL containing an HTML payload within a parameter. When a logged-in administrator visits the crafted URL, the injected HTML is rendered by the browser, enabling the execution of arbitrary malicious scripts in the context of the authenticated session.

Critical Impact

Successful exploitation could allow attackers to hijack administrator sessions, steal sensitive credentials, or perform unauthorized actions within the Revive Adserver management interface.

Affected Products

  • Revive Adserver (specific affected versions not disclosed)

Discovery Timeline

  • Disclosed via HackerOne - Vulnerability reported by HackerOne community member Huynh Pham Thanh Luc (nigh7c0r3)
  • 2026-01-20 - CVE-2026-21664 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-21664

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) exists due to improper input validation and output encoding in the afr.php delivery script. The script fails to adequately sanitize user-supplied input before reflecting it back in the HTTP response, allowing attackers to inject arbitrary HTML and JavaScript code.

The attack requires user interaction, specifically requiring a logged-in administrator to click on a maliciously crafted link. Once clicked, the injected script executes within the administrator's browser session, potentially compromising the integrity and confidentiality of the application.

Root Cause

The root cause of this vulnerability is insufficient input sanitization in the afr.php script. User-controlled parameters are reflected in the page output without proper encoding or validation, allowing HTML special characters and script tags to be interpreted by the browser as executable code rather than display text.

Attack Vector

The attack vector is network-based and requires no prior authentication from the attacker. The exploitation flow involves:

  1. An attacker crafts a URL targeting the afr.php script with a malicious HTML/JavaScript payload embedded in a vulnerable parameter
  2. The attacker delivers this URL to a target administrator through phishing, social engineering, or embedding it in a malicious page
  3. When the administrator clicks the link while authenticated, the malicious payload executes in their browser context
  4. The attacker can then steal session cookies, perform actions on behalf of the administrator, or redirect the user to malicious sites

Due to the nature of this vulnerability and responsible disclosure practices, specific exploitation details are available in the HackerOne Report #3468169.

Detection Methods for CVE-2026-21664

Indicators of Compromise

  • Unusual URL patterns in web server logs containing encoded script tags or HTML payloads targeting afr.php
  • Unexpected redirect requests or suspicious outbound connections from administrator browsers after accessing Revive Adserver
  • Web application firewall (WAF) alerts for XSS patterns in requests to the afr.php endpoint

Detection Strategies

  • Implement web application firewall rules to detect and block common XSS payloads in URL parameters
  • Monitor access logs for requests to afr.php containing suspicious encoded characters such as %3C, %3E, %22, or script keywords
  • Deploy browser-based XSS detection tools or Content Security Policy (CSP) violation monitoring
  • Review authentication logs for session anomalies following administrator access to unusual URLs

Monitoring Recommendations

  • Enable detailed logging for all requests to the Revive Adserver delivery scripts, particularly afr.php
  • Configure SIEM rules to correlate unusual URL patterns with subsequent administrative actions
  • Implement real-time alerting for potential XSS attack patterns in incoming HTTP requests

How to Mitigate CVE-2026-21664

Immediate Actions Required

  • Review and apply any available security patches from Revive Adserver
  • Implement Content Security Policy (CSP) headers to mitigate the impact of XSS attacks
  • Deploy or update web application firewall rules to filter malicious payloads
  • Educate administrators about phishing attacks and the risks of clicking untrusted links

Patch Information

Consult the HackerOne Report #3468169 for official remediation guidance from the Revive Adserver security team. Ensure your Revive Adserver installation is updated to the latest available version that addresses this vulnerability.

Workarounds

  • Restrict access to the Revive Adserver administrative interface to trusted IP addresses only
  • Implement strict Content Security Policy headers with script-src 'self' to prevent inline script execution
  • Use a web application firewall to filter requests containing potential XSS payloads
  • Consider disabling or restricting access to afr.php if not required for your deployment
bash
# Example: Apache configuration to add CSP headers
<IfModule mod_headers.c>
    Header always set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
    Header always set X-XSS-Protection "1; mode=block"
    Header always set X-Content-Type-Options "nosniff"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechRevive Adserver

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/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
  • HackerOne Report #3468169
  • Related CVEs
  • CVE-2026-21663: Revive Adserver XSS Vulnerability

  • CVE-2026-21642: Revive Adserver XSS Vulnerability

  • CVE-2020-8115: Revive Adserver Reflected XSS Vulnerability

  • CVE-2026-21641: Revive Adserver Auth Bypass 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