Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Alfonso_Santia2's avatar
Alfonso_Santia2
Icon for Altostratus rankAltostratus
Feb 20, 2023

Drop requests with changes in hostname.

This is the iRule of customer: when HTTP_REQUEST { if { not ([string tolower [HTTP::host]] equals "test.bank.com") } { log local0. "400 [HTTP::host]" HTTP::respond 400 -version auto content "Bad ...