Cyber Resilience

CVE-2025-48019

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.0021 12th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-48019 is a medium-severity Reachable Assertion (CWE-617) vulnerability in Yokogawa Centum Vp. Its CVSS base score is 6.0 (Medium).

Operationally, ranked at the 12th 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-48020Same product: Yokogawa Centum Vp
CVE-2025-48023Same product: Yokogawa Centum Vp
CVE-2025-48022Same product: Yokogawa Centum Vp
CVE-2025-48021Same product: Yokogawa Centum Vp
CVE-2025-1924Same product: Yokogawa Centum Vp
CVE-2023-26593Same product: Yokogawa Centum Vp
CVE-2025-66594Same vendor: Yokogawa
CVE-2025-66598Same vendor: Yokogawa
CVE-2025-66602Same vendor: Yokogawa
CVE-2023-5915Same 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)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of network packet inputs to reject malformed data before it reaches assertions in the Vnet/IP stack.

prevent

Explicitly addresses protection against crafted-packet DoS that terminates processes, matching the CVE's termination effect.

prevent

Boundary filtering and inspection can drop malicious Vnet/IP packets before they reach the vulnerable interface package.

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 prevent unsafe assertions from being coded in reachable paths.

DE.CM-09 partial match
prevents

Runtime monitoring of software can detect assertion-triggered crashes as adverse events.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover and record reachable-assertion flaws before deployment.

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 reachable assertions before release, reducing the likelihood of exploitation.

prevents

Secure development lifecycle mandates defensive coding and input validation that prevent reachable assertions from being triggered by untrusted data.

prevents

Application security requirements can specify that assertions must not be reachable from attacker-controlled inputs.

prevents

Secure architecture principles discourage the use of assertions for runtime error handling that an attacker could exploit.

prevents

Secure coding standards explicitly ban the use of assert() or equivalent statements that can be triggered by external input.

References