Cyber Resilience

CVE-2025-48022

Yokogawa Vnet\/Ip Interface Package ≤ r1.08.00

Published
13 February 2026
Modified
02 March 2026
Patch / advisory
CVSS Score v4 6.0
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0017 7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-48022 is a medium-severity Improper Handling of Length Parameter Inconsistency (CWE-130) vulnerability in Yokogawa Centum Vp. Its CVSS base score is 6.0 (Medium).

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

EU & UK References

Vulnerability Data

A vulnerability has been found in Vnet/IP Interface Package provided by Yokogawa Electric Corporation. If affected product receives maliciously crafted packets, Vnet/IP software stack process may be terminated. The affected products and versions are as follows: Vnet/IP Interface Package (for…

more

CENTUM VP R6 VP6C3300, CENTUM VP R7 VP7C3300) R1.07.00 or earlier

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-48021Same product: Yokogawa Centum Vp
CVE-2025-48020Same product: Yokogawa Centum Vp
CVE-2025-48023Same product: Yokogawa Centum Vp
CVE-2025-48019Same product: Yokogawa Centum Vp
CVE-2025-1924Same product: Yokogawa Centum Vp
CVE-2023-26593Same product: Yokogawa Centum Vp
CVE-2025-66605Same vendor: Yokogawa
CVE-2025-66608Same vendor: Yokogawa
CVE-2025-66607Same vendor: Yokogawa
CVE-2025-66594Same vendor: Yokogawa

Affected Assets

yokogawa
vnet\/ip interface package
≤ r1.08.00

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-5 Denial-of-service Protection
  • SC-7 Boundary Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.5.5
  • V4.2.1
  • V4.2.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces validation of packet length fields before processing, directly blocking the malformed input that triggers CWE-130 process termination.

prevent

Requires mechanisms to detect and drop crafted packets that would otherwise cause resource exhaustion or stack termination via the Vnet/IP interface.

prevent

Boundary filtering and traffic inspection at the network perimeter can block malicious Vnet/IP packets before they reach the vulnerable software stack.

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 enforce length validation and input sanitization during coding and review.

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.

detects

Security testing in development can detect length-inconsistency vulnerabilities before deployment.

prevents

Secure development lifecycle mandates input validation and length checks that directly address inconsistent length fields.

prevents

Application security requirements include explicit rules for handling message lengths and data structures.

prevents

Secure architecture principles require robust parsing and bounds checking to prevent length-related flaws.

prevents

Secure coding standards directly prohibit improper length handling and enforce defensive parsing practices.

References