CVE-2025-47771 HIGH

CVE-2025-47771: PowSyBl Core allows deserialization of untrusted SparseMatrix data

Vendor Powsybl
Product powsybl-core
Weakness CWE-502 · Unsafe deserialization
Published June 19, 2025
Last update June 20, 2025

CVSS base score

8.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U

What the vulnerability does

01Description

PowSyBl (Power System Blocks) is a framework to build power system oriented software. In versions 6.3.0 to 6.7.1, there is a deserialization issue in the read method of the SparseMatrix class that can lead to a wide range of privilege escalations depending on the circumstances. This method takes in an InputStream and returns a SparseMatrix object. This issue has been patched in com.powsybl:powsybl-math: 6.7.2. A workaround for this issue involves not using SparseMatrix deserialization (SparseMatrix.read(...) methods).

Key dates

02Disclosure timeline

June 19, 2025 CVE published
June 20, 2025 Record updated