CVE-2024-36042: Silverpeas authentication bypass
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.38387%
CWE
Published
6/3/2024
Updated
7/5/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.silverpeas.core:silverpeas-core | maven | < 6.3.5 | 6.3.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from two key flaws: 1) AuthenticationService's checkAuthentication method used isPasswordSet() to select between authentication methods, allowing passwordless requests to use domain-only authentication. 2) AuthenticationServlet's request handling failed to enforce remote authentication flags for passwordless flows. The patch added explicit remote authentication tracking (authenticated flag) and reversed the authentication path selection logic to require explicit proof of external authentication when bypassing password checks.