Cyber Resilience

CVE-2024-29155

Published
16 October 2024
Modified
15 April 2026
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0023 14th percentile
Risk Priority 35 floored blend · peak EPSS

CVSS and EPSS are reproduced from their sources (NVD, FIRST EPSS). Risk Priority is our own derived reading, not an NVD score.

Summary

CVE-2024-29155 is a medium-severity Failure to Handle Incomplete Element (CWE-239) vulnerability in Microchip RN4870 (inferred from references). Its CVSS base score is 4.3 (Medium).

Operationally, ranked at the 14th 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 SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

On Microchip RN4870 devices, when more than one consecutive PairReqNoInputNoOutput request is received, the device becomes incapable of completing the pairing process. A third party can inject a second PairReqNoInputNoOutput request just after a real one, causing the pair request…

more

to be blocked.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-41724Shared CWE-239

Affected Assets

Microchip
RN4870
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly enforces completeness checks on supplied elements before they are accepted for processing.

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.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require robust input validation and error handling for incomplete or malformed elements.

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.

finds

Security testing can detect incomplete-element handling but does not itself prevent the weakness in production code.

prevents

Secure development lifecycle requires input validation and completeness checks that reduce incomplete-element handling failures.

prevents

Application security requirements can mandate handling of incomplete or malformed inputs, mitigating this weakness.

prevents

Secure coding standards typically include rules for validating element completeness, directly addressing CWE-239.

References