CVE-2022-40700
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 · uneditedServer-Side Request Forgery (SSRF) vulnerability in Montonio Montonio for WooCommerce, Wpopal Wpopal Core Features, AMO for WP – Membership Management ArcStone wp-amo, Long Watch Studio WooVirtualWallet – A virtual wallet for WooCommerce, Long Watch Studio WooVIP – Membership plugin for WordPress and WooCommerce, Long Watch Studio WooSupply – Suppliers, Supply Orders and Stock Management, Squidesma Theme Minifier, Paul Clark Styles styles, Designmodo Inc. WordPress Page Builder – Qards, Philip M. Hofer (Frumph) PHPFreeChat, Arun Basil Lal Custom Login Admin Front-end CSS, Team Agence-Press CSS Adder By Agence-Press, Unihost Confirm Data, deano1987 AMP Toolbox amp-toolbox, Arun Basil Lal Admin CSS MU.This issue affects Montonio for WooCommerce: from n/a through 6.0.1; Wpopal Core Features: from n/a through 1.5.8; ArcStone: from n/a through 4.6.6; WooVirtualWallet – A virtual wallet for WooCommerce: from n/a through 2.2.1; WooVIP – Membership plugin for WordPress and WooCommerce: from n/a through 1.4.4; WooSupply – Suppliers, Supply Orders and Stock Management: from n/a through 1.2.2; Theme Minifier: from n/a through 2.0; Styles: from n/a through 1.2.3; WordPress Page Builder – Qards: from n/a through 1.0.5; PHPFreeChat: from n/a through 0.2.8; Custom Login Admin Front-end CSS: from n/a through 1.4.1; CSS Adder By Agence-Press: from n/a through 1.5.0; Confirm Data: from n/a through 1.0.7; AMP Toolbox: from n/a through 2.1.1; Admin CSS MU: from n/a through 2.6.
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 confidenceThis is a critical Server-Side Request Forgery (SSRF) vulnerability affecting 14 different WordPress plugins and themes. The vulnerability allows attackers to make the server perform arbitrary requests, potentially accessing internal services, cloud metadata endpoints, or performing port scans of internal infrastructure. The issue stems from insufficient validation of URLs or user-controlled request targets in the affected plugins.
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<= 2.6<= 2.1.1<= 1.0.7<= 1.5.0<= 1.4.1<= 6.0.1<= 0.2.8<= 1.0.5CVSS 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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 checksWork through these to decide whether this CVE applies to you.
-
List installed WordPress pluginsAccess the WordPress admin dashboard under Plugins > Installed Plugins, or inspect the /wp-content/plugins/ directory via file system or FTP/SSH to enumerate all installed plugins and their versionsAffected if Any of the following plugins are installed: Millionclues Admin Css Mu, Deano Amp Toolbox, Unihost Confirm Data, Agence Press Css Adder, Millionclues Custom Login Admin Front End Css, Montonio Montonio For Woocommerce, Frumph Phpfreechat, or Designmodo Qards
-
Compare installed version against affected rangesFor each identified affected plugin, locate its version number in the plugin header (typically in the main PHP file or readme.txt) and compare against: Millionclues Admin Css Mu <= 2.6, Deano Amp Toolbox <= 2.1.1, Unihost Confirm Data <= 1.0.7, Agence Press Css Adder <= 1.5.0, Millionclues Custom Login Admin Front End Css <= 1.4.1, Montonio Montonio For Woocommerce <= 6.0.1, Frumph Phpfreechat <= 0.2.8, Designmodo Qards <= 1.0.5Affected if The installed version is equal to or lower than the listed version for any affected plugin
-
Identify if plugin URL-fetching functionality is accessibleLocate the plugin settings or features that accept URLs as input (commonly found in plugin admin panels, widget settings, or shortcode attributes that accept URLs for external resources, CSS imports, or API calls)Affected if The plugin exposes any setting or functionality that accepts user-supplied URLs, as this is the attack vector for SSRF exploitation
-
Verify external request capability is enabledCheck if the plugin functionality that allows server-side URL requests is active and not disabled via configuration, firewall, or web application firewall rulesAffected if The plugin URL-fetching feature remains enabled and accessible to users (authenticated or unauthenticated depending on plugin access controls)
-
Review server outgoing request logsInspect web server access logs and WordPress debug logs for suspicious outbound requests originating from the server to internal IPs (127.0.0.1, 10.x.x.x, 192.168.x.x), cloud metadata endpoints (169.254.169.254), or unusual external domainsAffected if Outbound requests are observed from the web server to internal network addresses or unexpected external destinations that were not initiated by legitimate admin actions
Your environment is affected if any of the eight listed WordPress plugins are installed at a version at or below the specified threshold and the plugin URL-fetching functionality is accessible and enabled.
Generated from the published advisory. Verify against your own configuration.
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.
From vendor dataUpdate all affected plugins to their latest versions, as patches are available for most listed versions. If patches are unavailable, implement network-level filtering to restrict outgoing requests from the web server and disable unnecessary URL-fetching functionality.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-40700 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-40700 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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