-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
658d741
commit d72cbcd
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
id: CVE-2023-43261 | ||
|
||
info: | ||
name: Milesight Industrial Cellular Routers - Information Disclosure | ||
author: ritikchaddha | ||
severity: high | ||
description: | | ||
A critical security vulnerability has been identified in Milesight Industrial Cellular Routers, compromising the security of sensitive credentials and permitting unauthorized access. This vulnerability stems from a misconfiguration that results in directory listing being enabled on the router systems, rendering log files publicly accessible. These log files, while containing sensitive information such as admin and other user passwords (encrypted as a security measure), can be exploited by attackers via the router's web interface. | ||
reference: | ||
- https://github.com/win3zz/CVE-2023-43261 | ||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-43261 | ||
classification: | ||
cve-id: CVE-2023-43261 | ||
metadata: | ||
max-request: 1 | ||
verified: true | ||
shodan-query: http.html:rt_title | ||
tags: cve,cve2023,,milesight,log,exposure | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- '{{BaseURL}}/lang/log/httpd.log' | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: body | ||
words: | ||
- 'username":' | ||
- 'password":' | ||
- 'model":' | ||
- 'Loggined in' | ||
condition: and | ||
|
||
- type: word | ||
part: header | ||
words: | ||
- 'text/plain' | ||
|
||
- type: status | ||
status: | ||
- 200 |