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

CVE-2026-27504: Radioinorr Svxportal XSS Vulnerability

CVE-2026-27504 is a reflected cross-site scripting vulnerability in Radioinorr Svxportal that enables attackers to execute malicious scripts in administrator browsers. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-27504 Overview

CVE-2026-27504 is a reflected cross-site scripting (XSS) vulnerability affecting SVXportal version 2.5 and prior versions. The vulnerability exists in the radiomobile_front.php file, where the stationid query parameter is embedded into a hidden input field without proper sanitization. When an authenticated administrator visits a crafted URL, attacker-supplied JavaScript can execute within the administrator's browser session, potentially leading to session hijacking or unauthorized administrative actions.

Critical Impact

Attackers can compromise administrator sessions and perform unauthorized actions through the administrator's authenticated context by exploiting this reflected XSS vulnerability.

Affected Products

  • SVXportal version 2.5 and prior
  • Radioinorr SVXportal (all versions up to 2.5)

Discovery Timeline

  • 2026-02-20 - CVE-2026-27504 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2026-27504

Vulnerability Analysis

This reflected cross-site scripting vulnerability stems from improper input handling in the radiomobile_front.php script. The application takes user-supplied input from the stationid query parameter and directly embeds it into a hidden input field within the HTML response. Because the application fails to sanitize or encode the parameter value before rendering it in the page, an attacker can inject malicious JavaScript code that executes in the context of the victim's browser.

The attack requires user interaction—specifically, an authenticated administrator must click on or visit a malicious URL containing the XSS payload. Once executed, the injected script runs with the same privileges as the administrator, enabling session token theft, unauthorized configuration changes, or further attacks against the underlying system.

Root Cause

The root cause is a classic CWE-79 (Improper Neutralization of Input During Web Page Generation) vulnerability. The radiomobile_front.php script does not implement proper output encoding when reflecting the stationid parameter value into the HTML document. The parameter is placed directly into a hidden input element's value attribute without escaping special HTML characters such as quotes, angle brackets, or script tags.

Attack Vector

The attack is network-based and requires an attacker to craft a malicious URL containing JavaScript payload in the stationid parameter. The attacker then needs to trick an authenticated administrator into visiting this URL through social engineering techniques such as phishing emails or malicious links. When the administrator accesses the crafted URL while authenticated to SVXportal, the malicious script executes within their browser session.

The attacker can leverage this vulnerability to steal session cookies, capture administrator credentials, modify portal configurations, or redirect the administrator to attacker-controlled sites. Since the script executes within the authenticated context, any administrative functions accessible to the victim become available to the attacker.

Detection Methods for CVE-2026-27504

Indicators of Compromise

  • Unusual URL patterns in web server logs containing suspicious JavaScript code in the stationid parameter
  • Requests to radiomobile_front.php with encoded or obfuscated script tags in query strings
  • Unexpected session activity or administrative changes following access to anomalous URLs
  • Browser security warnings or Content Security Policy violations logged on administrator workstations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing script tags or event handlers in the stationid parameter
  • Monitor web server access logs for requests to radiomobile_front.php with suspicious query string patterns
  • Deploy endpoint detection solutions to identify XSS payload execution attempts in browser environments
  • Enable Content Security Policy (CSP) headers to restrict inline script execution and detect policy violations

Monitoring Recommendations

  • Configure SIEM alerts for requests containing common XSS patterns targeting the vulnerable endpoint
  • Enable verbose logging on the SVXportal application to capture all parameter values passed to radiomobile_front.php
  • Monitor administrator session activity for signs of hijacking or unauthorized actions following URL access
  • Review browser console logs on administrator workstations for script injection indicators

How to Mitigate CVE-2026-27504

Immediate Actions Required

  • Restrict access to the SVXportal administrative interface to trusted IP addresses only
  • Implement Content Security Policy headers to prevent inline script execution
  • Deploy a web application firewall with rules to block XSS payloads in query parameters
  • Educate administrators about the risks of clicking untrusted links while authenticated

Patch Information

No official vendor patch information is available at this time. Organizations should monitor the VulnCheck Security Advisory for updates regarding fixes from the vendor. Additionally, the affected source code is available for review on GitHub.

Workarounds

  • Apply input validation on the stationid parameter to accept only expected alphanumeric values
  • Implement HTML entity encoding for all user-supplied values before rendering them in HTML output
  • Add Content-Security-Policy headers with strict script-src directives to prevent inline JavaScript execution
  • Consider placing the administrative interface behind a VPN or implementing additional authentication factors
bash
# Example Apache configuration to add CSP headers
# Add to .htaccess or httpd.conf for SVXportal
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechRadioinorr Svxportal

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub PoC Repository

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2026-27502: Radioinorr Svxportal XSS Vulnerability

  • CVE-2026-27503: Radioinorr Svxportal XSS Vulnerability

  • CVE-2026-27505: Radioinorr Svxportal XSS Vulnerability

  • CVE-2026-27506: Radioinorr Svxportal 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