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

Forum Discussion

1 Reply

  • when HTTP_REQUEST {
    if {[HTTP::uri] starts_with "/test/f2/count" ||
        [HTTP::uri] starts_with "/test/f2/less" } {
    pool pool_https_abc
        log local0. "write something"
    } 
    else {reject}
    }