| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| WordPress WP Security Audit Log 3.1.1 Plugin - Sensitive Information Disclosure Vulnerability | 30 Mar 201800:00 | – | zdt | |
| CVE-2018-8719 | 4 Apr 201819:29 | – | attackerkb | |
| CVE-2018-8719 | 4 Apr 201819:00 | – | cve | |
| CVE-2018-8719 | 4 Apr 201819:00 | – | cvelist | |
| EUVD-2018-20329 | 7 Oct 202500:30 | – | euvd | |
| WordPress Plugin WP Security Audit Log 3.1.1 - Sensitive Information Disclosure | 30 Mar 201800:00 | – | exploitpack | |
| WordPress WP Security Audit Log 3.1.1 - Information Disclosure | 6 Jun 202603:01 | – | nuclei | |
| CVE-2018-8719 | 4 Apr 201819:29 | – | nvd | |
| CVE-2018-8719 | 4 Apr 201819:29 | – | osv | |
| WordPress WP Security Audit Log 3.1.1 Information Disclosure | 30 Mar 201800:00 | – | packetstorm |
# Exploit Title: WP Security Audit Log Plugin, Sensitive Information Disclosure <= 3.1.1
# Google Dork: inurl:/wp-content/uploads/wp-security-audit-log/
# Date: 3/13/2018
# Exploit Author: Colette Chamberland, Defiant, Inc.
# Vendor Homepage: http://wpwhitesecurity.com
# Software Link: https://wordpress.org/plugins/wp-security-audit-log/
# Version: <=3.1.1
# Tested on: Wordpress 4.9.x
# CVE : CVE-2018-8719
Description:
No protection on the wp-content/uploads/wp-security-audit-log/*
which is indexed by google and allows for attackers to possibly find user information (bad login attempts)
/wp-security-audit-log/classes/Sensors/System.php':
$upload_dir = wp_upload_dir();
$uploads_dir_path = trailingslashit( $upload_dir['basedir'] ) . 'wp-security-audit-log/404s/users/';
$uploads_url = trailingslashit( $upload_dir['baseurl'] ) . 'wp-security-audit-log/404s/users/';
/wp-security-audit-log/classes/Sensors/LogInOut.php':
// Directory for logged in users log files.
$user_upload_dir = wp_upload_dir();
$user_upload_path = trailingslashit( $user_upload_dir['basedir'] . '/wp-security-audit-log/failed-logins/' );
if ( ! $this->CheckDirectory( $user_upload_path ) ) {
wp_mkdir_p( $user_upload_path );
}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