CVE-2026-53698
Received Received - Intake
Authentication Bypass in Silverpeas via Personal Space Feature

Publication date: 2026-06-10

Last updated on: 2026-06-10

Assigner: MITRE

Description
Silverpeas through 6.4.6 mishandles the "Personal space" feature that is selected when no componentId is set.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-10
Last Modified
2026-06-10
Generated
2026-06-10
AI Q&A
2026-06-10
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
silverpeas silverpeas to 6.4.6 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-36 The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability in Silverpeas through version 6.4.6 involves improper handling of the "Personal space" feature when no componentId is set. Essentially, the software mishandles requests related to personal space access, which is likely tied to user-specific data or files.

Impact Analysis

The vulnerability has a CVSS base score of 6.5, indicating a medium severity. It allows an attacker with low privileges (PR:L) to access the system remotely (AV:N) without user interaction (UI:N). The impact is primarily on confidentiality (C:H), meaning sensitive personal data or files in the "Personal space" could be exposed or accessed improperly. There is no impact on integrity or availability.

Detection Guidance

Detection of this vulnerability involves monitoring HTTP requests to the Silverpeas file server, specifically looking for requests where the "Personal space" feature is accessed without a valid componentId parameter.

Since the vulnerability relates to mishandling of the "Personal space" feature when no componentId is set, you can detect suspicious or malformed requests by inspecting web server logs or using network monitoring tools to filter HTTP GET requests to the file server servlet that lack or have invalid componentId parameters.

Suggested commands for detection might include:

  • Using grep on web server logs to find requests missing componentId: grep -i 'GET .*FileServer' access.log | grep -v 'componentId='
  • Using curl to test the endpoint behavior without componentId: curl -v 'http://yourserver/FileServer?someParam=value'
  • Using network packet capture tools like tcpdump or Wireshark to filter HTTP GET requests to the FileServer servlet and analyze parameters.
Mitigation Strategies

Immediate mitigation steps include applying the patch or update that fixes the mishandling of the "Personal space" feature when no componentId is set, as addressed in the Silverpeas-Core repository changes.

Specifically, ensure that your Silverpeas installation is updated to a version that includes the bug fix for this issue, which involves improved validation of the componentId parameter and enhanced security checks in the FileServer servlet.

Additionally, you can temporarily mitigate the risk by:

  • Restricting access to the FileServer servlet to authorized users only.
  • Implementing web application firewall (WAF) rules to block requests missing the componentId parameter or with suspicious parameter values.
  • Monitoring and logging access attempts to detect and respond to exploitation attempts.
Compliance Impact

The vulnerability in Silverpeas through 6.4.6 mishandles the "Personal space" feature when no componentId is set, which could lead to unauthorized access to personal data.

Given that the vulnerability results in a high confidentiality impact (C:H) according to the CVSS score, it may lead to exposure of personal or sensitive information.

Such exposure could negatively affect compliance with data protection regulations like GDPR or HIPAA, which require strict controls over personal data confidentiality and access.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53698. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart