SQL Injection vulnerability in Silverpeas 6.4.1 allows a remote attacker to obtain sensitive information via the ViewType parameter of the findbywhereclause function
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://github.com/Silverpeas/Silverpeas-Core/pull/1353 | issue tracking patch |
https://github.com/Silverpeas/Silverpeas-Components/pull/859 | issue tracking patch |
https://gist.github.com/SubZ3r0-0x01/7150f7cbc3b7d810adb221cae3d08fc8 | third party advisory exploit |