CVE-2022-50896: Testa 3.5.1 Online Test Management System - Reflected Cross-Site Scripting (XSS)
Testa 3.5.1 contains a reflected cross-site scripting vulnerability in the login.php redirect parameter that allows attackers to inject malicious scripts. Attackers can craft a specially encoded payload in the redirect parameter to execute arbitrary JavaScript in victim's browser context.
Security readout for executives and security teams
Plain-English summary
Testa 3.5.1 login page can reflect attacker-supplied script from the redirect parameter into a user's browser. A successful attack requires the victim to open a crafted link, but could expose session-related data or alter page behavior in that browser context.
Executive priority
Treat this as a moderate web application risk. It is not described as actively exploited, but public exploit information exists and exposed login pages can be targeted through phishing-style delivery.
Technical view
CVE-2022-50896 is CWE-79 reflected XSS in Testa Online Test Management System 3.5.1, specifically login.php redirect parameter. CVSS 3.1 is 6.1, network exploitable, low complexity, no privileges, user interaction required, scope changed, low confidentiality and integrity impact.
Likely exposure
Exposure appears limited to organizations running Testa 3.5.1, especially if login.php is reachable by users or the internet. The provided sources do not identify other affected versions or CPEs.
Exploitation context
The bundle cites a public ExploitDB entry, so proof-of-concept information exists. KEV is false, and the sources provided do not state active exploitation. User interaction is required through a crafted link or similar delivery path.
Researcher notes
Evidence supports a narrow finding: reflected XSS in Testa 3.5.1 login.php redirect. The provided sources do not name a patch, additional affected versions, exploitation in the wild, or a vendor advisory with remediation details.
Mitigation direction
Identify any Testa deployments and confirm whether version 3.5.1 is present.
Check vendor or maintainer guidance for a fixed release or supported remediation.
Restrict access to Testa login pages where broad public access is unnecessary.
Review application-layer controls for suspicious redirect parameter values.
Prioritize replacement or isolation if the product is unsupported.
Validation and detection
Inventory externally and internally reachable Testa instances.
Confirm the deployed Testa version from administrative records or host artifacts.
Review login.php handling of the redirect parameter without executing payloads.
Check web logs for unusual encoded redirect parameter activity.
Verify whether any vendor-supplied update or compensating control is applied.
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.