Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-918 (服务端请求伪造(SSRF)) — Vulnerability Class 1927

1927 vulnerabilities classified as CWE-918 (服务端请求伪造(SSRF)). AI Chinese analysis included.

CWE-918, Server-Side Request Forgery, is a critical web security weakness where an application allows users to specify URLs that the server subsequently fetches without adequate validation. Attackers typically exploit this by manipulating input parameters to force the server to access internal resources, such as cloud metadata services or local network endpoints, which are otherwise inaccessible from the outside. This bypasses perimeter defenses, potentially leading to sensitive data exposure or internal network reconnaissance. To mitigate SSRF, developers must implement strict input validation, ensuring that only whitelisted domains and protocols are permitted. Additionally, employing network-level controls like firewalls to restrict outbound connections from the application server and isolating internal services from public-facing interfaces significantly reduces the attack surface, preventing unauthorized internal access.

MITRE CWE Description
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.
Common Consequences (3)
ConfidentialityRead Application Data
IntegrityExecute Unauthorized Code or Commands
Access ControlBypass Protection Mechanism
By providing URLs to unexpected hosts or ports, attackers can make it appear that the server is sending the request, possibly bypassing access controls such as firewalls that prevent the attackers from accessing the URLs directly. The server can be used as a proxy to conduct port scanning of hosts i…
Examples (1)
This code intends to receive a URL from a user, access the URL, and return the results to the user.
$url = $_GET['url']; # User-controlled input # Fetch the content of the provided URL $response = file_get_contents($url); echo $response;
Bad · PHP
# Define allowed URLs (or domains) $allowed_urls = [ 'https://example.com/data.json', 'https://api.example.com/info', ]; # Get the user-provided URL $url = $_GET['url'] ?? ''; # Validate against allowed URLs if (!in_array($url, $allowed_urls)) { http_response_code(400); echo "Invalid or unauthorized URL."; exit; } # Fetch content safely $response = @file_get_contents($url); if ($response === false) { http_response_code(500); echo "Failed to fetch content."; exit; } echo htmlspecialchars($response); # Escape output for safety
Good · PHP
CVE IDTitleCVSSSeverityPublished
CVE-2026-57106 Data Quality Elevation of Privilege Vulnerability — Microsoft Purview Data Governance 10.0 Critical2026-07-24
CVE-2026-16910 Quay: ssrf in red hat quay notification webhooks (slack/generic) — Red Hat OpenShift Update Service 5.5 Medium2026-07-24
CVE-2026-56167 Azure AI Search Elevation of Privilege Vulnerability — Azure AI Search 8.5 High2026-07-23
CVE-2026-63313 9Router before 0.4.72 Server-Side Request Forgery via /v1/web/fetch — 9router 7.7 High2026-07-23
CVE-2026-48013 Shopware: SSRF in Media External-Link Endpoint Bypasses IP Validation — shopware 4.1 Medium2026-07-23
CVE-2026-65516 WordPress PeproDev Ultimate Invoice plugin <= 2.2.6 - Server Side Request Forgery (SSRF) vulnerability — PeproDev Ultimate Invoice 7.2 High2026-07-23
CVE-2026-65496 WordPress Complianz plugin <= 7.5.0 - Server Side Request Forgery (SSRF) vulnerability — Complianz 4.4 Medium2026-07-23
CVE-2026-65467 WordPress JetEngine plugin <= 3.8.11 - Server Side Request Forgery (SSRF) vulnerability — JetEngine 4.9 Medium2026-07-23
CVE-2026-65466 WordPress JetBooking plugin <= 4.1.2 - Server Side Request Forgery (SSRF) vulnerability — JetBooking 4.9 Medium2026-07-23
CVE-2026-24639 WordPress Photo Block plugin <= 1.7.1 - Server Side Request Forgery (SSRF) vulnerability — Photo Block 4.4 Medium2026-07-23
CVE-2026-64873 Joomla Extension - regularlabs.com - SSRF in Cache Cleaner Pro extension — Cache Cleaner Pro extension for Joomla--2026-07-23
CVE-2026-64799 Joomla Extension - regularlabs.com - SSRF via remote image downloads in Articles Anywhere and Users Anywhere extensions — Articles Anywhere Pro extension for Joomla--2026-07-23
CVE-2026-13192 RadEditor PDF Export SSRF Vulnerability in Telerik UI for ASP.NET AJAX — Telerik UI for ASP.NET AJAX 6.5 Medium2026-07-22
CVE-2026-65593 n8n before 1.123.64, 2.29.8, and 2.30.1 SSRF via Dynamic Node Parameters — n8n 6.3 Medium2026-07-22
CVE-2026-65318 Verba (goldenverba) Unauthenticated Server-Side Request Forgery via WebSocket Import Endpoint HTMLReader — Verba 8.6 High2026-07-21
CVE-2026-65317 Verba (goldenverba) Server-Side Request Forgery via /api/connect and Same-Origin Middleware Bypass — Verba 8.6 High2026-07-21
CVE-2026-65057 Keep Unauthenticated Server-Side Request Forgery via POST /providers/healthcheck — keep 9.3 Critical2026-07-21
CVE-2026-47695 CC-Tweaked has an SSRF Protection Bypass with NAT64 — CC-Tweaked 7.1 High2026-07-21
CVE-2026-65056 mcp-webresearch Server-Side Request Forgery in visit_page Due to Missing Internal-IP Filtering — mcp-webresearch 8.2 High2026-07-21
CVE-2026-63764 LMDeploy Server-Side Request Forgery via HTTP Redirect Bypass — lmdeploy 8.6 High2026-07-21
CVE-2026-46556 FlaskBB: SSRF in get_image_info() via unrestricted avatar URL — flaskbb 6.5 Medium2026-07-21
CVE-2026-47390 PraisonAI spider_tools SSRF protection bypass via alternate loopback host encodings — PraisonAI 5.5 Medium2026-07-21
CVE-2026-15927 Quay: mirror-registry: ssrf: repo-level mirror accepts external_reference without url validation — mirror registry for Red Hat OpenShift 2 6.8 Medium2026-07-21
CVE-2026-64626 AVideo Encoder downloadURL SSRF via unpinned retry fallback — AVideo 6.4 Medium2026-07-20
CVE-2026-44583 Paymenter: Blind Unauthenticated SSRF on the Paypal gateway module — Paymenter 5.3 Medium2026-07-20
CVE-2026-63769 Huginn 2022.08.18 SSRF via ScenarioImport fetch_url Method — huginn 7.7 High2026-07-20
CVE-2026-63731 HyperDX < 2.31.0 SSRF via ClickHouse Proxy Test Endpoint — hyperdx 7.7 High2026-07-20
CVE-2026-63730 HyperDX < 2.31.0 SSRF via Webhook Test Endpoint — hyperdx 5.0 Medium2026-07-20
CVE-2026-63107 LimeSurvey SSRF via REST API Survey Template Host Header — LimeSurvey 7.7 High2026-07-20
CVE-2026-60033 Joomla Extension - themexpert.com - SSRF via remote download in JMedia Extension < 1.6.0 — JMedia extension for Joomla 5.1 Medium2026-07-20

Vulnerabilities classified as CWE-918 (服务端请求伪造(SSRF)) represent 1927 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.