Emoncms v11.12.3 stable release - security fixes

With all the discussion around security and AI, I have been going through the Emoncms codebase more systematically using a mixture of Copilot, Claude, and Gemini to check for security issues. It’s been a productive process, uncovering quite a few issues that needed addressing. I cant claim to be doing anything particular novel in the way I’m approaching this process but it’s been interesting to read about how others such as Firefox are using these tools to harden their software Behind the Scenes Hardening Firefox with Claude Mythos Preview - Mozilla Hacks - the Web developer blog.

The most concerning and important fix was a secondary SQL injection vulnerability in dashboard module (only applicable to multi-user Emoncms installations, where anyone can create an account and craft a specific dashboard content string). This is now fixed in Release 2.4.4 · emoncms/dashboard · GitHub of the dashboard module.

A wider range of defense in depth changes were added to Emoncms core, the latest version being v11.12.3:

Please also update:

@alexandrecuer has updated the emoncms docker to use the latest versions: alexjunk/emoncms - Docker Image

3 Likes