Last Modified: May 29, 2024
Affected Product(s):
BIG-IP AFM
Fixed In:
17.1.0, 16.1.4, 15.1.10
Opened: Dec 19, 2022 Severity: 4-Minor
Entries added or updated in IP Intelligence (IPI) feed lists are not enforced. This occurs when threads in Dynamic White or Black Daemon (DWBLD) module are in deadlock.
Enforcement of entries in new and updated IPI feed lists does not happen.
- IPI license is enabled. - Feed lists and policies are configured.
Run the command "bigstart restart dwbld" to resolve the issue. Check for "Empty items" message in /var/log/dwbld.log. If same message is seen for more than 100 times continuously, threads are in lock state and we can recover by restarting DWBLD module.
The function "set_curl_state" was returning without unlocking mutex in a condition. The mutex is now unlocked appropriately and prevents locking up of DWBLD threads.