CVE-2020-27467
published 2022-02-24CVE-2020-27467: A Directory Traversal vulnerability exits in Processwire CMS before 2.7.1 via the download parameter to index.php.
PriorityP260high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
15.74%
96.5th percentile
A Directory Traversal vulnerability exits in Processwire CMS before 2.7.1 via the download parameter to index.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| processwire | processwire | >= 2.0.0 < 2.7.1 | 2.7.1 |
Detection & IOCsextracted from sources · hover to see the quote
- →Look for GET requests to index.php with a 'download' parameter containing path traversal sequences (e.g., /etc/passwd or relative traversal strings). ↗
- →Match HTTP 200 responses containing the regex pattern 'root:[x*]:0:0' to confirm successful /etc/passwd disclosure via the download parameter. ↗
- →Fingerprint exposed Processwire CMS instances using Shodan query 'http.html:"processwire"' or FOFA query 'body="processwire"' to identify potentially vulnerable targets. ↗
- ·The vulnerability affects Processwire CMS versions prior to 2.7.1 only; versions 2.7.1 and later are not affected. ↗
- ·Exploitation requires no authentication (PR:N, UI:N), making this remotely exploitable by unauthenticated attackers. ↗
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.07.8HIGHAV:N/AC:L/Au:N/C:C/I:N/A:N
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.
No detection rules found.
Nuclei
Processwire CMS <2.7.1 - Local File Inclusion
nuclei·CVSS 7.5
CVE-2020-27467 [HIGH] Processwire CMS <2.7.1 - Local File Inclusion
Processwire CMS <2.7.1 - Local File Inclusion
Processwire CMS prior to 2.7.1 is vulnerable to local file inclusion because it allows a remote attacker to retrieve sensitive files via the download parameter to index.php.
Template:
id: CVE-2020-27467
info:
name: Processwire CMS <2.7.1 - Local File Inclusion
author: 0x_Akoko
severity: high
description: Processwire CMS prior to 2.7.1 is vulnerable to local file inclusion because it allows a remote attacker to retrieve sensitive files via the download parameter to index.php.
impact: |
An attacker can exploit this vulnerability to read sensitive files, execute arbitrary code, or gain unauthorized access to the system.
remediation: |
Upgrade Processwire CMS to version 2.7.1 or later to fix the Local File Inclusion vulnerability.
reference:
-
No writeups or analysis indexed.
2022-02-24
Published