Last Modified: May 29, 2024
Affected Product(s):
BIG-IP ASM
Known Affected Versions:
13.1.0, 13.1.0.1, 13.1.0.2, 13.1.0.3, 13.1.0.4, 13.1.0.5, 13.1.0.6, 13.1.0.7, 13.1.0.8, 13.1.1, 13.1.1.2, 13.1.1.3, 13.1.1.4
Fixed In:
15.0.0, 14.1.0.6, 13.1.1.5
Opened: Feb 22, 2019 Severity: 2-Critical
Apply Policy fails due to policy corruption in PLC database from a previously enforced signature.
Apply policy fails.
1. Export a policy containing a signature with an enforced rule. 2. Update ASM Signatures (ASU). 3. Import that previously exported policy. 4. Apply the newly imported policy.
As a workaround, run the following SQL, and then apply the policy: ---------------------------------------------------------------------- UPDATE PLC.PL_POLICY_NEGSIG_SIGNATURES SET previous_enforced_rule_md5 = '' WHERE previous_enforced_rule = '' and previous_enforced_rule_md5 != '' ----------------------------------------------------------------------
None