cisco-ucm-uds-api-username-enumeration

Added a YAML nuclei file for 'Cisco Unified Call Manager (CUCM) User Data Services Username Enumeration API  - Unauthenticated'
patch-1
Manas Bellani 2022-03-03 09:32:18 +11:00 committed by GitHub
parent 740fe2a6f9
commit 0378f926af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: cisco-ucm-uds-api-username-enumeration
info:
name: Cisco Unified Call Manager (CUCM) User Data Services Username Enumeration API - Unauthenticated
author: manasmbellani
severity: medium
reference:
- https://www.n00py.io/2022/01/unauthenticated-dumping-of-usernames-via-cisco-unified-call-manager-cucm/
tags: exposure,cisco,cucm
requests:
- method: GET
path:
- "{{BaseURL}}/cucm-uds/users"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '<userName>'
- '<lastName>'
- '<phoneNumber>'
condition: and
- type: dsl
dsl:
- contains(tolower(content_type), 'application/xml')
- contains(tolower(content_type), 'text/xml')
part: header
condition: or