CVE-2023-47325: Broken access control in Silverpeas
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.42233%
CWE
Published
12/13/2023
Updated
12/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.silverpeas.core:silverpeas-core-web | maven | < 6.3.2 | 6.3.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The PoC demonstrates exploitation via direct navigation to /RjobStartPagePeas/jsp/ViewBin. In Java web applications, JSPs are either protected by security constraints in web.xml or programmatic checks in controllers. The vulnerability indicates missing authorization enforcement at the entry point handling this URL. While the exact class/method isn't visible in provided data, the JSP endpoint itself represents the vulnerable access point. This matches the CWE-284 pattern of missing access control on a sensitive functionality endpoint.