New CCM - Descriptions can't have apostrophies
New CCM - Descriptions can't have apostrophies
In the new CCM you cannot save a config that has an apostrophe (') in the description. You get a SQL parse error.... perhaps the field is vulnerable to SQL injection?
Re: New CCM - Descriptions can't have apostrophies
Actually we uncovered a bug where the javascript form validation wasn't all working properly for all objects in the new CCM, which should be fixed in 1.3. Apostrophe's are actually considered an illegal character for a object name to Nagios.
I'll double check through the code, but every POST/GET variable processed by the new CCM should be getting sanitized against XSS and SQL injection attacks, which was another big reason for the new version of it.
Code: Select all
illegal_object_name_chars=`~!$%^&*|'"<>?,()=Re: New CCM - Descriptions can't have apostrophies
Good news. Thanks.