CVE-2025-2609: MagnusBilling Stored Cross-Site Scripting in Login Logs
Improper neutralization of input during web page generation vulnerability in MagnusSolution MagnusBilling login logging allows unauthenticated users to store HTML content in the viewable log component accessible at /mbilling/index.php/logUsers/read" cross-site scripting This vulnerability is associated with program files protected/components/MagnusLog.Php.
This issue affects MagnusBilling: through 7.3.0.
Security readout for executives and security teams
Plain-English summary
MagnusBilling can store unsafe HTML in login logs. An unauthenticated person can place content that later runs in another user’s browser when the log page is viewed. This can expose sensitive information and slightly alter application behavior, but the source bundle does not show active exploitation.
Executive priority
Treat this as a high-priority patching item for any exposed MagnusBilling system. The business concern is account or session compromise when staff view logs, not direct server takeover from the evidence provided.
Technical view
CVE-2025-2609 is a stored cross-site scripting issue in MagnusBilling through 7.3.0, tied to protected/components/MagnusLog.Php and the login-log view at /mbilling/index.php/logUsers/read. CVSS 3.1 is 8.2: network-reachable, low complexity, no privileges required, user interaction required, changed scope, high confidentiality impact.
Likely exposure
Organizations running MagnusSolution MagnusBilling through 7.3.0 are potentially exposed, especially internet-facing deployments where unauthenticated login attempts are logged and administrators or operators review login logs in the web interface.
Exploitation context
The bundle supports unauthenticated stored XSS with execution when a user views the affected log component. KEV is false, and the provided sources do not substantiate active exploitation in the wild.
Researcher notes
Key constraints are user interaction and log-view context. The public record names CWE-79, MagnusLog.Php, and affected versions through 7.3.0. Do not infer broader MagnusBilling components or confirmed exploitation without additional evidence.
Mitigation direction
Identify MagnusBilling deployments and versions through 7.3.0.
Apply vendor guidance or code containing patch commit f0f083c76157e31149ae58342342fb1bf1629e22.
Restrict access to administrative and log-viewing interfaces until patched.
Review and clear suspicious login-log entries containing HTML-like content.
Monitor vendor advisories for a fixed release or additional hardening guidance.
Validation and detection
Confirm whether MagnusBilling version is through 7.3.0.
Verify the local code includes the referenced GitHub patch commit.
Check whether /mbilling/index.php/logUsers/read is reachable by log-viewing users.
Review login logs for unexpected HTML or script-like stored content.
Retest log rendering after remediation using non-executable benign markers only.
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.