LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47913: PHP Melody 3.0 Persistent Cross-Site Scripting via Video Editor

PHP Melody 3.0 contains a persistent cross-site scripting vulnerability in the video editor that allows privileged users to inject malicious scripts. Attackers can exploit the WYSIWYG editor to execute persistent scripts, potentially leading to session hijacking and application manipulation.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
6

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-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
Vulnerability profileCVE Program record
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

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
0Timeline events
0ADP providers
5Source links

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
6.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2021-47913Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PHPSUGARPHP Melody3.0unaffected
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.