CVE-2026-10153
Cross-Site Scripting in CicadasCMS
Publication date: 2026-05-30
Last updated on: 2026-05-30
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| westboy | cicadascms | to 2431154dac8d0735e04f1fd2a3c3556668fc8dab (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw found in the westboy CicadasCMS software, specifically in the Search function of the file org/springframework/cache/support/AbstractCacheManager.java. The flaw allows manipulation of the argument 's' which leads to a cross-site scripting (XSS) vulnerability. This means an attacker can inject malicious scripts that run in the context of the victim's browser.
The vulnerability can be exploited remotely, and an exploit has already been published, making it possible for attackers to use this flaw against affected systems.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to perform cross-site scripting attacks. Such attacks can lead to the execution of malicious scripts in users' browsers, potentially resulting in the theft of sensitive information, session hijacking, or other malicious actions.
Since the exploit is remotely executable and publicly available, it increases the risk of attacks against vulnerable installations of the software.