CVE-2025-62741
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-62741, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-01-22

Last updated on: 2026-04-27

Assigner: Patchstack

Description

Server-Side Request Forgery (SSRF) vulnerability in SmartDataSoft Pool Services pool-services allows Server Side Request Forgery.This issue affects Pool Services: from n/a through <= 3.3.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-22
Last Modified
2026-04-27
Generated
2026-07-06
AI Q&A
2026-01-22
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
smartdatsoft pool_services to 3.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2025-62741 is a Server Side Request Forgery (SSRF) vulnerability in the WordPress Pool Services Theme up to version 3.3. It allows an unauthenticated attacker to make the affected website send HTTP requests to arbitrary domains controlled by the attacker. This can lead to unauthorized access to sensitive information from other services running on the same system. [1]

Impact Analysis

This vulnerability could allow an attacker to access sensitive information from other services on the same system by tricking the server into making HTTP requests to attacker-controlled domains. However, it has a CVSS severity score of 5.4, indicating a low priority threat with limited impact. There is currently no official fix or patched version available. [1]

Detection Guidance

Detection of this SSRF vulnerability involves monitoring for unusual HTTP requests originating from the affected Pool Services Theme (version <= 3.3) to arbitrary external domains. Since no official detection commands are provided, you can use network monitoring tools like tcpdump or Wireshark to capture outbound HTTP requests from the server and look for suspicious destinations. For example, using tcpdump: sudo tcpdump -i any -nn host not your_internal_network and port 80 or 443. Additionally, reviewing web server logs for unexpected outbound requests or unusual URL parameters that might trigger SSRF can help identify exploitation attempts. [1]

Mitigation Strategies

Immediate mitigation steps include restricting outbound HTTP requests from the server hosting the Pool Services Theme to only trusted domains, implementing network-level egress filtering, and monitoring for suspicious activity. Since no official patch or fix is currently available, applying strict access controls and limiting the ability of the application to make arbitrary HTTP requests can reduce risk. Additionally, consider disabling or restricting the vulnerable functionality if possible until a patch is released. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-62741. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart