cbcvebase.
CVE-2018-9205
published 2018-04-04

CVE-2018-9205: Vulnerability in avatar_uploader v7.x-1.0-beta8 , The code in view.php doesn't verify users or sanitize the file path.

PriorityP179high7.5CVSS 3.0
AVNACLPRNUINSUCHINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
56.92%
98.9th percentile
Vulnerability in avatar_uploader v7.x-1.0-beta8 , The code in view.php doesn't verify users or sanitize the file path.

Affected

2 ranges
VendorProductVersion rangeFixed in
drupalavatar_uploader
robbin_zhaoavatar_uploader>= unspecified < 7.x-1.0-beta87.x-1.0-beta8

Detection & IOCsextracted from sources · hover to see the quote

path/sites/all/modules/avatar_uploader/lib/demo/view.php
url{{BaseURL}}/sites/all/modules/avatar_uploader/lib/demo/view.php?file=../../../../../../../../../../../etc/passwd
  • Look for unauthenticated GET requests to view.php with a 'file' parameter containing path traversal sequences (e.g., '../') targeting the avatar_uploader module path.
  • The vulnerable code directly passes the user-supplied 'file' GET parameter into file_get_contents() with no sanitization or authentication check, enabling arbitrary file read.
  • A successful exploitation response will return HTTP 200 and contain /etc/passwd content matching the pattern 'root:.*:0:0:'.
  • Shodan query 'http.component:"drupal"' can be used to identify potentially exposed Drupal instances for proactive scanning.
  • ·The vulnerability exists specifically in the demo component of the module (lib/demo/view.php), which should not be present in production deployments. Verify whether the demo directory is exposed on the target.
  • ·Exploitation requires no authentication whatsoever — any unauthenticated remote user can trigger the LFI.

CVSS provenance

nvdv3.07.5HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
vulncheck7.5HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.