Vulnerabilities tagged "vuln"

Logic Flaw Leading to RCE in Dynamicweb 9.5.0 - 9.12.7

We touched on a similar issue last week in Zabbix where the ability to access the setup process after it was complete could lead to compromising the system. In this situation no extra trickery was necessary as it appears to have been a bad conditional allowing reentry to the setup functionality.
 

Unsafe Client-Sided Sessions in Zabbix

The lesson here is just don't store session data on the client and if you must, don't take shortcuts, its tough to get right in the first place.Effectively here Zabbix stored session data in the user cookies...
 
8
9
10
11
12
13
14