Siemens RUGGEDCOM RST2428P Improper Input Validation (CVE-2025-40252)

high Tenable OT Security Plugin ID 505422

Synopsis

The remote OT asset is affected by a vulnerability.

Description

In the Linux kernel, the following vulnerability has been resolved:
net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() The loops in 'qede_tpa_cont()' and 'qede_tpa_end()', iterate over 'cqe->len_list[]' using only a zero- length terminator as the stopping condition. If the terminator was missing or malformed, the loop could run past the end of the fixed- size array. Add an explicit bound check using ARRAY_SIZE() in both loops to prevent a potential out-of-bounds access. Found by Linux Verification Center (linuxtesting.org) with SVACE.

This plugin only works with Tenable.ot.
Please visit https://www.tenable.com/products/tenable-ot for more information.

Solution

Refer to the vendor advisory.

See Also

https://cert-portal.siemens.com/productcert/html/ssa-253495.html

https://support.industry.siemens.com/cs/ww/en/view/110002573/

Plugin Details

Severity: High

ID: 505422

File Name: tenable_ot_siemens_CVE-2025-40252.nasl

Version: 1.1

Type: Remote

Family: Tenable.ot

Published: 6/18/2026

Updated: 6/18/2026

Supported Sensors: Tenable OT Security

Risk Information

VPR

Risk Factor: Medium

Score: 5.0

CVSS v3

Risk Factor: High

Base Score: 7

Vector: CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Vulnerability Information

CPE: cpe:/o:siemens:ruggedcom_rst2428p_firmware

Required KB Items: Tenable.ot/Siemens

Exploit Ease: No known exploits are available

Patch Publication Date: 6/2/2026

Vulnerability Publication Date: 12/4/2025

Reference Information

CVE: CVE-2025-40252

CWE: 20