CVE-2024-43686
Published: 04 October 2024
Summary
CVE-2024-43686 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Microchip Timeprovider 4100 Firmware. Its CVSS base score is 5.4 (Medium).
Operationally, ranked in the top 6.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-43686 is a reflected cross-site scripting vulnerability arising from improper neutralization of input during web page generation in the data plot modules of the Microchip TimeProvider 4100 grandmaster clock. The flaw affects versions 1.0 up to but not including 2.4.7 and carries a CVSS 4.0 score of 5.4.
An authenticated local user positioned on the same network segment can supply a crafted URL that, when clicked by another authenticated user, executes arbitrary script in the victim's browser session. Successful exploitation can lead to theft of session tokens or other sensitive data displayed within the device's web interface.
Microchip's advisory and the associated coordinated disclosure from Gruppo TIM both direct customers to upgrade to firmware version 2.4.7 or later; no work-arounds are documented.
The EPSS score for this CVE rose from a low baseline to a peak of 0.1411, indicating measurable post-disclosure exploitation interest.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-40422
Vulnerability details
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Microchip TimeProvider 4100 (data plot modules) allows Reflected XSS.This issue affects TimeProvider 4100: from 1.0 before 2.4.7.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.