CVE-2026-49276
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 · uneditedKirby is an open-source content management system. Prior to 4.9.4 and 5.4.4, Kirby sites using the writer field in any blueprint allowed a scripting link to be included as the target of a link or email link in writer mark components, making the target clickable by the user who entered it and enabling self cross-site scripting in the Panel. This issue is fixed in versions 4.9.4 and 5.4.4.
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 confidenceKirby CMS versions prior to 4.9.4 and 5.4.4 contain a stored cross-site scripting (XSS) vulnerability in the writer field component. Attackers can inject javascript: links as targets in writer mark components (links and email links), which become clickable in the Panel interface, enabling self-XSS attacks where the user who enters the malicious link can trigger execution.
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:N/PR:N/UI:A/VC:H/VI:H/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 installed Kirby CMS versionCheck the version file in your Kirby installation - typically in /kirby/composer.json or /site/composer.json under the 'version' or 'kirby/version' field, or access the Panel and check the bottom-left footer for the version numberAffected if The installed version is prior to 4.9.4 or between 5.0.0 and 5.4.3 (prior to 5.4.4)
-
Locate Kirby blueprints using writer fieldsSearch your project's blueprints directory (typically /site/blueprints) for fields of type 'writer' - look for entries containing 'type: writer' in YAML filesAffected if Any blueprints define writer fields, making the component active in the Panel
-
Inspect content entries for javascript: links in writer fieldsQuery your content database or examine content files (in /site/content) for any links containing 'javascript:' in their target attributes, particularly within writer field markupsAffected if Any stored content contains javascript: links in writer field data, indicating active exploitation or malicious input
-
Verify Panel access statusReview your Kirby configuration (typically /site/config/config.php) for panel.session.timeout, panel.install, or authentication settings that determine who can access the PanelAffected if The Panel is accessible to users who can create or edit writer field content, as this is the attack surface
Your environment is affected if you are running Kirby CMS versions below 4.9.4 or below 5.4.4 and have writer fields enabled in any blueprints, regardless of whether malicious content is currently present.
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 Kirby to version 4.9.4 or 5.4.4 or later to patch the vulnerability. If immediate patching is not possible, restrict access to the Panel and disable writer field usage in blueprints until the update can be applied.
Kirby 4.9.4 for 4.x line or Kirby 5.4.4 for 5.x line
- Identify the current Kirby version by checking the composer.json file or Kirby's version method
- If running Kirby 4.x, upgrade to version 4.9.4
- If running Kirby 5.x, upgrade to version 5.4.4
- Update the composer.json dependency (e.g., "getkirby/composer": "^4.9.4" or "^5.4.4")
- Run composer update to apply the changes
- Clear any cached Panel assets if applicable
- Verify the upgrade was successful by checking the Kirby version in the Panel
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.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,376.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-49276 — 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-49276 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