Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
Use of Hard-coded Cryptographic Key vulnerability in Apache OpenMeetings.
The remember-me cookie encryption key is set to default value in openmeetings.properties and not being auto-rotated. In case OM admin hasn't changed the default encryption key, an attacker who has stolen a cookie from a logged-in user can get full user credentials.
This issue affects Apache OpenMeetings: from 6.1.0 before 9.0.0.
Users are recommended to upgrade to version 9.0.0, which fixes the issue.
AnalysisAI
Hard-coded cryptographic key in Apache OpenMeetings 6.1.0-9.0.0 enables cookie-based credential theft. The default remember-me cookie encryption key in openmeetings.properties is not auto-rotated, allowing attackers who steal session cookies to decrypt and extract full user credentials without authentication. This unauthenticated network-accessible vulnerability achieves high confidentiality impact through cryptographic weakness. No public exploit identified at time of analysis. EPSS indicates low observed exploitation activity.
Technical ContextAI
CWE-321 violation: static default encryption key hardcoded in configuration file (openmeetings.properties) for remember-me session cookies. Lack of automatic key rotation enables cryptanalytic attacks on stolen cookies across all default installations. CVSS vector AV:N/AC:L/PR:N indicates remotely exploitable with low complexity once cookie material is obtained through separate means (network interception, XSS, physical access).
RemediationAI
Vendor-released patch: Apache OpenMeetings 9.0.0 eliminates the hard-coded encryption key. Immediately upgrade all instances to version 9.0.0 from official Apache repositories. Before upgrading, administrators must manually regenerate the remember-me encryption key in openmeetings.properties to a cryptographically random value, then invalidate all existing remember-me cookies by forcing user re-authentication. Post-upgrade, implement key rotation procedures per security best practices. Official advisory: https://lists.apache.org/thread/b05jnp9563v49zq494lox9kjbhhf2w66 | Additional context: http://www.openwall.com/lists/oss-security/2026/04/09/11
Same weakness CWE-321 – Use of Hard-coded Cryptographic Key
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20936
GHSA-wqxq-w68r-wg85