Security readout for executives and security teams
Plain-English summary
CVE-2022-3342 affects Jetpack CRM for WordPress through version 5.3.1. A failed security check could still allow dangerous file handling, leading to PHP object injection. Business risk is highest on WordPress sites where attackers can place uploaded files and persuade an administrator to click a crafted link.
Executive priority
Treat this as a high-priority WordPress plugin update, not a confirmed emergency breach. Patch or disable affected plugin versions promptly, then validate upload controls and admin-facing monitoring.
Technical view
The vulnerable CSV importer function checks a nonce but later paths do not stop when that check fails. It then calls file_exists on zbscrmcsvimpf. If that value references a phar:// archive already on the server, PHP may deserialize PHAR metadata, creating CWE-502 object injection risk.
Likely exposure
Exposure is likely limited to WordPress installations running Jetpack CRM up to and including 5.3.1, especially sites allowing user-controlled uploads. The source bundle does not identify other affected products or hosted-service exposure.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not state active exploitation. Exploitation has meaningful prerequisites: attacker-controlled PHAR content must be reachable on the server, and an administrator must perform an induced action.
Researcher notes
Key constraints are CSRF plus PHAR deserialization, not a simple unauthenticated one-shot issue. The available evidence supports high impact but high attack complexity and required user interaction. No exploit-in-the-wild claim is supported by the provided sources.
Mitigation direction
- Upgrade Jetpack CRM beyond version 5.3.1 or follow current vendor guidance.
- Disable the plugin if upgrade status cannot be verified quickly.
- Restrict untrusted uploads and validate allowed file types server-side.
- Review media and upload directories for unexpected archive-like files.
- Prioritize administrator security awareness for suspicious plugin-management links.
Validation and detection
- Inventory WordPress sites for Jetpack CRM versions up to 5.3.1.
- Confirm the CSV importer fix is present in deployed plugin code.
- Check whether untrusted users can upload files to affected sites.
- Review web logs for suspicious CSV importer requests.
- Confirm no PHAR-like uploaded files are reachable by the application.
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-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-2022-3342 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
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/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:H/PR:N/UI:R/S:U/C:H/I:H/A:H1.65.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/98ab264f-b210-41d0-bb6f-b4f31d933f80?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/zero-bs-crm/trunk/includes/ZeroBSCRM.CSVImporter.php?rev=2790863CVE reference
- https://plugins.trac.wordpress.org/changeset/2805282/zero-bs-crm/trunk/includes/ZeroBSCRM.CSVImporter.phpCVE reference
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.
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
