LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2436: Download Manager <= 3.2.49 - Authenticated (Contributor+) PHAR Deserialization

The Download Manager plugin for WordPress is vulnerable to deserialization of untrusted input via the 'file[package_dir]' parameter in versions up to, and including 3.2.49. This makes it possible for authenticated attackers with contributor privileges and above to call files using a PHAR wrapper that will deserialize the data and call arbitrary PHP Objects that can be used to perform a variety of malicious actions granted a POP chain is also present. It also requires that the attacker is successful in uploading a file with the serialized payload.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-2436 affects the WordPress Download Manager plugin through version 3.2.49. A logged-in user with Contributor-level access or higher could abuse file handling to trigger unsafe PHP object deserialization, potentially leading to serious site compromise if other required conditions exist.

Executive priority

Treat this as a high-priority WordPress plugin exposure where untrusted authenticated users exist. Sites with only trusted administrators and no affected plugin have lower urgency, but version verification should be prompt because potential impact is full confidentiality, integrity, and availability compromise.

Technical view

The issue is CWE-502 deserialization of untrusted input in the Download Manager plugin's file[package_dir] parameter. Sources describe PHAR wrapper handling that can deserialize attacker-controlled data and invoke arbitrary PHP objects when a usable POP chain exists and the attacker can upload the payload file.

Likely exposure

Exposure is mainly WordPress sites running Download Manager up to and including 3.2.49, especially where Contributor or higher accounts are available to untrusted users. Public anonymous exploitation is not indicated by the source bundle.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires authentication, Contributor-level privileges or higher, successful upload of a serialized payload file, and a suitable PHP object chain in the environment.

Researcher notes

The affected parameter, PHAR deserialization condition, privilege requirement, upload prerequisite, and POP-chain dependency are all stated in the provided CVE description. The bundle references Wordfence and WordPress Trac material, but does not provide verified exploitation evidence or a specific fixed version.

Mitigation direction

  • Inventory WordPress sites for the Download Manager plugin.
  • Check installed versions against the affected range: through 3.2.49.
  • Follow vendor or Wordfence guidance for the patched version or remediation.
  • Disable the plugin if exposure cannot be remediated promptly.
  • Limit Contributor and higher roles to trusted users only.
  • Review upload permissions for low-privileged WordPress accounts.

Validation and detection

  • Confirm whether Download Manager is installed on each WordPress site.
  • Record plugin version and compare it with versions through 3.2.49.
  • Review WordPress accounts with Contributor privileges or higher.
  • Check for unexpected uploads by low-privileged users.
  • Review logs for suspicious Download Manager package file activity.
  • Confirm remediation against vendor guidance, not assumptions.
Prepared
Confidence
high
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-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 lookup
cve · low confidence lookup

CVE-2022-2436 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
8.8 (3.1)
Known Exploited
No
Published

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

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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2022-2436Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
codename065Download Manager0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

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.