CVE-2026-54443
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedDashy is a self-hostable personal dashboard. From 1.9.4 until 3.2.0, the Dashy RSS Widget in src/components/Widgets/RssFeed.vue does not sanitize RSS item link values before rendering feed item titles and Read More links as anchor href attributes, allowing an attacker-controlled feed to provide a javascript: URI that executes when clicked in the Dashy origin. This issue is fixed in version 3.2.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Dashy RSS widget fails to sanitize RSS feed item link values before rendering them as anchor href attributes, allowing an attacker-controlled RSS feed to inject javascript: URIs that execute when users click on feed item links.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- None
- Authentication
- X
- User interaction
- A
- Scope
- X
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Dashy installationLocate the Dashy application instance in your environment. This may be running as a container, a Node.js service, or installed via your package manager. Identify the process or service running Dashy.Affected if Dashy is present in your environment
-
Determine installed Dashy versionCheck the version of Dashy that is running. Common methods include: checking package.json in the application directory, querying the running container image tag, checking the application UI (often in About/Settings), or using CLI tools like 'docker ps' or 'npm list dashy'. Compare this version against 3.2.0.Affected if Dashy version is lower than 3.2.0
-
Check if RSS widget is configuredExamine your Dashy configuration file (commonly config.yml or through the UI dashboard) to determine if the RSS widget is enabled and has any feeds configured. Look for widget type 'rss' or similar RSS-related widget definitions.Affected if RSS widget is enabled and configured with one or more RSS feed URLs
-
Inspect RSS feed sourcesReview the configured RSS feed URLs in the widget settings. Identify the source of each feed - whether it is a trusted internal feed or an external third-party feed. Malicious feeds can inject javascript: URIs into item links.Affected if Any configured RSS feed source is untrusted or external
-
Verify widget rendering behaviorIf you have access to the running Dashy instance, add a test RSS feed with a known item containing a javascript: URI in the link field. Render the RSS widget and attempt to click the link to confirm whether the javascript: scheme executes or is blocked.Affected if javascript: URIs in RSS feed items are rendered as clickable links that execute JavaScript code
You are affected if running Dashy version older than 3.2.0 with the RSS widget enabled and configured to display feeds that may contain attacker-controlled links.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Dashy to version 3.2.0 or later to obtain the patched code that properly sanitizes RSS feed links before rendering.
Dashy version 3.2.0
- 1. Backup your current Dashy installation and configuration
- 2. Upgrade Dashy to version 3.2.0 or later
- 3. Verify the upgrade was successful by checking the Dashy dashboard loads correctly
- 4. Test the RSS Widget functionality to ensure feeds render properly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-54443 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-54443 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data