Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionNVD
Silverpeas through 6.4.6 mishandles the "Personal space" feature that is selected when no componentId is set.
AnalysisAI
Absolute path traversal (CWE-36) in Silverpeas through 6.4.6 allows authenticated remote users to read arbitrary files from the server filesystem by exploiting the 'Personal space' fallback path in the FileServer servlet, activated when no componentId parameter is supplied. The CVSS vector confirms network-reachable, low-complexity exploitation requiring only low-privilege credentials, with high confidentiality impact and no integrity or availability loss. No public exploit has been identified at time of analysis, and the vulnerability is not listed in CISA KEV.
Technical ContextAI
Silverpeas is a Java-based enterprise collaborative content management platform. The vulnerability resides in the FileServer servlet (core-war/src/main/java/org/silverpeas/web/servlets/FileServer.java, specifically lines 120-122 and 150-153) and the companion FileServerUtils utility class. CWE-36 (Absolute Path Traversal) indicates that user-controlled input - such as SourceFile or Directory parameters - is used to construct filesystem paths without stripping absolute path references or directory traversal sequences. When componentId is absent from the request, the servlet activates a 'Personal space' code path that bypasses the normal component-scoped path restrictions, enabling reads outside the intended attachment storage directories. The upstream fix (commit caa6e6d1ac967ebd29b39e11c2ef5e7fd0047eec) removes legacy URL-building methods including getWebUrl, getAliasURL, getMappedUrl, and replaceSpecialChars from FileServerUtils, eliminating the raw-parameter path assembly that enabled traversal, and converts FileServer to a managed bean via @Bean annotation for tighter lifecycle and security control. CPE cpe:2.3:a:silverpeas:silverpeas:*:*:*:*:*:*:*:* covers all versions.
RemediationAI
The upstream fix is available as commit caa6e6d1ac967ebd29b39e11c2ef5e7fd0047eec in the Silverpeas-Core GitHub repository (https://github.com/Silverpeas/Silverpeas-Core/commit/caa6e6d1ac967ebd29b39e11c2ef5e7fd0047eec); a specific released version number incorporating this fix has not been independently confirmed from available data (upstream fix available via commit; released patched version not independently confirmed). Administrators should monitor the Silverpeas release channel and upgrade to the first version that includes this commit. As a compensating control prior to patching, a WAF or reverse proxy rule rejecting HTTP requests to the FileServer servlet where the ComponentId parameter is absent or empty would block the specific trigger condition for this vulnerability - note that this may impact legitimate Personal space file access for end users. Additionally, restricting Silverpeas process-user OS permissions to the minimum required directories limits the scope of files an attacker could read even if exploitation occurs.
More in Silverpeas
View allAn issue in the password change function of Silverpeas v6.4.2 and lower allows for the bypassing of password complexity
Silverpeas before 6.3.5 allows authentication bypass by omitting the Password field to AuthenticationServlet, often prov
The "userModify" feature of Silverpeas Core 6.3.1 is vulnerable to Cross Site Request Forgery (CSRF) leading to privileg
Silverpeas Core 6.3.1 is vulnerable to Cross Site Request Forgery (CSRF) via the Domain SQL Create function. Rated high
Silverpeas Core 6.3.1 is vulnerable to Incorrect Access Control. Rated high severity (CVSS 8.1), this vulnerability is r
The notification/messaging feature of Silverpeas Core 6.3.1 does not enforce access control on the ID parameter. Rated h
An issue in Silverpeas v.6.4.2 and lower allows a remote attacker to cause a denial of service via the password change f
A User enumeration vulnerability in the /CredentialsServlet/ForgotPassword endpoint in Silverpeas 6.4.1 and 6.4.2 allows
Silverpeas Core 6.3.1 is vulnerable to Cross Site Scripting (XSS) via the message/notification feature. Rated medium sev
Silverpeas Core 6.3.1 administrative "Bin" feature is affected by broken access control. Rated medium severity (CVSS 5.4
Silverpeas 6.4.2 contains a stored cross-site scripting (XSS) vulnerability in the event management module. An authentic
In Silverpeas Core <= 6.3.5, in Mes Agendas, a user can create new events and add them to their calendar. Rated medium s
Same weakness CWE-36 – Absolute Path Traversal
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36068
GHSA-qv8h-rqr3-mph9