Response playbooks, investigation guides, and Atomic Red Team tests are Pro-only. Upgrade to unlock the full detection package for CVE-2026-54735.
Unlock with Pro - from £29/user/moDetect Prebid Server SSRF via Request Forgery (CVE-2026-54735) in Sumo Logic CSE
Detects exploitation of CVE-2026-54735, a critical (CVSS 10.0) server-side request forgery (SSRF) vulnerability in prebid/prebid-server affecting versions < 4.4.0, <= 3.30.0, <= 2.32.0, and <= 0.275.0. The flaw (CWE-918) allows an attacker to craft bid request or adapter/URL parameters that cause the prebid-server host to issue outbound requests to attacker-controlled or internal/cloud-metadata endpoints, potentially exfiltrating host environment data (cloud metadata credentials, internal service responses). Detection focuses on anomalous outbound HTTP requests originating from prebid-server processes/containers to internal RFC1918 ranges, loopback, link-local cloud metadata IPs (169.254.169.254), or unexpected external hosts triggered by bid/adapter request handling.
MITRE ATT&CK
Sumo Detection Query
_sourceCategory=prebid/server
| where uri_path matches "/openrtb2/auction" or uri_path matches "/openrtb2/amp" or uri_path matches "/setuid" or uri_path matches "/cookie_sync"
| where dest_ip = "169.254.169.254" or dest_ip matches "10.*" or dest_ip matches "172.1[6-9].*" or dest_ip matches "172.2*.*" or dest_ip matches "172.3[01].*" or dest_ip matches "192.168.*" or dest_ip matches "127.*"
| count by src_ip, dest_ip, uri_path
| where _count > 1 Sumo Logic search identifying prebid-server auction/amp/setuid/cookie_sync requests that resulted in outbound connections to cloud metadata or internal IP ranges, matching the SSRF pattern for CVE-2026-54735.
Data Sources
Required Tables
False Positives & Tuning
- Legitimately configured internal adapter callbacks
- Internal load balancer health probes
- Service mesh internal routing
- Test environments with internal mock endpoints
Other platforms for CVE-2026-54735
Testing Methodology
Validate this detection against 4 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1Simulate SSRF request to cloud metadata endpoint via crafted auction request
Expected signal: Outbound HTTP connection from prebid-server process to 169.254.169.254 logged in network flow/access logs with source path /openrtb2/auction
- Test 2Simulate SSRF probe to internal RFC1918 service via cookie_sync endpoint
Expected signal: Outbound HTTP connection from prebid-server process to internal IP 10.0.0.5 logged with request path /cookie_sync
- Test 3Version fingerprint check against vulnerable prebid-server release
Expected signal: HTTP GET request to /status or /version endpoint logged in prebid-server access logs
- Test 4Simulate repeated metadata-scanning pattern via openrtb2/amp endpoint
Expected signal: Multiple outbound HTTP connections from prebid-server process to distinct internal/metadata IPs within a short time window, logged with request path /openrtb2/amp
References (5)
- https://github.com/prebid/prebid-server/security/advisories/GHSA-4p3g-4hcj-wpvx
- https://github.com/prebid/prebid-server/pull/4802
- https://github.com/prebid/prebid-server/commit/494ac271cd4b5024df9123ef25ca3cff96390be3
- https://github.com/prebid/prebid-server/releases/tag/v4.4.0
- https://github.com/advisories/GHSA-4p3g-4hcj-wpvx
Unlock playbooks & atomic tests with Pro
Get the full detection package for CVE-2026-54735 — response playbook and atomic red team tests, plus investigation guidance and hunting queries.
df00tech Pro — £29/user/month