CVE-2022-3590
NixOS vulnerability analysis and mitigation

Overview

WordPress is affected by an unauthenticated blind Server-Side Request Forgery (SSRF) vulnerability (CVE-2022-3590) in its pingback feature. The vulnerability was discovered in January 2021 and affects all known WordPress versions up to 6.2. The issue stems from a Time-of-Check-Time-of-Use (TOCTOU) race condition between validation checks and HTTP request execution, allowing attackers to reach internal hosts that are explicitly forbidden (Sonar Blog, WPScan).

Technical details

The vulnerability exists in WordPress's implementation of pingbacks, specifically in the XML-RPC API endpoint. The issue occurs due to a race condition between the URL validation in wphttpvalidate_url() function and the actual HTTP request execution. While the initial validation checks for forbidden IP ranges and validates the URL, the HTTP client needs to re-parse and re-resolve the hostname before sending the request. During this time window, an attacker could change the domain to point to a different address than the one initially validated. The vulnerability has been assigned a CVSS score of 4.0 (Medium) (Wordfence, Sonar Blog).

Impact

The vulnerability's impact is considered low for most users, as attackers would need to chain this behavior with additional vulnerabilities in third-party software to significantly impact the targeted organization's security. It could potentially be used to ease the exploitation of other vulnerabilities in the affected organization's internal network, such as recent Confluence OGNL injections or Jenkins remote code execution vulnerabilities (Sonar Blog).

Mitigation and workarounds

As a temporary workaround, system administrators can remove the handler pingback.ping of the XMLRPC endpoint by updating functions.php of the theme in use. Alternatively, access to xmlrpc.php can be blocked at the web server level. The recommended code modification is to add: addfilter('xmlrpcmethods', function($methods) { unset($methods['pingback.ping']); return $methods; }) (Sonar Blog).

Additional resources


SourceThis report was generated using AI

Related NixOS vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-9642CRITICAL9.6
  • GitLabGitLab
  • cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*
NoYesSep 26, 2025
CVE-2025-11042HIGH7.5
  • GitLabGitLab
  • cpe:2.3:a:gitlab:gitlab
NoYesSep 26, 2025
CVE-2025-5069MEDIUM6.5
  • GitLabGitLab
  • gitlab
NoYesSep 26, 2025
CVE-2025-9958MEDIUM6.5
  • GitLabGitLab
  • gitlab
NoYesSep 26, 2025
CVE-2025-10868MEDIUM5.3
  • GitLabGitLab
  • cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*
NoYesSep 26, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management