LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-2609 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
8.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N2.84.7VulnCheck

Vulnerability scoring details

Base CVSS 3.1 score

8.2High
CVSS 3.1 vector shape for CVE-2025-2609Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MagnusSolutionMagnusBilling0affected
Weakness

CWE details

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.