{"description":"Trending threats, MITRE ATT\u0026CK coverage, and detection metadata. Fed continuously.","feed_url":"https://feed.craftedsignal.io/tags/kirby-cms/feed.json","home_page_url":"https://feed.craftedsignal.io/","items":[{"_cs_actors":[],"_cs_cpes":[],"_cs_cves":[],"_cs_exploited":false,"_cs_has_poc":false,"_cs_poc_references":[],"_cs_products":["cms (\u003e= 5.3.0, \u003c= 5.4.0)"],"_cs_severities":["high"],"_cs_tags":["path-traversal","php-file-inclusion","kirby-cms","CVE-2026-44177"],"_cs_type":"threat","_cs_vendors":["Kirby"],"content_html":"\u003cp\u003eKirby CMS versions 5.3.0 to 5.4.0 are vulnerable to a path traversal vulnerability. This flaw stems from insufficient validation of user IDs during user lookup, a performance improvement introduced in version 5.3.0. The vulnerability is pre-authentication, meaning no prior access is required. By exploiting this flaw, attackers can include arbitrary PHP files named \u003ccode\u003eindex.php\u003c/code\u003e, potentially gaining the ability to execute malicious code or disclose sensitive information. This issue impacts the authentication API, users API, and any other instance where \u003ccode\u003e$users-\u0026gt;find()\u003c/code\u003e is used with a request-provided email or user ID. Successful exploitation allows attackers to probe for the existence of arbitrary directories, enabling fingerprinting of the server setup, installed plugins, and content structure.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker sends a request to the authentication API, users API, or any endpoint using \u003ccode\u003e$users-\u0026gt;find()\u003c/code\u003e with a crafted user ID.\u003c/li\u003e\n\u003cli\u003eThe crafted user ID contains path traversal sequences (e.g., \u003ccode\u003e../\u003c/code\u003e) to navigate outside the intended user account directory.\u003c/li\u003e\n\u003cli\u003eKirby CMS constructs a file path using the manipulated user ID to locate the user\u0026rsquo;s account directory within \u003ccode\u003esite/accounts/\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eDue to insufficient validation, the path traversal sequences are not properly sanitized.\u003c/li\u003e\n\u003cli\u003eThe application attempts to include an \u003ccode\u003eindex.php\u003c/code\u003e file from the traversed path.\u003c/li\u003e\n\u003cli\u003eIf a file named \u003ccode\u003eindex.php\u003c/code\u003e exists in the traversed directory, it is included and executed by the PHP interpreter.\u003c/li\u003e\n\u003cli\u003eDepending on the contents of the included \u003ccode\u003eindex.php\u003c/code\u003e, sensitive information may be disclosed or arbitrary code may be executed.\u003c/li\u003e\n\u003cli\u003eThe attacker leverages the code execution to further compromise the system or exfiltrate data.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eThe path traversal vulnerability in Kirby CMS versions 5.3.0 through 5.4.0 can lead to arbitrary PHP file inclusion, allowing attackers to execute malicious code or disclose sensitive data. Successful exploitation enables attackers to probe the existence of arbitrary directories on the server, facilitating fingerprinting of the server setup, installed plugins, and content structure. This vulnerability is rated high severity because it\u0026rsquo;s pre-authentication and enables full system compromise if a vulnerable \u003ccode\u003eindex.php\u003c/code\u003e file is reachable.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to Kirby CMS version 5.4.1 or later to patch the vulnerability as advised in the \u003ca href=\"https://github.com/getkirby/kirby/releases/tag/5.4.1\"\u003eKirby 5.4.1\u003c/a\u003e release notes.\u003c/li\u003e\n\u003cli\u003eDeploy the Sigma rule \u003ccode\u003eDetect Kirby CMS Path Traversal Attempt\u003c/code\u003e to detect exploitation attempts by monitoring HTTP requests with path traversal sequences.\u003c/li\u003e\n\u003cli\u003eMonitor web server logs for requests containing \u003ccode\u003e../\u003c/code\u003e sequences in the user ID or email parameters to identify potential path traversal attempts.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2026-05-26T23:58:21Z","date_published":"2026-05-26T23:58:21Z","id":"https://feed.craftedsignal.io/briefs/2026-05-kirby-path-traversal/","summary":"Kirby CMS versions 5.3.0 through 5.4.0 are vulnerable to pre-authentication path traversal, allowing an attacker to include arbitrary PHP files with the filename `index.php`, potentially leading to sensitive information disclosure or malicious actions due to insufficient validation of the provided user ID during user lookup.","title":"Kirby CMS Pre-Authentication Path Traversal and PHP File Inclusion","url":"https://feed.craftedsignal.io/briefs/2026-05-kirby-path-traversal/"},{"_cs_actors":[],"_cs_cpes":[],"_cs_cves":[],"_cs_exploited":false,"_cs_has_poc":false,"_cs_poc_references":[],"_cs_products":["cms (\u003c= 4.9.0)","cms (\u003e= 5.0.0, \u003c= 5.4.0)"],"_cs_severities":["high"],"_cs_tags":["xss","CVE-2026-44175","kirby-cms","web-application"],"_cs_type":"threat","_cs_vendors":["Kirby"],"content_html":"\u003cp\u003eKirby CMS versions prior to 4.9.1 and from 5.0.0 to 5.4.0 are susceptible to a stored cross-site scripting (XSS) vulnerability, identified as CVE-2026-44175, stemming from the improper sanitization of list field content. This vulnerability affects all Kirby sites that use the list field or list block when content is authored by users who may not be fully trusted. An attacker requires an authenticated Panel user with update permission to any list field or list block. The attack surfaces in the site frontend, not the Panel itself. Kirby sites are not affected if they don\u0026rsquo;t use the list field (or blocks field with the list block) in any of their blueprints, or if every user who can edit content is fully trusted.\u003c/p\u003e\n\u003ch2 id=\"attack-chain\"\u003eAttack Chain\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eAn attacker gains authenticated access to the Kirby Panel with update permissions.\u003c/li\u003e\n\u003cli\u003eThe attacker identifies a page or content structure that utilizes a \u0026rsquo;list\u0026rsquo; field or \u0026lsquo;blocks\u0026rsquo; field with the \u0026rsquo;list\u0026rsquo; block.\u003c/li\u003e\n\u003cli\u003eThe attacker crafts a malicious payload containing JavaScript code embedded within HTML tags.\u003c/li\u003e\n\u003cli\u003eThe attacker injects the malicious payload into the \u0026rsquo;list\u0026rsquo; field content, either directly via API or through the Panel\u0026rsquo;s editing interface.\u003c/li\u003e\n\u003cli\u003eThe attacker saves the modified content. The injected payload is stored within the content files on the server.\u003c/li\u003e\n\u003cli\u003eA user (either another authenticated user or an unauthenticated visitor) requests the page containing the affected \u0026rsquo;list\u0026rsquo; field on the site frontend.\u003c/li\u003e\n\u003cli\u003eThe server renders the page, including the injected malicious HTML code from the \u0026rsquo;list\u0026rsquo; field.\u003c/li\u003e\n\u003cli\u003eThe user\u0026rsquo;s browser executes the injected JavaScript code, potentially leading to session hijacking, data theft, or other malicious actions.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"impact\"\u003eImpact\u003c/h2\u003e\n\u003cp\u003eSuccessful exploitation of this XSS vulnerability (CVE-2026-44175) allows an attacker to execute arbitrary JavaScript code in the context of a user\u0026rsquo;s browser session. This can lead to credential theft, session hijacking, defacement of the website, or redirection to malicious sites. The impact is high severity, as it affects all Kirby sites using the list field when content is authored by users who may not be fully trusted. The number of victims depends on the number of affected sites and the frequency with which users access pages containing the injected payload.\u003c/p\u003e\n\u003ch2 id=\"recommendation\"\u003eRecommendation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade to Kirby CMS version 4.9.1 or 5.4.1 or later to apply the patch that sanitizes list field content, mitigating the XSS vulnerability (CVE-2026-44175).\u003c/li\u003e\n\u003cli\u003eImplement strict input validation and output encoding mechanisms on all user-supplied data within the Kirby CMS environment.\u003c/li\u003e\n\u003cli\u003eReview existing content for potentially malicious code within list fields and sanitize the content.\u003c/li\u003e\n\u003cli\u003eDeploy a Web Application Firewall (WAF) with rules to detect and block XSS attacks targeting Kirby CMS, specifically focusing on the \u0026rsquo;list\u0026rsquo; field and \u0026lsquo;blocks\u0026rsquo; field inputs.\u003c/li\u003e\n\u003cli\u003eEnable logging for all API requests to the Kirby Panel to monitor for suspicious activity and potential payload injections.\u003c/li\u003e\n\u003c/ul\u003e\n","date_modified":"2026-05-26T23:52:25Z","date_published":"2026-05-26T23:52:25Z","id":"https://feed.craftedsignal.io/briefs/2026-05-kirby-cms-xss/","summary":"Kirby CMS is vulnerable to cross-site scripting (XSS) via the list field or list block, allowing an authenticated Panel user with update permission to inject malicious HTML code into the content file, which is then executed in the browsers of site visitors and logged-in users; the vulnerability is tracked as CVE-2026-44175 and has been patched in versions 4.9.1 and 5.4.1.","title":"Kirby CMS Vulnerable to Cross-Site Scripting (XSS) via List Field Content (CVE-2026-44175)","url":"https://feed.craftedsignal.io/briefs/2026-05-kirby-cms-xss/"}],"language":"en","title":"CraftedSignal Threat Feed — Kirby-Cms","version":"https://jsonfeed.org/version/1.1"}