LisoMail, by ArmorX, allows SQL Injections, attackers can access the database without authentication via a URL parameter manipulation.
Solution:
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://gist.github.com/tonykuo76/50350af9b77eb51f5ab55964a35f47f2 | third party advisory |
https://www.chtsecurity.com/news/2fd99e6e-819f-42b4-a7fe-6bc7eeae155c | third party advisory |
https://www.twcert.org.tw/tw/cp-132-3437-17241-1.html | third party advisory |