CVE-2024-31206:
dectalk-tts Uses Unencrypted HTTP Request
8.2
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/4/2024
Updated
4/5/2024
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
dectalk-tts | npm | = 1.0.0 | 1.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the URL construction in the dectalk function where 'http://tts.cyzon.us/tts' was hardcoded. This is explicitly shown in the commit diff changing the protocol to HTTPS. As this function handles all API communication, its unencrypted request handling directly enables the MITM vulnerability. The function's role in request transmission and the targeted patch confirm its vulnerability.