CVE-2026-15492: igweze wizgrade studentConductManager.php cross site scripting
A security vulnerability has been detected in igweze wizgrade up to b1d55f22b90cd7e7a6e5002f006d7c649e8086d6. This vulnerability affects unknown code of the file dashboard/studentConductManager.php. Such manipulation leads to cross site scripting. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The vendor was contacted early about this disclosure but did not respond in any way.
Security readout for executives and security teams
Plain-English summary
CVE-2026-15492 is a cross-site scripting issue in igweze wizgrade’s dashboard/studentConductManager.php. A remote attacker could cause a user to interact with malicious content, potentially changing page behavior or data shown in the application. Public disclosure exists, but the provided sources do not show confirmed active exploitation.
Executive priority
Treat as a medium-priority web application risk. Prioritize if wizgrade is internet-facing, used by many users, or stores sensitive student data. Lack of vendor response and unclear fixed versions increase operational uncertainty.
Technical view
The record describes XSS affecting unknown code in dashboard/studentConductManager.php in igweze wizgrade up to commit b1d55f22b90cd7e7a6e5002f006d7c649e8086d6. CVSS 4.0 is 5.3 with network attack vector, low complexity, no privileges, and user interaction required. CWE-79 and CWE-94 are listed.
Likely exposure
Organizations using igweze wizgrade, especially deployments reachable by students, staff, or the internet, should assume potential exposure. Version status is unclear because the product uses rolling releases and formal affected or fixed release information is not disclosed.
Exploitation context
VulDB states the exploit has been publicly disclosed and may be used. The CVSS vector indicates exploitation is remote but requires user interaction. CISA KEV status is false in the provided bundle, so active exploitation is not confirmed here.
Researcher notes
Evidence is mainly from VulDB and CVE records. The affected code path is named, but exact vulnerable parameters, fixed commit, and vendor remediation are not provided in the source bundle. Avoid assuming exploit activity beyond public disclosure.
Mitigation direction
Check igweze wizgrade vendor or repository guidance for updates addressing this issue.
Restrict access to wizgrade dashboards to trusted networks where feasible.
Review application input handling and output encoding around studentConductManager.php.
Use web application firewall rules as temporary risk reduction if supported.
Educate users to avoid suspicious links or unexpected application prompts.
Validation and detection
Inventory all igweze wizgrade deployments and identify exposed dashboards.
Determine whether code includes commit b1d55f22b90cd7e7a6e5002f006d7c649e8086d6 or earlier.
Review studentConductManager.php for untrusted input reflected without encoding.
Check logs for unusual requests to dashboard/studentConductManager.php.
Monitor vendor, CVE, and VulDB pages for patch or mitigation updates.
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.
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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.
4CVSS vectors
6Timeline events
0ADP providers
6Source links
CVSS vector scores
4 official scores
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.
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.