Description
A weakness has been identified in RT-Thread up to 5.0.2. This affects the function sys_getaddrinfo of the file components/lwp/lwp_syscall.c. Executing a manipulation of the argument ai_addr can lead to memory corruption. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. The pull request to fix this issue awaits acceptance.
Published: 2026-07-03
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw exists in the sys_getaddrinfo function implemented in the lwp_syscall.c file of RT-Thread firmware. An attacker can manipulate the ai_addr argument to cause a buffer overflow that corrupts memory beyond its intended bounds. The CVE record does not describe direct code execution, but the resulting memory corruption can disrupt system operation, potentially destabilizing the device or yielding further compromise in a broader attack chain.

Affected Systems

Devices that run RT-Thread version 5.0.2 or earlier are affected, as the unpatched sys_getaddrinfo routine resides in the firmware binary of all such builds. The vulnerability is present regardless of network exposure because the flaw is triggered by local manipulation of the function's arguments.

Risk and Exploitability

The CVSS score of 6.8 places the issue in the medium severity range, while an EPSS score of less than 1% indicates a low probability of exploitation in the wild. The vulnerability is not listed in CISA's KEV catalog. Attacks require local execution privileges; no documented remote exploitation path exists. Publicly available exploit code demonstrates that a local attacker could trigger the defect and corrupt memory, potentially affecting device stability or providing a foothold for further attacks.

Generated by OpenCVE AI on August 1, 2026 at 20:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑provided patch after the pull request is merged and deploy the new firmware
  • Restrict local execution privileges to limit the attacker’s ability to invoke sys_getaddrinfo, reducing the attack surface
  • Continuously monitor the RT‑Thread GitHub repository and vendor advisories for the merge of the fix, and apply any new updates as soon as they become available.

Generated by OpenCVE AI on August 1, 2026 at 20:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 03 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in RT-Thread up to 5.0.2. This affects the function sys_getaddrinfo of the file components/lwp/lwp_syscall.c. Executing a manipulation of the argument ai_addr can lead to memory corruption. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. The pull request to fix this issue awaits acceptance.
Title RT-Thread lwp_syscall.c sys_getaddrinfo memory corruption
First Time appeared Rt-thread
Rt-thread rt-thread
Weaknesses CWE-119
CPEs cpe:2.3:a:rt-thread:rt-thread:*:*:*:*:*:*:*:*
Vendors & Products Rt-thread
Rt-thread rt-thread
References
Metrics cvssV2_0

{'score': 4.6, 'vector': 'AV:L/AC:L/Au:S/C:N/I:N/A:C/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.5, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Rt-thread Rt-thread
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T16:29:02.293Z

Reserved: 2026-07-03T13:51:39.652Z

Link: CVE-2026-14607

cve-icon Vulnrichment

Updated: 2026-07-06T16:28:57.864Z

cve-icon NVD

Status : Deferred

Published: 2026-07-03T20:16:52.400

Modified: 2026-07-06T18:02:49.450

Link: CVE-2026-14607

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T20:30:12Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer