CVE-2024-32388
Kerlink Keros 5.0 – 5.12
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:NSummary
CVE-2024-32388 is a medium-severity Resource Leak (CWE-402) vulnerability in Kerlink Keros. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique ARP Cache Poisoning (T1557.002); ranked in the top 35% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to AC-17 (Remote Access) and AC-3 (Access Enforcement) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-30206
Vulnerability Data
Due to a firewall misconfiguration, Kerlink devices running KerOS prior to 5.12 incorrectly accept specially crafted UDP packets. This allows an attacker to bypass the firewall and access UDP-based services that would otherwise be protected.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 2 hardening rules · 2 OS baselines
V3.5.8V3.5.3V10.6.2V15.2.4
Mitigating Controls (NIST 800-53 r5) AI
Explicitly enforces information-flow rules that block private resources from reaching unauthorized external spheres.
IA-3 requires unique identification and authentication of devices before any communication channel is established, directly stopping acceptance of unverified origins.
AC-17 mandates documented restrictions and authentication requirements for remote access, blocking channels whose origins are not properly verified.
Enforces approved authorizations so private resources cannot be transmitted outside their intended sphere.
SC-23 protects session authenticity, ensuring the source of an established communication channel is verified and cannot be spoofed.
Boundary controls monitor and restrict communications that would otherwise leak private resources.
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.
Authentication of users/services/hardware directly enforces source verification for communication channels.
Verifying identity assertions prevents spoofed channel origins but does not cover all channel-establishment scenarios.
Enforcing least-privilege access permissions directly prevents private resources from being exposed outside their intended sphere.
Logical segmentation and unauthorized-access protections stop resources from leaking into untrusted domains.
Encryption of data-at-rest reduces the value of any leaked resource but does not address the transmission flaw itself.
Protecting data-in-transit mitigates exposure during movement yet does not prevent the underlying boundary violation.
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.
Information-access-restriction directly prevents private resources from being exposed beyond intended boundaries.
Access-control mechanisms limit who can receive resources that should remain internal.
Managing access rights helps ensure resources are not granted to untrusted parties.
Data-leakage-prevention technologies specifically block unintended transmission of sensitive resources.
Secure authentication mechanisms verify the identity and origin of communication channel initiators.
Information-transfer rules can prevent unintended disclosure of private resources outside the product.
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 (1 rule)
- V-248579 OL 8 must restrict access to the kernel message buffer. prevents CWE-402
Oracle Linux 9 (1 rule)
- V-271745 OL 9 must restrict access to the kernel message buffer. prevents CWE-402