SVXportal version 2.5 and prior contain a reflected cross-site scripting vulnerability in radiomobile_front.php via the stationid query parameter. When an authenticated administrator views a crafted URL, the application embeds the unsanitized parameter value into a hidden input value field, allowing attacker-supplied script injection and execution in the administrator's browser. This can be used to compromise admin sessions or perform unauthorized actions via the administrator's authenticated context.
Security readout for executives and security teams
Plain-English summary
SVXportal 2.5 and earlier can run attacker-supplied script in an administrator's browser if the administrator opens a crafted link. The business risk is admin-session abuse or unauthorized actions inside the portal, but exploitation depends on administrator interaction.
Executive priority
Treat as a moderate-priority web application issue. Prioritize externally reachable or sensitive SVXportal deployments, but this is not currently supported as an active mass-exploitation emergency by the provided sources.
Technical view
CVE-2026-27504 is CWE-79 reflected XSS in radiomobile_front.php. The stationid query parameter is embedded without sanitization into a hidden input value, allowing script execution in an authenticated administrator context. CVSS v3.1 is 6.1, network exploitable, low complexity, user interaction required, changed scope.
Likely exposure
Organizations running sa2blv SVXportal version 2.5 or earlier are potentially exposed, especially where the admin interface is reachable by browsers that can access external links or email.
Exploitation context
The source bundle does not indicate CISA KEV listing or active exploitation. The described attack requires an authenticated administrator to view a crafted URL, so phishing or targeted link delivery is the plausible path.
Researcher notes
Version evidence is somewhat uneven: the narrative states 2.5 and prior, while the affected metadata is sparse and default status is unknown. No official fix, release note, or exploitation evidence is included in the bundle.
Mitigation direction
Check SVXportal vendor/project guidance for a fixed release or official patch.
Restrict administrative access to trusted networks, VPN, or allowlisted management hosts.
Warn administrators not to open untrusted SVXportal links while authenticated.
Review custom deployments for output encoding of the stationid value.
Monitor admin sessions for unexpected actions following suspicious link activity.
Validation and detection
Inventory SVXportal deployments and identify versions at or below 2.5.
Confirm whether radiomobile_front.php is present and reachable in the deployed portal.
Review the stationid handling path for HTML output encoding before closure.
Use a nonproduction benign marker test to confirm reflected values are encoded.
Check web logs for unusual stationid query values targeting administrator sessions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.