CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-25998

High
Published: Translated: NVD NIST

Summary

strongMan to interfejs zarządzania dla strongSwan, opartego na IPsec VPN. Problem polega na tym, że silnik szyfrowania używał tego samego strumienia klucza do szyfrowania różnych pól w bazie danych, co umożliwia atakującemu odzyskanie zaszyfrowanych danych, w tym prywatnych kluczy i sekretów EAP.

Risk Assessment

Dostęp do bazy danych przez atakującego może prowadzić do ujawnienia wrażliwych informacji, takich jak prywatne klucze ECDSA i sekrety EAP, co stwarza poważne zagrożenie dla bezpieczeństwa organizacji.

Recommendation

Zaleca się aktualizację do wersji 0.2.0, która wprowadza szyfrowanie AES-GCM-SIV, eliminując problem z używaniem tego samego strumienia klucza dla różnych pól w bazie danych.

Related vulnerabilities

Original NVD description (English source)

strongMan is a management interface for strongSwan, an OpenSource IPsec-based VPN. When storing credentials in the database (private keys, EAP secrets), strongMan encrypts the corresponding database fields. So far it used AES in CTR mode with a global database key. Together with an initialization vector (IV), a key stream is generated to encrypt the data in the database fields. But because strongMan did not generate individual IVs, every database field was encrypted using the same key stream. An attacker that has access to the database can use this to recover the encrypted credentials. In particular, because certificates, which have to be considered public information, are also encrypted using the same mechanism, an attacker can directly recover a large chunk of the key stream, which allows them to decrypt basically all other secrets especially ECDSA private keys and EAP secrets, which are usually a lot shorter. Version 0.2.0 fixes the issue by switching to AES-GCM-SIV encryption with

Vulnerability data from NVD (NIST) · CISA KEV · EPSS