SQL Injection vulnerability in SEO Panel 4.9.0 in api/user.api.php in function getUserName in the username parameter, allows attackers to gain sensitive information.
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://www.seopanel.org/ | vendor advisory |
https://github.com/seopanel/Seo-Panel/issues/219 | exploit vendor advisory |
https://gist.github.com/victomteng1997/a0d47d6982a7b382f632ec7e8c3307f1 | third party advisory exploit |