LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32735: Cross-site scripting (XSS) from field and configuration text displayed in the Panel

Kirby is a content management system. In Kirby CMS versions 3.5.5 and 3.5.6, the Panel's `ListItem` component (used in the pages and files section for example) displayed HTML in page titles as it is. This could be used for cross-site scripting (XSS) attacks. Malicious authenticated Panel users can escalate their privileges if they get access to the Panel session of an admin user. Visitors without Panel access can use the attack vector if the site allows changing site data from a frontend form. Kirby 3.5.7 patches the vulnerability. As a partial workaround, site administrators can protect against attacks from visitors without Panel access by validating or sanitizing provided data from the frontend form.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N2.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2021-32735Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
getkirbykirby<= 3.5.5, <= 3.5.6Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-80 · source CWE mapping

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.