PHPFusion 9.03.50 contains a persistent cross-site scripting vulnerability in the print.php page that fails to properly sanitize user-submitted message content. Attackers can inject malicious JavaScript through forum messages that will execute when the print page is generated, allowing script execution in victim browsers.
Security readout for executives and security teams
Plain-English summary
PHPFusion 9.03.50 has a stored cross-site scripting issue in its forum print page. A logged-in attacker could place script content in a forum message, and that script may run for users who view the generated print page. This can expose browser session data or enable actions in the victim’s context.
Executive priority
Address this on a normal vulnerability-management timeline, faster for public forums or privileged user communities. Business risk is browser compromise and account-context abuse, not server takeover based on the supplied sources.
Technical view
The issue is CWE-79 in PHPFusion 9.03.50 print.php. User-submitted forum message content is not properly sanitized before print page generation. CVSS 3.1 is 6.4 with network access, low complexity, low privileges, no user interaction, changed scope, and low confidentiality and integrity impact.
Likely exposure
Exposure is likely limited to organizations running PHPFusion 9.03.50 with forum functionality and accessible print pages. The affected version metadata is incomplete in the bundle, so confirm directly against installed application versions.
Exploitation context
A public ExploitDB reference exists, but the bundle does not show CISA KEV listing or evidence of active exploitation. Treat this as publicly documented and feasible, not confirmed exploited in the wild.
Researcher notes
The bundle names PHPFusion 9.03.50, but the affected version field is sparse and lists version "0". Do not broaden scope without vendor or CVE evidence. Public exploit reference supports exploit availability, not active exploitation.
Mitigation direction
Identify any PHPFusion 9.03.50 deployments and prioritize them for review.
Check PHPFusion official guidance and downloads for supported updates or vendor remediation.
Limit forum posting privileges where practical until remediation is confirmed.
Restrict access to vulnerable print functionality if business impact allows.
Review moderation workflows for suspicious stored message content.
Validation and detection
Confirm the deployed PHPFusion version from application files or admin metadata.
Verify whether forum print pages are reachable by authenticated or anonymous users.
Review print.php handling for output encoding of forum message content.
Test only in an approved non-production environment without weaponized payloads.
Check web logs for unusual print.php access patterns.
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.