
CVE-2022-39315 – Kirby CMS vulnerable to user enumeration in the brute force protection
https://notcve.org/view.php?id=CVE-2022-39315
25 Oct 2022 — Kirby is a Content Management System. Prior to versions 3.5.8.2, 3.6.6.2, 3.7.5.1, and 3.8.1, a user enumeration vulnerability affects all Kirby sites with user accounts unless Kirby's API and Panel are disabled in the config. It can only be exploited for targeted attacks because the attack does not scale to brute force. The problem has been patched in Kirby 3.5.8.2, Kirby 3.6.6.2, Kirby 3.7.5.1, and Kirby 3.8.1. In all of the mentioned releases, the maintainers have rewritten the affected code so that the ... • https://github.com/getkirby/kirby/releases/tag/3.5.8.2 • CWE-204: Observable Response Discrepancy CWE-209: Generation of Error Message Containing Sensitive Information •

CVE-2022-39314 – User enumeration in the code-based login and password reset forms
https://notcve.org/view.php?id=CVE-2022-39314
24 Oct 2022 — Kirby is a flat-file CMS. In versions prior to 3.5.8.2, 3.6.6.2, 3.7.5.1, and 3.8.1, Kirby is subject to user enumeration due to Improper Restriction of Excessive Authentication Attempts. This vulnerability affects you only if you are using the `code` or `password-reset` auth method with the `auth.methods` option or if you have enabled the `debug` option in production. By using two or more IP addresses and multiple login attempts, valid user accounts will lock, but invalid accounts will not, leading to acco... • https://github.com/getkirby/kirby/security/advisories/GHSA-43qq-qw4x-28f8 • CWE-307: Improper Restriction of Excessive Authentication Attempts •

CVE-2022-36037 – Cross-site scripting (XSS) from dynamic options in the multiselect field in Kirby
https://notcve.org/view.php?id=CVE-2022-36037
29 Aug 2022 — kirby is a content management system (CMS) that adapts to many different projects and helps you build your own ideal interface. Cross-site scripting (XSS) is a type of vulnerability that allows execution of any kind of JavaScript code inside the Panel session of the same or other users. In the Panel, a harmful script can for example trigger requests to Kirby's API with the permissions of the victim. If bad actors gain access to your group of authenticated Panel users they can escalate their privileges via t... • https://github.com/getkirby/kirby/commit/b5b8863885e17556abc070dde1e20aec15fbfdf5 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2018-14519
https://notcve.org/view.php?id=CVE-2018-14519
24 Aug 2022 — An issue was discovered in Kirby 2.5.12. The delete page functionality suffers from a CSRF flaw. A remote attacker can craft a malicious CSRF page and force the user to delete a page. Se ha detectado un problema en Kirby versión 2.5.12. La funcionalidad delete page sufre un fallo de tipo CSRF. • http://zaranshaikh.blogspot.com • CWE-352: Cross-Site Request Forgery (CSRF) •

CVE-2018-14520
https://notcve.org/view.php?id=CVE-2018-14520
24 Aug 2022 — An issue was discovered in Kirby 2.5.12. The application allows malicious HTTP requests to be sent in order to trick a user into adding web pages. Se ha detectado un problema en Kirby versión 2.5.12. La aplicación permite el envío de peticiones HTTP maliciosas para engañar a un usuario para que añada páginas web. • http://zaranshaikh.blogspot.com/2018/07/cross-site-request-forgery-kirby-cms.html • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2022-35174
https://notcve.org/view.php?id=CVE-2022-35174
18 Aug 2022 — A stored cross-site scripting (XSS) vulnerability in Kirby's Starterkit v3.7.0.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Tags field. Una vulnerabilidad de tipo cross-site scripting (XSS) almacenado en Kirby's Starterkit versión v3.7.0.2, permite a atacantes ejecutar scripts web o HTML arbitrarios por medio de una carga útil diseñada inyectada en el campo Tags. • https://owasp.org/www-community/attacks/xss • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2021-41258 – Cross-site scripting (XSS) from image block content in the site frontend
https://notcve.org/view.php?id=CVE-2021-41258
16 Nov 2021 — Kirby is an open source file structured CMS. In affected versions Kirby's blocks field stores structured data for each block. This data is then used in block snippets to convert the blocks to HTML for use in your templates. We recommend to escape HTML special characters to protect against cross-site scripting (XSS) attacks. The default snippet for the image block unfortunately did not use our escaping helper. • https://github.com/getkirby/kirby/pull/3510 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2021-41252 – Cross-site scripting (XSS) from writer field content in the site frontend
https://notcve.org/view.php?id=CVE-2021-41252
16 Nov 2021 — Kirby is an open source file structured CMS ### Impact Kirby's writer field stores its formatted content as HTML code. Unlike with other field types, it is not possible to escape HTML special characters against cross-site scripting (XSS) attacks, otherwise the formatting would be lost. If the user is logged in to the Panel, a harmful script can for example trigger requests to Kirby's API with the permissions of the victim. Because the writer field did not securely sanitize its contents on save, it was possi... • https://github.com/getkirby/kirby/commit/25fc5c6b330442e6433c99befc688f3698c5d1fc • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2021-32735 – Cross-site scripting (XSS) from field and configuration text displayed in the Panel
https://notcve.org/view.php?id=CVE-2021-32735
02 Jul 2021 — 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. • https://github.com/getkirby/kirby/releases/tag/3.5.7 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) •

CVE-2021-29460 – Cross-site scripting (XSS) from unsanitized uploaded SVG files
https://notcve.org/view.php?id=CVE-2021-29460
27 Apr 2021 — Kirby is an open source CMS. An editor with write access to the Kirby Panel can upload an SVG file that contains harmful content like `