CVE-2024-31206
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:NSummary
CVE-2024-31206 is a high-severity Channel Accessible by Non-Endpoint (CWE-300) vulnerability. Its CVSS base score is 8.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Adversary-in-the-Middle (T1557); ranked at the 26th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to IA-3 (Device Identification and Authentication) and SC-11 (Trusted Path) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-1122
Vulnerability Data
dectalk-tts is a Node package to interact with the aeiou Dectalk web API. In `dectalk-tts@1.0.0`, network requests to the third-party API are sent over HTTP, which is unencrypted. Unencrypted traffic can be easily intercepted and modified by attackers. Anyone who…
more
uses the package could be the victim of a man-in-the-middle (MITM) attack. The network request was upgraded to HTTPS in version `1.0.1`. There are no workarounds, but some precautions include not sending any sensitive information and carefully verifying the API response before saving it.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 5 hardening rules · 2 OS baselines
V12.3.5V3.4.5V14.2.1
Mitigating Controls (NIST 800-53 r5) AI
IA-3 mandates device identification and authentication prior to establishing communications, addressing the non-endpoint actor risk.
SC-23 enforces session authenticity protections that verify both endpoints and prevent channel manipulation by outsiders.
SC-8 directly requires protecting confidentiality of transmitted information, which structurally eliminates cleartext transmission of sensitive data.
SC-11 provides an isolated trusted path that cryptographically or physically assures the identities of the two endpoints.
AC-17 requires documented usage restrictions and secure configuration for remote access channels, reducing exposure to non-endpoint actors.
IA-2 requires unique identification and authentication of organizational users before any channel use, blocking unauthenticated endpoint access.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Encryption of data-in-transit directly prevents cleartext transmission while the control also addresses integrity and availability.
Enforces authentication of endpoints, mitigating non-endpoint access but not channel integrity itself.
Secure SDLC practices directly prevent embedding sensitive data in query strings as part of input-handling and data-flow design.
Supports verification of identity assertions exchanged over the channel.
Reduces unauthorized network access that could exploit an unprotected channel.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Specifying encryption and other security technology for network services prevents transmission of sensitive information in cleartext over potentially untrusted channels.
Cryptography provides channel integrity and can support endpoint authentication.
Security testing can detect sensitive data leakage via query strings.
Secure authentication mechanisms verify actor identity at both ends of the channel.
Information transfer policies address secure exchange but are high-level and not technical.
Specifying communications-security requirements and secure remote-access methods (including encryption expectations) prevents the transmission of sensitive data in cleartext over home or public networks.
Hardening callouts derived
Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).
Oracle Linux 8 (4 rules)
- V-248574 YUM must be configured to prevent the installation of patches, service packs, device drivers, or OL 8 system components that have not been digitally signed using a certificate that is recognized and approved by the organization. prevents CWE-300
- V-248823 OL 8 must not have the telnet-server package installed. prevents CWE-300
- V-248827 OL 8 must not have the rsh-server package installed. prevents CWE-300
Oracle Linux 9 (1 rule)
- V-271462 OL 9 must not have a File Transfer Protocol (FTP) server package installed. prevents CWE-300