CVE-2021-39433
published 2021-10-04CVE-2021-39433: A local file inclusion (LFI) vulnerability exists in version BIQS IT Biqs-drive v1.83 and below when sending a specific payload as the file parameter to…
PriorityP356high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
8.45%
94.3th percentile
A local file inclusion (LFI) vulnerability exists in version BIQS IT Biqs-drive v1.83 and below when sending a specific payload as the file parameter to download/index.php. This allows the attacker to read arbitrary files from the server with the permissions of the configured web-user.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| biqs | biqsdrive | <= 1.83 | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Look for GET requests to /download/index.php with a 'file' parameter containing path traversal sequences (e.g., '../') targeting sensitive files such as /etc/passwd. ↗
- →A successful LFI exploitation response will return HTTP 200 and contain the pattern 'root:.*:0:0:' in the body, indicating /etc/passwd content was disclosed. ↗
- →The attack requires no authentication (PR:N, UI:N per CVSS), so unauthenticated GET requests with traversal payloads to /download/index.php should be flagged. ↗
- ·Vulnerability affects BIQS IT Biqs-drive v1.83 and below only; v1.84+ is patched. ↗
- ·File read is limited to the permissions of the configured web-user, not necessarily root-level access. ↗
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/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
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
BIQS IT Biqs-drive v1.83 Local File Inclusion
nuclei·CVSS 7.5
CVE-2021-39433 [HIGH] BIQS IT Biqs-drive v1.83 Local File Inclusion
BIQS IT Biqs-drive v1.83 Local File Inclusion
A local file inclusion vulnerability exists in version BIQS IT Biqs-drive v1.83 and below when sending a specific payload as the file parameter to download/index.php. This allows the attacker to read arbitrary files from the server with the permissions of the configured web-user.
Template:
id: CVE-2021-39433
info:
name: BIQS IT Biqs-drive v1.83 Local File Inclusion
author: Veshraj
severity: high
description: A local file inclusion vulnerability exists in version BIQS IT Biqs-drive v1.83 and below when sending a specific payload as the file parameter to download/index.php. This allows the attacker to read arbitrary files from the server with the permissions of the configured web-user.
impact: |
Successful exploitation of this vulnerability c
2021-10-04
Published