strongSwan strongMan 0.1.0 for Python
Approved changes feed: RSS · Atom
cpe:2.3:a:strongswan:strongman:0.1.0:*:*:*:*:python:*:*
part: a version: 0.1.0 update: *
| Vendor | Strongswan (9a563755-54e8-518c-a3b0-3167477e7a5c) |
|---|---|
| Product | Strongman (d521a990-dd32-57d2-a9c6-46abef8afb83) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | python |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:github/strongswan/strongman |
purl2cpe | 2026-07-28 16:41:11.759003 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-25998 |
vulnerable | 2026-06-08 07:53:20.679648 |
strongMan vulnerable to private credential recovery due to key and counter reuse
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 a random nonce and an individually derived encryption key, using HKDF, for each encrypted value. Database migrations are provided to automatically re-encrypt all credentials.
Published: 2026-02-19T15:51:35.349Z
Updated: 2026-02-20T15:42:52.654Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.