Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability was discovered in Apache NuttX RTOS apps/exapmles/xmlrpc application. In this example application device stats structure that stored remotely provided parameters had hardcoded buffer size which could lead to buffer overflow. Structure members buffers were updated to valid size of CONFIG_XMLRPC_STRINGSIZE+1.
This issue affects Apache NuttX RTOS users that may have used or base their code on example application as presented in releases from 6.22 before 12.9.0.
Users of XMLRPC in Apache NuttX RTOS are advised to review their code
for this pattern and update buffer sizes as presented in the version of
the example in release 12.9.0.
References
Configurations
No configuration.
History
16 Jun 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
16 Jun 2025, 12:32
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
16 Jun 2025, 11:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-06-16 11:15
Updated : 2025-06-16 17:15
NVD link : CVE-2025-47869
Mitre link : CVE-2025-47869
CVE.ORG link : CVE-2025-47869
JSON object : View
Products Affected
No product.
CWE
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer