← Vulnerability feed

Vulnerability record · CVE-2018-9205 · published 4 April 2018

CVE-2018-9205: Drupal avatar_uploader view.php path traversal exposes files

DDrupal · Avatar Uploader

The avatar_uploader module for Drupal (v7.x-1.0-beta8) contains a path traversal flaw in view.php, which neither verifies the user nor sanitizes the file path. An unauthenticated remote attacker can supply a crafted path to read files outside the intended directory. This matters because it exposes arbitrary files on the server without any login.

7.5 CVSS 3.0 High EPSS 55% · top 1.0% CWE-22 · Path traversal
7.5CVSS 3.0 base score, v2 5.0
55%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

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

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: medium.

high priorityUnauthenticated remote file read with public exploit code and very high EPSS, though no KEV listing or confirmed in-the-wild use is present.

What it is

The avatar_uploader module for Drupal (v7.x-1.0-beta8) contains a path traversal flaw in view.php, which neither verifies the user nor sanitizes the file path. An unauthenticated remote attacker can supply a crafted path to read files outside the intended directory. This matters because it exposes arbitrary files on the server without any login.

Impact

An attacker gains read access to files on the web server, potentially including configuration files, credentials, or other sensitive data. There is no write or code execution impact per the CVSS vector, which is confidentiality-only.

Attack surface

Reachable over the network through the view.php endpoint of the avatar_uploader module; the CVSS vector shows no privileges required and no user interaction. No authentication is needed to send the malicious path.

Exploitation

Public exploit code is referenced (Exploit-DB 44501 and a VAPID Labs advisory), and EPSS is 0.55079 (98.98th percentile), indicating a high likelihood of exploitation activity. The CVE is not listed in CISA KEV, so no confirmed in-the-wild use is documented in this record.

What to do

  • Update the avatar_uploader module to a fixed release; check the Drupal project page and issue 2957966 for the patched version.
  • If no fixed version is available, disable or uninstall the avatar_uploader module.
  • Restrict access to view.php and the module's endpoints at the web server or WAF level.
  • Run the Drupal site with least-privilege file permissions so traversal reads expose as little as possible.
  • Monitor Drupal security advisories for this module for further updates.

Detection

  • Search web server logs for requests to avatar_uploader view.php containing traversal sequences such as ../ or encoded variants.
  • Alert on unusual file paths or absolute paths passed as parameters to view.php.
  • Review outbound or error responses for file contents that should not be served.
  • Correlate requests to the module with unexpected reads of configuration or credential files.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2018-9205 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-93616Checkpoint multi-domain security management path traversal vulnerabilityA directory traversal and file upload vulnerability allows an unauthenticated attacker to upload and execute arbitrary scripts on Check Point Managem…KEVEPSS 20%10.0CVE-2026-85706GitLab CE/EE repository commits API path traversal allows unauthenticated file readGitLab CE/EE contains improper path confinement and missing authentication enforcement in the repository commits API, allowing an unauthenticated use…KEVEPSS 91%analysed5.3CVE-2026-66384JFrog Artifactory path traversal in Docker cache pathAn authenticated user can write data outside the intended Docker cache path under specific remote-repository conditions in JFrog Artifactory. The fla…KEVEPSS 0.66%analysed9.8CVE-2026-59310VMware vCenter Syslog server path traversal leads to RCEVMware vCenter's Syslog server is affected by a directory traversal flaw (CWE-22) that allows a remote, unauthenticated attacker to execute arbitrary…KEVEPSS 2.6%analysed10.0CVE-2026-48282Adobe ColdFusion path traversal leads to remote code executionColdFusion versions 2025.9, 2023.20 and earlier contain a path traversal flaw (CWE-22) that allows an unauthenticated remote attacker to reach files …KEVEPSS 42%analysed10.0CVE-2026-34909UniFi OS path traversal allows unauthenticated file accessUniFi OS devices contain a path traversal flaw (CWE-22) that lets a network-reachable attacker read files on the underlying system. Because the expos…KEVEPSS 1.8%analysed6.5CVE-2026-20262Cisco Catalyst SD-WAN Manager path traversal in file uploadCisco Catalyst SD-WAN Manager (formerly vManage) fails to properly validate user-supplied input during a file upload process, allowing path traversal…KEVEPSS 28%analysed8.4CVE-2024-1708ConnectWise ScreenConnect path traversal enabling remote code executionConnectWise ScreenConnect 23.9.7 and earlier contain a path-traversal flaw (CWE-22) that can let an attacker execute remote code or reach confidentia…KEVEPSS 95%analysed

Source: NIST National Vulnerability Database (record CVE-2018-9205), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.