Nectar not working correctly after update to Cacti 088f

Addons for Cacti and discussion about those addons

Moderators: Developers, Moderators

Post Reply
rkr321
Posts: 7
Joined: Wed Aug 26, 2015 3:08 am

Nectar not working correctly after update to Cacti 088f

Post by rkr321 »

HI,

I have upgraded Cacti 088d to 088f. After the upgrade I made a duplicate of a Nectar report. I noticed a change in the report name. It was quoted with ' .
Trying to remove the symbol made things even worse. The report items are now also escaped with \\ and closed with ' .

Items being modified are:
Report Name
Subject
From Name
To Email Address(es)
BCC Address(es)

Could this be the result of various SQL Injection vectors bugfixes included in Cacti 088e?

Workaround:
Manually updated the records in the database.

Look for :
select id,name,format_file,subject,from_name,from_email,email,bcc from plugin_nectar;
The records should not contain ' characters.

E.g.
update plugin_nectar SET bcc='' WHERE id=1;
update plugin_nectar SET subject='Nectar Report' WHERE id=1;


Regards,
RKR
Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests