Security readout for executives and security teams
Plain-English summary
PHP Melody 3.0 has a stored cross-site scripting issue in its video editor. A user with privileges could save malicious script content that later runs in other users’ browsers. Business impact is mainly account/session exposure and unauthorized changes inside the application, not direct server takeover based on the provided sources.
Executive priority
Treat as a targeted application security fix, not an emergency infrastructure event. Prioritize if PHP Melody 3.0 is internet-facing, used by multiple administrators, or protects sensitive accounts. Apply vendor guidance promptly and review historical content changes.
Technical view
CVE-2021-47913 is CWE-79 stored XSS in PHP Melody 3.0’s WYSIWYG video editor. CVSS 3.1 is 6.4: network reachable, low complexity, low privileges required, no user interaction, scope changed, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is limited to deployments running PHPSUGAR PHP Melody version 3.0. Risk is higher where multiple privileged users can access the video editor or where admin sessions are valuable targets. The source bundle lists other versions as unaffected by default but provides no CPE data.
Exploitation context
The advisory material includes an exploit-tagged reference, but the bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires a privileged application user. Successful abuse can persist content that executes for later viewers in the application context.
Researcher notes
Evidence supports PHP Melody 3.0 only. The CVE record says privileged users can inject persistent scripts through the WYSIWYG editor. Patch details are not included in the bundle beyond the PHPSUGAR fix reference. No KEV listing or active exploitation claim is supported.
Mitigation direction
- Identify any PHP Melody 3.0 deployments.
- Review PHPSUGAR’s vulnerability report/fix page and apply the vendor fix.
- Restrict video editor access to trusted privileged users.
- Review stored video editor content for unexpected script-like entries.
- Ensure session protections and least-privilege roles are enforced.
Validation and detection
- Confirm installed PHP Melody version and deployed patch state.
- Verify the video editor no longer stores executable script content.
- Review audit logs for privileged video editor changes.
- Check for suspicious stored content created before remediation.
- Retest with safe, non-destructive XSS validation methods only.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-2021-47913 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 6.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.4MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- Vulnerability Lab AdvisoryCVE reference · exploit
- Vulnerability Lab AdvisoryCVE reference · patch
- Product HomepageCVE reference · product
- VulnCheck Advisory: PHP Melody 3.0 Persistent Cross-Site Scripting via Video EditorCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
