SVXportal version 2.5 and prior contain a reflected cross-site scripting vulnerability in log.php via the search query parameter. The application embeds the unsanitized parameter value directly into an HTML input value attribute, allowing an unauthenticated remote attacker to inject and execute arbitrary JavaScript in a victim's browser if the victim visits a crafted URL. This can be used to steal session data, perform actions as the victim, or modify displayed content.
Security readout for executives and security teams
Plain-English summary
CVE-2026-27502 is a reflected XSS issue in SVXportal 2.5 and earlier. A malicious link can cause JavaScript to run in a victim’s browser because log.php reflects the search parameter into a page without proper sanitization. Impact depends on who clicks the link and their session privileges.
Executive priority
Treat this as a moderate web application risk, not an emergency absent exposure or exploitation evidence. Prioritize internet-facing or administrator-used deployments, because successful abuse depends on user interaction but can affect session confidentiality and integrity.
Technical view
The reported flaw is CWE-79 in log.php, where the search query parameter is embedded into an HTML input value attribute unsanitized. It is remotely reachable, requires no attacker authentication, and requires user interaction. CVSS 3.1 is 6.1 with confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is likely limited to organizations running SVXportal 2.5 or earlier with log.php reachable by users. The affected metadata in the bundle is sparse, with default status unknown and no CPEs, so asset confirmation is required before prioritization.
Exploitation context
The bundle does not report CISA KEV listing or active exploitation. Exploitation requires a victim to visit a crafted URL. Successful execution could expose session data, allow actions as the victim, or alter displayed content in that browser session.
Researcher notes
Evidence supports reflected XSS in log.php search handling and CVSS 6.1. The source bundle does not identify a patch, exploitation in the wild, CPEs, or complete affected-version semantics. Avoid assuming broader SVXportal impact without direct code or deployment validation.
Mitigation direction
Check SVXportal vendor or project guidance for any fixed release or official remediation.
Upgrade if an official patched version is available and applicable.
Restrict access to log.php where business operations allow.
Ensure reflected search values are HTML-attribute encoded if maintaining the code.
Review session protections such as HttpOnly and SameSite cookies.
Validation and detection
Inventory SVXportal deployments and confirm whether versions are 2.5 or earlier.
Verify whether log.php is reachable by unauthenticated or low-privileged users.
Review log.php handling of the search parameter for safe output encoding.
Use a benign test string to confirm the value is encoded, not interpreted.
Check web logs for suspicious log.php search requests and unusual referrers.
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.