Cyber Resilience

CVE-2022-1386

CriticalPublic PoC

Published: 16 May 2022

Published
16 May 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.9361 99.8th percentile
Risk Priority 76 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-1386 is a critical-severity SSRF (CWE-918) vulnerability in Fusion Builder Project Fusion Builder. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Fusion Builder WordPress plugin before version 3.6.2, a component of the Avada theme, contains a server-side request forgery vulnerability (CWE-918). The plugin fails to validate a parameter within its forms, allowing arbitrary HTTP requests to be initiated from the server; responses from those requests are then reflected in the application output.

Unauthenticated remote attackers can exploit the flaw over the network without user interaction to reach internal hosts that would otherwise be protected by firewalls or network segmentation. Successful exploitation can result in disclosure of sensitive information, modification of data, or disruption of services, consistent with the CVSS 9.8 rating.

Public advisories from ThemeFusion and WPScan indicate that the issue is resolved in Avada 7.6.2 (which bundles Fusion Builder 3.6.2); site owners are advised to apply the update promptly. The associated EPSS score has remained at a sustained high of 0.9361 with no material post-disclosure increase reported.

EU & UK References

Vulnerability details

The Fusion Builder WordPress plugin before 3.6.2, used in the Avada theme, does not validate a parameter in its forms which could be used to initiate arbitrary HTTP requests. The data returned is then reflected back in the application's response.…

more

This could be used to interact with hosts on the server's local network bypassing firewalls and access control measures.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

fusion builder project
fusion builder
≤ 3.6.2
theme-fusion
avada
≤ 7.6.2

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References