Last Modified: Nov 21, 2024
Affected Product(s):
BIG-IP SWG
Known Affected Versions:
17.1.1, 17.1.1.1, 17.1.1.2, 17.1.1.3, 17.1.1.4
Opened: Jan 30, 2024 Severity: 3-Major
The BIG-IP system has CPU usage and fewer supported open connections.
BIG-IP cannot support as many connections as it should be able to.
- Thousands of glob-match patterns in the url-db. - iRule that uses the CATEGORY::lookup command. - Patterns are of the following forms: \*://blah.com \*://blah.com/ \*://blah.foo.com/\* \*://\*.bar.com
Use patterns like this: http\*://blah.com http\*://blah.com/ http\*://blah.foo.com/\* http\*://\*.bar.com
None