Skip to main content

Silverpeas CVE-2026-53698

| EUVDEUVD-2026-36068 MEDIUM
Absolute Path Traversal (CWE-36)
2026-06-10 mitre GHSA-qv8h-rqr3-mph9
6.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.5 MEDIUM
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 10, 2026 - 16:21 vuln.today
Analysis Generated
Jun 10, 2026 - 16:21 vuln.today

DescriptionNVD

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.

CVE-2024-42850 CRITICAL POC
9.8 Aug 16

An issue in the password change function of Silverpeas v6.4.2 and lower allows for the bypassing of password complexity

CVE-2024-36042 CRITICAL POC
9.8 Jun 03

Silverpeas before 6.3.5 allows authentication bypass by omitting the Password field to AuthenticationServlet, often prov

CVE-2023-47322 HIGH POC
8.8 Dec 13

The "userModify" feature of Silverpeas Core 6.3.1 is vulnerable to Cross Site Request Forgery (CSRF) leading to privileg

CVE-2023-47326 HIGH POC
8.8 Dec 13

Silverpeas Core 6.3.1 is vulnerable to Cross Site Request Forgery (CSRF) via the Domain SQL Create function. Rated high

CVE-2023-47320 HIGH POC
8.1 Dec 13

Silverpeas Core 6.3.1 is vulnerable to Incorrect Access Control. Rated high severity (CVSS 8.1), this vulnerability is r

CVE-2023-47323 HIGH POC
7.5 Dec 13

The notification/messaging feature of Silverpeas Core 6.3.1 does not enforce access control on the ID parameter. Rated h

CVE-2024-42849 MEDIUM POC
6.5 Aug 16

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

CVE-2025-46047 MEDIUM POC
6.5 Sep 02

A User enumeration vulnerability in the /CredentialsServlet/ForgotPassword endpoint in Silverpeas 6.4.1 and 6.4.2 allows

CVE-2023-47324 MEDIUM POC
5.4 Dec 13

Silverpeas Core 6.3.1 is vulnerable to Cross Site Scripting (XSS) via the message/notification feature. Rated medium sev

CVE-2023-47325 MEDIUM POC
5.4 Dec 13

Silverpeas Core 6.3.1 administrative "Bin" feature is affected by broken access control. Rated medium severity (CVSS 5.4

CVE-2025-45055 MEDIUM POC
5.4 Jun 09

Silverpeas 6.4.2 contains a stored cross-site scripting (XSS) vulnerability in the event management module. An authentic

CVE-2024-39031 MEDIUM POC
5.4 Jul 09

In Silverpeas Core <= 6.3.5, in Mes Agendas, a user can create new events and add them to their calendar. Rated medium s

Share

CVE-2026-53698 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy