CVE-2024-51624: WordPress Já-Já Pagamentos for WooCommerce plugin <= 1.3.0 - Reflected Cross Site Scripting (XSS) vulnerability
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in jajapagamentos Já-Já Pagamentos for WooCommerce wc-ja-ja-pagamentos-multicaixa-express allows Reflected XSS.This issue affects Já-Já Pagamentos for WooCommerce: from n/a through <= 1.3.0.
Security readout for executives and security teams
Plain-English summary
CVE-2024-51624 is a reflected cross-site scripting issue in the WordPress Já-Já Pagamentos for WooCommerce plugin through version 1.3.0. An attacker could trick a user into opening a crafted link, causing script to run in that user’s browser. This can affect confidentiality, integrity, and availability at a limited level.
Executive priority
Prioritize remediation for e-commerce sites using this payment plugin, especially production WooCommerce environments. The issue is high severity but requires user interaction, so urgency should be balanced with actual plugin deployment and business criticality.
Technical view
The issue is CWE-79 improper neutralization of input during web page generation in wc-ja-ja-pagamentos-multicaixa-express. CVSS 3.1 is 7.1: network exploitable, low complexity, no privileges required, user interaction required, scope changed, with low C/I/A impact. Sources identify affected versions through <= 1.3.0.
Likely exposure
Exposure is limited to WordPress/WooCommerce sites using Já-Já Pagamentos for WooCommerce version 1.3.0 or earlier. Sites not using this plugin are not affected based on the provided sources.
Exploitation context
The vulnerability requires user interaction, such as convincing a victim to follow a crafted link. The source bundle does not indicate CISA KEV listing or active exploitation. No exploit details are provided here.
Researcher notes
Evidence is limited to CVE data and Patchstack’s vulnerability entry. The bundle does not name a fixed version, public exploit, or active exploitation. Avoid assuming broader WooCommerce exposure beyond this specific plugin and affected version range.
Mitigation direction
Inventory WordPress sites for the affected plugin and version.
Check Patchstack and vendor guidance for a fixed release or advisory.
Update the plugin if a vendor-supported fixed version is available.
Disable or remove the plugin if it is not required.
Apply normal WordPress hardening and least-privilege practices.
Validation and detection
Confirm whether wc-ja-ja-pagamentos-multicaixa-express is installed.
Record the installed plugin version on each site.
Compare versions against affected range: through 1.3.0.
Review vendor or Patchstack status for remediation availability.
Check logs for suspicious links or unusual user-triggered admin activity.
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.