SVXportal version 2.5 and prior contain a reflected cross-site scripting vulnerability in admin/log.php via the search query parameter. When an authenticated administrator views a crafted URL, the application embeds the unsanitized parameter value directly into an HTML input value attribute, allowing attacker-supplied JavaScript to execute in the administrator's browser. This can enable session theft, administrative action forgery, or other browser-based compromise in the context of an admin user.
Security readout for executives and security teams
Plain-English summary
SVXportal admin log search can reflect attacker-controlled script into an administrator’s browser. The risk depends on an admin opening a crafted URL. Successful abuse could affect the admin session and allow browser-based actions with admin privileges.
Executive priority
Treat as a moderate-priority admin-interface issue. Prioritize if SVXportal administration is exposed beyond trusted networks or used by high-privilege staff frequently targeted by phishing.
Technical view
CVE-2026-27503 is CWE-79 reflected XSS in SVXportal 2.5 and prior, in admin/log.php. The search query parameter is reportedly inserted unsanitized into an HTML input value attribute, enabling script execution in an authenticated administrator’s browser after user interaction.
Likely exposure
Exposure is limited to organizations running SVXportal 2.5 or earlier with reachable administrator interfaces. The source bundle provides no CPEs, and affected-version metadata is sparse, so asset confirmation is required.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. Exploitation requires administrator interaction with a crafted URL, but attacker authentication is not indicated by the CVSS vector.
Researcher notes
The primary evidence identifies reflected XSS in admin/log.php search handling. The bundle does not name a patched version or official mitigation. The affected metadata includes sparse version data, so researchers should verify product lineage and code state directly.
Mitigation direction
Check SVXportal vendor or maintainer guidance for an official fix.
Limit access to the SVXportal admin interface to trusted networks.
Avoid opening untrusted links while authenticated as an administrator.
Apply output encoding or input handling fixes if maintaining the code internally.
Monitor administrator sessions for unusual actions after suspicious link exposure.
Validation and detection
Inventory SVXportal deployments and confirm versions are 2.5 or earlier.
Review admin/log.php handling of the search parameter.
Confirm whether search values are safely HTML-attribute encoded before rendering.
Check whether the admin interface is internet-accessible.
Review logs for suspicious administrator requests to admin/log.php.
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.