Last Modified: May 29, 2024
Affected Product(s):
BIG-IP TMOS
Known Affected Versions:
14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6
Opened: Feb 13, 2023 Severity: 4-Minor
The value of field "send" is the send string of the new monitor, which contains another JSON object as its payload of HTTP POST. The double quote is processed successfully but it still causes an error on TMSH and REST API.
Unable to use double quotes in the send string.
- Creating a LTM monitor with customized send string containing double quotes.
Use hexadecimal value of double quote (\x22) to replace double quotes in the payload.
None