CVE-2026-3041
Cross-Site Scripting in BaykeShop Article Sidebar Module
Publication date: 2026-02-23
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xingfuggz | baykeshop | to 1.3.20 (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 exists in the xingfuggz BaykeShop software up to version 1.3.20, specifically in the Article Sidebar Module within the file src/baykeshop/contrib/article/templates/baykeshop/sidebar/custom.html. It involves manipulation of the argument sidebar.content, which leads to a cross-site scripting (XSS) vulnerability. This means an attacker can inject malicious scripts that execute in the context of the user's browser. The attack can be performed remotely.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform cross-site scripting attacks remotely by manipulating the sidebar.content argument. This can lead to the execution of malicious scripts in users' browsers, potentially resulting in session hijacking, defacement, or redirection to malicious sites. Although the CVSS scores indicate a low severity, the presence of XSS can still compromise user trust and security.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know