CVE-2026-25998
Last modified
CVE-2026-25998 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Strongswan | Strongman | 0.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-25998?
How severe is CVE-2026-25998?
How do I fix CVE-2026-25998?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-25991Tandoor Recipes is an application for managing recipes, plan…7.7
- CVE-2026-25992SiYuan is a personal knowledge management system. Prior to 3…7.5
- CVE-2026-25993EverShop is a TypeScript-first eCommerce platform. During ca…9.8
- CVE-2026-25994PJSIP is a free and open source multimedia communication lib…9.8
- CVE-2026-25996Inspektor Gadget is a set of tools and framework for data co…9.8
- CVE-2026-25997FreeRDP is a free implementation of the Remote Desktop Proto…9.8
- CVE-2026-25999Klaw is a self-service Apache Kafka Topic Management/Governa…4.3
- CVE-2026-2600The ElementsKit Elementor Addons and Templates plugin for Wo…6.4
- CVE-2026-26000XWiki Platform is a generic wiki platform offering runtime s…6.1
- CVE-2026-26001The GLPI Inventory Plugin handles network discovery, invento…8.8
- CVE-2026-26002Open OnDemand is an open-source high-performance computing p…9.8
- CVE-2026-26003FastGPT is an AI Agent building platform. From 4.14.0 to 4.1…5.4
Are you affected by CVE-2026-25998?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
