LiveActive security incident?Get immediate response
CVE Record

CVE-2025-53229: WordPress RockON DJ theme <= 3.3 - Reflected Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in kamleshyadav RockON DJ rockon allows Reflected XSS.This issue affects RockON DJ: from n/a through <= 3.3.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A flaw in the RockON DJ WordPress theme (versions up to 3.3) lets attackers craft a malicious link that, when clicked by a visitor or admin, runs attacker-controlled code in their browser. This can be used to steal sessions, deface pages, or trick site staff. It only affects sites running this specific theme.

Executive priority

Moderate priority. Patch within the next standard maintenance window if RockON DJ is in use; otherwise no action required. Risk is bounded to browser-side impact on visitors and admins of the specific theme, not server compromise.

Technical view

CVE-2025-53229 is a reflected cross-site scripting (CWE-79) issue in the kamleshyadav RockON DJ theme through 3.3. Untrusted input is reflected into a response without proper neutralization. CVSS 3.1 base 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) indicates network reach, no privileges, but user interaction is required, and the changed scope can affect data beyond the vulnerable component.

Likely exposure

Limited to WordPress sites that have the RockON DJ theme installed and active at version 3.3 or earlier. The theme is a niche DJ/music industry theme, so broad exposure is unlikely, but any public-facing site running it is reachable from the internet.

Exploitation context

No CISA KEV listing and no public exploitation is referenced in the supplied sources. Exploitation requires a victim to click or load a crafted URL, so attacks would typically arrive via phishing, malicious links, or social engineering targeting site administrators or visitors.

Researcher notes

Sources do not name a fixed version, specific vulnerable parameter, or PoC. The CVE record lists "defaultStatus: unaffected" with version "0," which is ambiguous and should be reconciled against the Patchstack entry. User interaction requirement and scope-changed flag suggest the payload likely executes in a context that can reach parent-frame or admin assets. Confirm vulnerable endpoint via Patchstack before crafting detection signatures.

Mitigation direction

  • Inventory WordPress sites and identify any using the RockON DJ theme.
  • Check Patchstack and the theme vendor for an updated release beyond 3.3.
  • If no fix is available, restrict or replace the theme on production sites.
  • Apply a WAF rule that blocks reflected XSS patterns to the affected pages.
  • Remind administrators not to click unsolicited links to their own admin domain.

Validation and detection

  • Confirm theme name and version from wp-content/themes and the WordPress admin Themes screen.
  • Review Patchstack advisory for vulnerable parameters and proof-of-concept indicators.
  • Inspect web server and WAF logs for suspicious query strings hitting theme endpoints.
  • Run an authenticated vulnerability scan against staging to confirm reflection behavior.
  • After remediation, retest the previously vulnerable URL to verify input is properly encoded.
Prepared
Confidence
medium
Sources
3

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-53229 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
7.1 (3.1)
Known Exploited
No
Published

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

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
2Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
kamleshyadavRockON DJrockon, 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.