LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3708: Web Stories <= 1.24.0 - Server Side Request Forgery

The Web Stories plugin for WordPress is vulnerable to Server-Side Request Forgery in versions up to, and including 1.24.0 due to insufficient validation of URLs supplied via the 'url' parameter found via the /v1/hotlink/proxy REST API Endpoint. This makes it possible for authenticated users to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.

CriticalCVSS 9.6Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2022-3708 affects the Web Stories plugin for WordPress through version 1.24.0. An authenticated user could make the website send requests to arbitrary internal or external locations, potentially exposing or changing internal service data reachable from the web server.

Executive priority

Treat as urgent for any WordPress estate using Web Stories. Prioritize external-facing sites and environments with sensitive internal services reachable from the web server.

Technical view

The flaw is server-side request forgery in the Web Stories REST API hotlink proxy endpoint. Insufficient validation of the url parameter allows low-privileged authenticated requests to originate from the WordPress server. The CVSS 3.1 score is 9.6, with high confidentiality and integrity impact.

Likely exposure

Exposure is likely limited to WordPress sites running Web Stories version 1.24.0 or earlier with authenticated users who can reach the affected REST API endpoint.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The risk is still serious because exploitation requires low privileges and can target services only reachable from the server side.

Researcher notes

The affected component is the /v1/hotlink/proxy REST API endpoint. Sources attribute the issue to insufficient validation of the url parameter. GitHub references compare version 1.24.0 to 1.25.0 and identify a related commit, but exploit-in-the-wild evidence was not provided.

Mitigation direction

  • Upgrade Web Stories beyond version 1.24.0 after checking vendor guidance.
  • Disable or remove the plugin where immediate upgrade is not possible.
  • Review WordPress user accounts and remove unnecessary authenticated access.
  • Restrict server egress to internal metadata and administrative services where feasible.
  • Monitor WordPress and web server logs for unusual REST proxy activity.

Validation and detection

  • Inventory WordPress sites for the Web Stories plugin.
  • Confirm no deployed instance runs Web Stories 1.24.0 or earlier.
  • Check whether the hotlink proxy REST endpoint is reachable by authenticated users.
  • Review logs for unexpected requests involving the proxy endpoint or url parameter.
  • Validate the plugin update in staging before production rollout.
Prepared
Confidence
high
Sources
7

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-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-3708 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
Critical
CVSS
9.6 (3.1)
Known Exploited
No
Published

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

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
6Source 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
9.6CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N3.15.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.6Critical
CVSS 3.1 vector shape for CVE-2022-3708Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
googleWeb Stories0unaffected
Weakness

CWE details

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

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.