CVE-2023-41763
published 2023-10-10CVE-2023-41763: Skype for Business Elevation of Privilege Vulnerability
PriorityP180medium5.3CVSS 3.1
AVNACLPRNUINSUCLINAN
KEVITWEXPLOIT
CISA Known Exploited Vulnerabilitydue 2023-10-31
Exploited in the wild
EPSS
90.35%
99.8th percentile
Skype for Business Elevation of Privilege Vulnerability
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| microsoft | skype_for_business_server | — | — |
| microsoft | skype_for_business_server | — | — |
| microsoft | skype_for_business_server_2015_cu13 | >= 9319.0 < 6.0.9319.869 | 6.0.9319.869 |
| microsoft | skype_for_business_server_2019_cu7 | >= 2046.0 < 7.0.246.530 | 7.0.246.530 |
| msrc | skype_for_business_server_2015_cu13 | — | — |
| msrc | skype_for_business_server_2019_cu7 | — | — |
Detection & IOCsextracted from sources · hover to see the quote
uaLCS-Server
otherApplication/vnd.microsoft.lync.meeting+xml
snort
alert http $HTTP_SERVERS any -> any any (msg:"ET WEB_SPECIFIC_APPS Possible Skype for Business SSRF Attempt (CVE-2023-41763)"; flow:established,to_server; http.method; content:"GET"; http.accept; content:"Application/vnd.microsoft.lync.meeting+xml"; http.user_agent; content:"LCS-Server"; fast_pattern; reference:url,frycos.github.io/vulns4free/2022/09/26/skype-audit-part2.html; reference:cve,2023-41763; classtype:web-application-attack; sid:2048538; rev:2; metadata:affected_product Skype_For_Business, attack_target Web_Server, created_at 2023_10_11, cve CVE_2023_41763, deployment Internal, deployment SSLDecrypt, performance_impact Low, confidence Low, signature_severity Minor, tag CISA_KEV, updated_at 2024_03_17, reviewed_at 2024_10_02;)
- →The vulnerable endpoint is /lwa/Webpages/LwaClient.aspx; monitor for GET requests to this path with a base64-encoded 'meeturl' parameter, which is the attack vector for the SSRF. ↗
- →Exploit traffic can be identified by the combination of HTTP GET method, Accept header containing 'Application/vnd.microsoft.lync.meeting+xml', and User-Agent containing 'LCS-Server'.
- →Shodan/FOFA queries can identify exposed Skype for Business servers as potential targets: search for html containing 'Skype for Business'. ↗
- →Successful exploitation causes the Skype for Business server to make outbound HTTP requests to attacker-controlled or internal addresses; monitor for unexpected outbound HTTP connections originating from the SfB server process, especially to internal RFC1918 addresses. ↗
- →The vulnerability is pre-authentication (no credentials required); any unauthenticated GET request to LwaClient.aspx with a meeturl parameter should be treated as suspicious. ↗
- →DNS interaction/callback detection (OOB) is a reliable confirmation method for exploitation; monitor for DNS lookups from the SfB server to external domains shortly after requests to LwaClient.aspx. ↗
- ·The Emergent Threats (ET) Snort rule (sid:2048538) is marked with 'confidence Low' and 'signature_severity Minor', meaning it may produce false positives and should be tuned before use in blocking mode. ↗
- ·The ET rule requires SSL/TLS decryption to be effective against HTTPS traffic, as indicated by the 'deployment SSLDecrypt' metadata tag. ↗
- ·The Nuclei template uses out-of-band (interactsh) DNS callback for confirmation; blind SSRF may not produce a visible response in the HTTP body, so passive/inline detection relying solely on response content may miss exploitation. ↗
CVSS provenance
nvdv3.15.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
vulncheck5.3MEDIUM
cisa5.3MEDIUM
vendor_msrc5.3MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
CISA
Microsoft Skype for Business Privilege Escalation Vulnerability
cisa·2023-10-10·CVSS 5.3
CVE-2023-41763 [MEDIUM] CWE-918 Microsoft Skype for Business Privilege Escalation Vulnerability
Vulnerability: Microsoft Skype for Business Privilege Escalation Vulnerability
Affected: Microsoft Skype for Business
Microsoft Skype for Business contains an unspecified vulnerability that allows for privilege escalation.
Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.
Notes: https://msrc.microsoft.com/update-guide/en-US/vulnerability/CVE-2023-41763; https://nvd.nist.gov/vuln/detail/CVE-2023-41763
Remediation Due Date: 2023-10-31
Microsoft
Skype for Business Elevation of Privilege Vulnerability
vendor_msrc·2023-10-10·CVSS 5.3
CVE-2023-41763 [MEDIUM] CWE-918 Skype for Business Elevation of Privilege Vulnerability
Skype for Business Elevation of Privilege Vulnerability
FAQ: How could an attacker exploit this vulnerability?
An attacker could make a specially crafted network call to the target Skype for Business server, which could cause the parsing of an http request made to an arbitrary address. This could disclose IP addresses or port numbers or both to the attacker.
FAQ: According to the CVSS metrics, successful exploitation of this vulnerability could lead to some loss of confidentiality (C:L) but have no effect on integrity (I:N) or on availability (A:N). What does that mean for this vulnerability?
An attacker who successfully exploited the vulnerability could view some sensitive information (Confidentiality) but not all resources within the impacted component may be divulged to the attacker.
GHSA
GHSA-7997-4r78-h34m: Skype for Business Elevation of Privilege Vulnerability
ghsa_unreviewed·2023-10-10
CVE-2023-41763 [MEDIUM] CWE-918 GHSA-7997-4r78-h34m: Skype for Business Elevation of Privilege Vulnerability
Skype for Business Elevation of Privilege Vulnerability
VulnCheck
Microsoft Skype for Business Privilege Escalation Vulnerability
vulncheck·2023·CVSS 5.3
CVE-2023-41763 [MEDIUM] CWE-918 Microsoft Skype for Business Privilege Escalation Vulnerability
Microsoft Skype for Business Privilege Escalation Vulnerability
Microsoft Skype for Business contains an unspecified vulnerability that allows for privilege escalation.
Affected: Microsoft Skype for Business
Required Action: Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.
Exploitation References: https://api.msrc.microsoft.com/cvrf/v3.0/cvrf/2023-Oct; https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json
Remediation Due: 2023-10-31
Suricata
ET WEB_SPECIFIC_APPS Possible Skype for Business SSRF Attempt (CVE-2023-41763)
suricata·2023-10-11·CVSS 5.3
CVE-2023-41763 [MEDIUM] ET WEB_SPECIFIC_APPS Possible Skype for Business SSRF Attempt (CVE-2023-41763)
ET WEB_SPECIFIC_APPS Possible Skype for Business SSRF Attempt (CVE-2023-41763)
Rule: alert http $HTTP_SERVERS any -> any any (msg:"ET WEB_SPECIFIC_APPS Possible Skype for Business SSRF Attempt (CVE-2023-41763)"; flow:established,to_server; http.method; content:"GET"; http.accept; content:"Application/vnd.microsoft.lync.meeting+xml"; http.user_agent; content:"LCS-Server"; fast_pattern; reference:url,frycos.github.io/vulns4free/2022/09/26/skype-audit-part2.html; reference:cve,2023-41763; classtype:web-application-attack; sid:2048538; rev:2; metadata:affected_product Skype_For_Business, attack_target Web_Server, created_at 2023_10_11, cve CVE_2023_41763, deployment Internal, deployment SSLDecrypt, performance_impact Low, confidence Low, signature_severity Minor, tag CISA_KEV, updated_at 2024
Nuclei
Skype for Business 2019 (SfB) - Blind Server-side Request Forgery
nuclei·CVSS 5.3
CVE-2023-41763 [MEDIUM] Skype for Business 2019 (SfB) - Blind Server-side Request Forgery
Skype for Business 2019 (SfB) - Blind Server-side Request Forgery
Skype Pre-Auth Server-side Request Forgery (SSRF) vulnerability
Template:
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
impact: |
Unauthenticated attackers can exploit blind SSRF vulnerabilities through the meeturl parameter to make the Skype for Business server probe internal network resources, potentially discovering internal services and infrastructure topology.
remediation: |
Apply Microsoft security patches for Skype for Business Server 2015 and 2019 that validate and restrict URL parameters in the LwaClient.aspx endpoint.
reference:
- https://frycos.git
Checkpoint
16th October – Threat Intelligence Report
blogs_checkpoint·2023-10-16
CVE-2023-38545 16th October – Threat Intelligence Report
Latest Publications
CPR Podcast Channel
AI Research
Web 3.0 Security
Intelligence Reports
ThreatCloud AI
Threat Intelligence & Research
Zero Day Protection
Sandblast File Analysis
About Us
SUBSCRIBE
2026
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
## 16th October – Threat Intelligence Report
For the latest discoveries in cyber research for the week of 9th October, please download our Threat_Intelligence Bulletin .
TOP ATTACKS AND BREACHES
LockBit ransomware gang has claimed responsibility for an alleged attack on the multibillion-dollar IT products and services reseller CDW. The gang has demanded $80M ransom and threatened to release stolen data, said to include employee badges, audits, commission payout data and more. The company has isolated the affected
Talos
Microsoft patches 12 critical vulnerabilities, nine of which are in Layer 2 Tunneling Protocol
blogs_talos·2023-10-11·CVSS 9.1
CVE-2023-36563 [CRITICAL] Microsoft patches 12 critical vulnerabilities, nine of which are in Layer 2 Tunneling Protocol
Microsoft disclosed 104 vulnerabilities in its extensive range of software and services, the most in a single Patch Tuesday since July.
What is most notable is that this batch of vulnerabilities includes 12 that are considered “critical,” nine of which are remote code execution vulnerabilities in the Layer 2 Tunneling Protocol.
Two other vulnerabilities that Microsoft is fixing Tuesday — CVE-2023-36563 in Microsoft WordPad and CVE-2023-41763 in the Skype communication platform — have already been publicly exploited in the wild and have proof-of-concept code available, making it more likely that attackers will try to exploit unpatched versions of these pieces of software. However, these issues are only considered “important.”
The nine Layer 2 Tunneling Protocol vulnerabilities all requir
Talos
Microsoft patches 12 critical vulnerabilities, nine of which are in Layer 2 Tunneling Protocol
blogs_talos·2023-10-11·CVSS 9.1
[CRITICAL] Microsoft patches 12 critical vulnerabilities, nine of which are in Layer 2 Tunneling Protocol
## Microsoft patches 12 critical vulnerabilities, nine of which are in Layer 2 Tunneling Protocol
Microsoft disclosed 104 vulnerabilities in its extensive range of software and services, the most in a single Patch Tuesday since July.
What is most notable is that this batch of vulnerabilities includes 12 that are considered “critical,” nine of which are remote code execution vulnerabilities in the Layer 2 Tunneling Protocol.
Two other vulnerabilities that Microsoft is fixing Tuesday — CVE-2023-36563 in Microsoft WordPad and CVE-2023-41763 in the Skype communication platform — have already been publicly exploited in the wild and have proof-of-concept code available, making it more likely that attackers will try to exploit unpatched versions of these pieces of software. However, these issu
Qualys
Qualys Review: Microsoft and Adobe Security Patches October 2023 | Qualys
blogs_qualys·2023-10-10
Qualys Review: Microsoft and Adobe Security Patches October 2023 | Qualys
#### Table of Contents
- Microsoft Patch Tuesday for October 2023
- Adobe Patches for October 2023
- Zero-day Vulnerability Patched in October Patch Tuesday Edition
- Other Critical Severity Vulnerabilities Patched in October Patch Tuesday Edition
- Other Microsoft Vulnerability Highlights
- Microsoft Release Summary
- Discover and Prioritize Vulnerabilities in Vulnerability Management, Detection & Response (VMDR)
- Rapid Response with Patch Management (PM)
- EVALUATE Vendor-Suggested Mitigation with Policy Compliance (PC)
- EXECUTE Mitigation Using Qualys Custom Assessment and Remediation (CAR)
- Qualys Monthly Webinar Series
Microsoft released its October edition of Patch Tuesday! In this month’s updates, Microsoft has addressed 105 vulnerabilities in different products, features, and
Trendmicro
The October 2023 Security Update Review
blogs_trendmicro·2023-10-10
The October 2023 Security Update Review
# The October 2023 Security Update Review
Get the October 2023 security update and review.
By: Dustin Childs
2023/10/10
Read time: ( words)
Save to Folio
Twenty years ago this month, Microsoft introduced the concept of “Patch Tuesday” – although the marketing folks wanted it called “Update Tuesday” (they didn’t like the word “patch”). Over the years, more companies joined the Patch Tuesday bandwagon. Here we are 20 years later, still talking about the latest security releases from Adobe and Microsoft. Pop some champagne to celebrate and join us as we review the details of the latest advisories from Adobe and Microsoft. If you’d rather watch the video recap, you can check it out here.
Adobe Patches for October 2023
For October, Adobe released three bulletins addressing 13 CVEs in Ado
Bleepingcomputer
Microsoft October 2023 Patch Tuesday fixes 3 zero-days, 104 flaws
blogs_bleepingcomputer·2023-10-10·CVSS 5.3
CVE-2023-5346 [MEDIUM] Microsoft October 2023 Patch Tuesday fixes 3 zero-days, 104 flaws
## Microsoft October 2023 Patch Tuesday fixes 3 zero-days, 104 flaws
## Lawrence Abrams
26 Elevation of Privilege Vulnerabilities
3 Security Feature Bypass Vulnerabilities
45 Remote Code Execution Vulnerabilities
12 Information Disclosure Vulnerabilities
17 Denial of Service Vulnerabilities
1 Spoofing Vulnerabilities
The total count of 104 flaws does not include one Chromium vulnerability tracked as CVE-2023-5346, which was fixed by Google on October 3rd and ported to Microsoft Edge.
To learn more about the non-security updates released today, you can review our dedicated articles on the new Windows 11 KB5031354 cumulative update and Windows 10 KB5031356 cumulative update .
## Three actively exploited zero-day vulnerabilities
This month's Patch Tuesday fixes three zero-day vulne
Trendmicro
The October 2023 Security Update Review
blogs_trendmicro·2023-10-10·CVSS 6.5
[MEDIUM] The October 2023 Security Update Review
## The October 2023 Security Update Review
Get the October 2023 security update and review.
By: Dustin Childs Oct 10, 2023 Read time: ( words)
Save to Folio
Twenty years ago this month, Microsoft introduced the concept of “Patch Tuesday” – although the marketing folks wanted it called “Update Tuesday” (they didn’t like the word “patch”). Over the years, more companies joined the Patch Tuesday bandwagon. Here we are 20 years later, still talking about the latest security releases from Adobe and Microsoft. Pop some champagne to celebrate and join us as we review the details of the latest advisories from Adobe and Microsoft. If you’d rather watch the video recap, you can check it out here.
CVE
Title
Severity
CVSS
Public
Exploited
Type
CVE-2023-36563
Microsoft WordPad Information
Krebs
Patch Tuesday, October 2023 Edition
blogs_krebs·2023-10-10·CVSS 4.4
CVE-2023-42724 [MEDIUM] Patch Tuesday, October 2023 Edition
Microsoft today issued security updates for more than 100 newly-discovered vulnerabilities in its Windows operating system and related software, including four flaws that are already being exploited. In addition, Apple recently released emergency updates to quash a pair of zero-day bugs in iOS.
Apple last week shipped emergency updates in iOS 17.0.3 and iPadOS 17.0.3 in response to active attacks. The patch fixes CVE-2023-42724, which attackers have been using in targeted attacks to elevate their access on a local device.
Apple said it also patched CVE-2023-5217, which is not listed as a zero-day bug. However, as Bleeping Computer pointed out, this flaw is caused by a weakness in the open-source “libvpx” video codec library, which was previously patched as a zero-day flaw by Google in th
Krebs
Patch Tuesday, October 2023 Edition
blogs_krebs·2023-10-10·CVSS 4.4
CVE-2023-42724 [MEDIUM] Patch Tuesday, October 2023 Edition
Microsoft today issued security updates for more than 100 newly-discovered vulnerabilities in its Windows operating system and related software, including four flaws that are already being exploited. In addition, Apple recently released emergency updates to quash a pair of zero-day bugs in iOS .
Apple last week shipped emergency updates in iOS 17.0.3 and iPadOS 17.0.3 in response to active attacks. The patch fixes CVE-2023-42724 , which attackers have been using in targeted attacks to elevate their access on a local device.
Apple said it also patched CVE-2023-5217 , which is not listed as a zero-day bug. However, as Bleeping Computer pointed out , this flaw is caused by a weakness in the open-source “ libvpx ” video codec library, which was previously patched as a zero-day flaw by Google
Qualys
Microsoft and Adobe Patch Tuesday, October 2023 Security Update Review
blogs_qualys·2023-10-10
Microsoft and Adobe Patch Tuesday, October 2023 Security Update Review
## Table of Contents
Microsoft Patch Tuesday for October 2023
Adobe Patches for October 2023
Zero-day Vulnerability Patched in October Patch Tuesday Edition
Other Critical Severity Vulnerabilities Patched in October Patch Tuesday Edition
Other Microsoft Vulnerability Highlights
Microsoft Release Summary
Discover and Prioritize Vulnerabilities in Vulnerability Management, Detection & Response (VMDR)
Rapid Response with Patch Management (PM)
EVALUATE Vendor-Suggested Mitigation with Policy Compliance (PC)
EXECUTE Mitigation Using Qualys Custom Assessment and Remediation (CAR)
Qualys Monthly Webinar Series
Microsoft released its October edition of Patch Tuesday! In this month’s updates, Microsoft has addressed 105 vulnerabilities in different products, features, and roles. Let’s t
Trendmicro
The October 2023 Security Update Review
blogs_trendmicro·2023-10-10·CVSS 6.5
[MEDIUM] The October 2023 Security Update Review
## The October 2023 Security Update Review
Get the October 2023 security update and review.
By: Dustin Childs 2023/10/10 Read time: ( words)
Save to Folio
Twenty years ago this month, Microsoft introduced the concept of “Patch Tuesday” – although the marketing folks wanted it called “Update Tuesday” (they didn’t like the word “patch”). Over the years, more companies joined the Patch Tuesday bandwagon. Here we are 20 years later, still talking about the latest security releases from Adobe and Microsoft. Pop some champagne to celebrate and join us as we review the details of the latest advisories from Adobe and Microsoft. If you’d rather watch the video recap, you can check it out here.
CVE
Title
Severity
CVSS
Public
Exploited
Type
CVE-2023-36563
Microsoft WordPad Information Di
Tenable
Microsoft’s October 2023 Patch Tuesday Addresses 103 CVEs (CVE-2023-36563, CVE-2023-41763)
blogs_tenable·2023-10-10·CVSS 6.5
[MEDIUM] Microsoft’s October 2023 Patch Tuesday Addresses 103 CVEs (CVE-2023-36563, CVE-2023-41763)
## Cloud Exposure
Tenable Cloud Security (CNAPP) Request a demo
Tenable Cloud Vulnerability Management Request a demo
Tenable CIEM Request a demo
Secure your cloud
## Vulnerability Exposure
Tenable Vulnerability Management Try for free
Tenable Security Center Request a demo
Tenable Web App Scanning Try for free
Tenable Patch Management Request a demo
Tenable Enclave Security Request a demo
Tenable Attack Surface Management Request a demo
Tenable Nessus Try for free
## AI Exposure
Tenable AI Exposure Request a demo
## OT/IoT Exposure
Tenable OT Security Request a demo
## Identity Exposure
Tenable Identity Exposure Request a demo
## Business needs
Active Directory
AI Security Posture Management (AI-SPM)
AWS security
Azure security
Cloud Security Posture Man
Bleepingcomputer
Microsoft Exchange gets ‘better’ patch to mitigate critical bug
blogs_bleepingcomputer·2023-10-10·CVSS 9.8
CVE-2023-21709 [CRITICAL] Microsoft Exchange gets ‘better’ patch to mitigate critical bug
## Microsoft Exchange gets ‘better’ patch to mitigate critical bug
## Sergiu Gatlan
Even though Microsoft released security updates to fix the vulnerability, it also informed Exchange admins that they'd also have to remove the vulnerable Windows IIS Token Cache module manually or use this PowerShell script to ensure their servers are protected against attacks using CVE-2023-21709 exploits.
As part of this month's Patch Tuesday, Microsoft has now released a new security update (CVE-2023-36434) that fully addresses the CVE-2023-21709 flaw and doesn't require any additional steps.
"During the release of August 2023 SUs, we recommended to use a manual or scripted solution and disable the IIS Token Cache module as a way of addressing CVE-2023-21709," the Exchange Team said .
"Today, Window
Crowdstrike
October 2023 Patch Tuesday: Updates and Analysis
blogs_crowdstrike·CVSS 7.5
CVE-2026-20929 [HIGH] October 2023 Patch Tuesday: Updates and Analysis
How CrowdStrike is Accelerating Exposure Evaluation as Adversaries Gain Speed Apr 06, 2026
STARDUST CHOLLIMA Likely Compromises Axios npm Package Apr 01, 2026
Falcon for IT Supports Windows Secure Boot Certificate Lifecycle Management Apr 01, 2026
Detecting CVE-2026-20929: Kerberos Authentication Relay via CNAME Abuse Mar 31, 2026
How CrowdStrike is Accelerating Exposure Evaluation as Adversaries Gain Speed Apr 06, 2026
STARDUST CHOLLIMA Likely Compromises Axios npm Package Apr 01, 2026
Falcon for IT Supports Windows Secure Boot Certificate Lifecycle Management Apr 01, 2026
Detecting CVE-2026-20929: Kerberos Authentication Relay via CNAME Abuse Mar 31, 2026
Video Highlights the 4 Key Steps to Successful Incident Response Dec 02, 2019
Helping Non-Security Stakeholders Understand AT
Crowdstrike
October 2023 Patch Tuesday: Updates and Analysis
blogs_crowdstrike·CVSS 7.5
CVE-2026-20929 [HIGH] October 2023 Patch Tuesday: Updates and Analysis
STARDUST CHOLLIMA Likely Compromises Axios npm Package Apr 01, 2026
Falcon for IT Supports Windows Secure Boot Certificate Lifecycle Management Apr 01, 2026
Detecting CVE-2026-20929: Kerberos Authentication Relay via CNAME Abuse Mar 31, 2026
How Charlotte AI AgentWorks Fuels Security's Agentic Ecosystem Mar 25, 2026
STARDUST CHOLLIMA Likely Compromises Axios npm Package Apr 01, 2026
Falcon for IT Supports Windows Secure Boot Certificate Lifecycle Management Apr 01, 2026
Detecting CVE-2026-20929: Kerberos Authentication Relay via CNAME Abuse Mar 31, 2026
How Charlotte AI AgentWorks Fuels Security's Agentic Ecosystem Mar 25, 2026
Video Highlights the 4 Key Steps to Successful Incident Response Dec 02, 2019
Helping Non-Security Stakeholders Understand ATT&CK in 10 Minutes or Less [VI
HackerOne
CVE-2023-41763 Business Elevation of Privilege vulnerability on [.mtn.com]
hackerone·2025-02-22·CVSS 7.2
CVE-2023-41763 [HIGH] CVE-2023-41763 Business Elevation of Privilege vulnerability on [.mtn.com]
CVE-2023-41763 Business Elevation of Privilege vulnerability on [.mtn.com]
## Summary:
The Microsoft Skype for Business installation on the remote host is missing security updates. the flaw was actively exploited. Attackers could access some sensitive information but not alter or restrict access to it. The impact relates primarily to confidentiality. It is, therefore, affected by multiple vulnerabilities:
- An elevation of privilege vulnerability. An attacker can exploit this to gain elevated privileges.
(CVE-2023-41763)
- A remote code execution vulnerability. An attacker can exploit this to bypass authentication and execute unauthorized arbitrary commands. (CVE-2023-36780, CVE-2023-36786, CVE-2023-36789)
## Steps To Reproduce:
1. Navigate visit https://fec-feweb-ext.mtn.com/lwa/Webpag
2023-10-10
Published
2023-10-10
Added to CISA KEV
Exploited in the wild