Security readout for executives and security teams
Plain-English summary
Kirby CMS 3.5.5 and 3.5.6 could show untrusted HTML in Panel list item titles. A malicious authenticated Panel user, or a visitor through certain frontend forms, could trigger XSS that may expose an administrator's Panel session.
Executive priority
Treat this as a high-priority CMS maintenance issue, especially for sites with multiple content editors or public submission forms. It is not listed as actively exploited in the provided sources, but the impact can include administrator session exposure.
Technical view
The Panel ListItem component rendered HTML from page titles or configuration text without adequate escaping. The issue is classified as CWE-80 and scored CVSS 7.1. Kirby 3.5.7 patches the vulnerability; the advisory names frontend validation or sanitization as a partial workaround.
Likely exposure
Exposure is most likely on Kirby 3.5.5 or 3.5.6 sites where Panel users can edit content, or where frontend forms write user-controlled data into site content shown in the Panel.
Exploitation context
The bundle does not show KEV listing or confirmed active exploitation. The credible risk is privilege escalation or session compromise when malicious content is rendered in an administrator's Panel view.
Researcher notes
Focus review on Panel-rendered ListItem data, especially page titles and configuration text. Evidence supports the affected versions, vulnerability class, impact path, patch version, and partial workaround. The bundle does not provide exploit prevalence, exploitation telemetry, or additional fixed branches.
Mitigation direction
- Upgrade affected Kirby installations to version 3.5.7 or later.
- Validate or sanitize frontend form data that can change site content.
- Review and restrict Panel accounts allowed to edit pages, files, or configuration text.
- Check the Kirby advisory for any environment-specific vendor guidance.
Validation and detection
- Inventory Kirby versions and flag installations running 3.5.5 or 3.5.6.
- Identify frontend forms that write data into pages, files, or site fields.
- Review Panel content fields for unexpected HTML in titles or list-displayed text.
- Confirm upgraded systems are running Kirby 3.5.7 or later.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-80: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-32735 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N2.84.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.1HighVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/getkirby/kirby/security/advisories/GHSA-2f2w-349x-vrqmCVE reference · x_refsource_CONFIRM
- https://github.com/getkirby/kirby/releases/tag/3.5.7CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
