Last Modified: Jan 09, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
15.1.8, 15.1.8.1, 15.1.8.2, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4, 15.1.10.5, 15.1.10.6, 16.1.5, 16.1.5.1, 16.1.5.2, 17.1.2
Opened: Nov 29, 2023 Severity: 3-Major
When iRule is using badly crafted regexp or regsub command, sometimes large regex compilation may lead to TMM core. - Multiple clock advances will be logged in tmm logs. - A message similar to the one below will be logged in tmm logs: notice sod[9938]: 01140041:5: Killing tmm.0 pid <pid of tmm>.
Traffic disrupted while tmm restarts.
- iRules using regexp or regsub command with large expression
Update iRule to avoid using regex or regsub with large expressions. either by 1. setting an upper-limit on the permitted size for regex expression or 2. rewrite the iRule to avoid the use of 'regsub'.
None