CampaignApplication · Adobe

CVE-2022-42343

MEDIUM · 6.5 CVSS v3.1 Published 2022-12-16
Fix available
A fix is available. Upgrade to 7.3.2 / 8.4.2 or later.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Adobe Campaign version 7.3.1 (and earlier) and 8.3.9 (and earlier) are affected by a Server-Side Request Forgery (SSRF) vulnerability that could lead to arbitrary file system read. A low-privilege authenticated attacker can force the application to make arbitrary requests via injection of arbitrary URLs. Exploitation of this issue does not require user interaction.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Adobe Campaign versions 7.3.1 and earlier and 8.3.9 and earlier contain a Server-Side Request Forgery (SSRF) vulnerability allowing low-privilege authenticated attackers to inject arbitrary URLs, forcing the application to make requests to attacker-controlled endpoints. This can be leveraged to read arbitrary files from the filesystem via file:// URLs or internal service access.

MitigationUpdate Adobe Campaign to versions 7.3.2 and 8.4.0 or later. If immediate patching is not possible, implement URL allow-listing, restrict outbound network access, and disable or validate URL parameter inputs to prevent arbitrary request injection.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
CampaignApplication
Affected:< 7.3.2>= 8.0.0, < 8.4.2

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Adobe Campaign version
    Access the Adobe Campaign client or admin console and locate the version information (typically in Help > About or via the administration interface). Alternatively, check the installation logs or package metadata.
    Affected if The installed version is 7.3.1 or earlier, or 8.0.0 through 8.3.9 inclusive, or any version below 8.4.2 for the 8.x branch.
  2. Determine if Campaign web or API interfaces are exposed
    Review network configuration and firewall rules to check if Adobe Campaign web services (port 8080 by default, or 443/80 for IIS/Apache) are accessible from untrusted networks or the internet.
    Affected if The web or API interface is exposed to the network without strict access controls.
  3. Identify URL-handling endpoints in the application
    Review Adobe Campaign workflow configurations, JSSP scripts, and web applications for code that accepts URL parameters and makes outbound HTTP requests (such as HttpClient, SOAP calls, or URLFetch functions).
    Affected if The application contains custom or out-of-the-box workflows, scripts, or pages that accept user-supplied URLs and process them without strict validation.
  4. Audit low-privilege user accounts and permissions
    Using the Adobe Campaign administration console, review user accounts and confirm which ones have operator roles that permit access to workflow execution, JSSP, or web app functionality.
    Affected if Low-privilege or operator-level accounts exist that can access the URL-handling functionality without additional approval.
  5. Check for existing URL allow-listing or input validation
    Inspect Adobe Campaign configuration files (such as serverConf.xml or custom JSSP) for any implemented URL validation patterns, allow-lists, or SSRF protections.
    Affected if No URL allow-listing or strict input validation is configured for outbound request functionality.

You are affected if your Adobe Campaign installation runs version 7.3.1 or earlier, or any version from 8.0.0 to 8.3.9, and the application exposes web interfaces or APIs that accept URL parameters accessible to low-privilege authenticated users.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 7.3.2 / 8.4.2 or later
Fixed in 7.3.28.4.2
Interim mitigation

Update Adobe Campaign to versions 7.3.2 and 8.4.0 or later. If immediate patching is not possible, implement URL allow-listing, restrict outbound network access, and disable or validate URL parameter inputs to prevent arbitrary request injection.

Recommended fix High confidence

Campaign 7.x: upgrade to 7.3.2 or later; Campaign 8.x: upgrade to 8.4.2 or later

  1. Identify the currently installed Adobe Campaign version (7.x or 8.x branch)
  2. For Campaign 7.x installations: Upgrade to version 7.3.2 or later
  3. For Campaign 8.x installations: Upgrade to version 8.4.2 or later
  4. After upgrade, verify the SSRF vulnerability is resolved by confirming the application no longer allows arbitrary URL injection from low-privilege accounts
Caveat Review Adobe Campaign release notes for the target version to check for configuration or workflow compatibility changes before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Campaign Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA4.0 h
22.0 hours of engineering $3,860
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-42343 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-42343 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data