CVE-2026-40201 — Cross-Site Scripting (XSS)
CVE-2026-40201 — @diplodoc/search-extension 1.0.0 through 3.x before 3.0.3 allows stored XSS via the title in a .md file.
What This Means For You
- If your environment is affected by CWE-79, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-40201 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Free Tier: Stored XSS in @diplodoc/search-extension title field — CVE-2026-40201
Sigma YAML — free preview
title: Free Tier: Stored XSS in @diplodoc/search-extension title field — CVE-2026-40201
id: scw-2026-05-01-ai-1
status: experimental
level: medium
description: |
Detects potential exploitation of CVE-2026-40201, a stored XSS vulnerability in @diplodoc/search-extension. This rule specifically looks for requests containing '.md' file extensions and a common XSS payload within the query string, indicating an attempt to inject malicious script via the title field of a markdown file.
author: SCW Feed Engine (AI-generated)
date: 2026-05-01
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-40201/
tags:
- attack.initial_access
- attack.t1189
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/.md'
cs-uri-query|contains:
- '<script>alert('CVE-2026-40201')</script>'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-40201 | vulnerability | CVE-2026-40201 |
| CWE-79 | weakness | CWE-79 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 01, 2026 at 12:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.