Security readout for executives and security teams
Plain-English summary
A low-privileged WordPress user could delete site option values in the Click Mag theme, potentially breaking the site for legitimate visitors. This is a business availability risk for sites using Click Mag version 3.6.0 or earlier, especially where subscribers can self-register.
Executive priority
Prioritize remediation for public-facing WordPress sites using Click Mag, especially sites with subscriber registration. Treat this as a high availability and site integrity issue, not a data theft issue based on the supplied evidence.
Technical view
CVE-2024-13656 is a missing authorization check in Click Mag's propanel_of_ajax_callback() function. Authenticated Subscriber-level users or higher can delete arbitrary WordPress option values, causing high integrity and availability impact. The CVSS v3.1 score is 8.1.
Likely exposure
Exposure is limited to WordPress sites running MVPThemes Click Mag version 3.6.0 or earlier. Risk increases when public registration, large subscriber populations, or weak account governance allow untrusted authenticated users.
Exploitation context
The supplied sources do not indicate active exploitation, and the CVE is not marked KEV. Exploitation requires authenticated access at Subscriber level or higher, but does not require user interaction according to the CVSS vector.
Researcher notes
The source bundle attributes the flaw to CWE-862 and a missing capability check in propanel_of_ajax_callback(). Evidence supports authenticated arbitrary option deletion and denial of service potential, but does not provide exploit telemetry, proof-of-concept details, or a confirmed fixed release.
Mitigation direction
- Identify all WordPress sites using the Click Mag theme.
- Check vendor and Wordfence guidance for a fixed version or official mitigation.
- Remove or replace the theme if no maintained fixed release is available.
- Disable public registration unless it is required for business use.
- Review and remove unnecessary Subscriber-level accounts.
Validation and detection
- Confirm whether Click Mag is installed and active on each WordPress site.
- Verify the installed theme version is greater than 3.6.0, if a fixed version exists.
- Review WordPress user roles for untrusted Subscriber-level accounts.
- Check logs and backups for unexpected option deletions or related outages.
- Do not validate by deleting production options.
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-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2024-13656 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
- High
- CVSS
- 8.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
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:U/C:N/I:H/A:H2.85.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.1HighVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Source materials
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.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
