CVE-2026-27627 HIGH

CVE-2026-27627: Karakeep's Reddit plugin content bypasses DOMPurify sanitization, enabling stored XSS

Vendor Karakeep-App
Product karakeep
Weakness CWE-79 · XSS
Published February 25, 2026
Last update February 25, 2026

CVSS base score

8.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality High
Integrity Low

CVSS vector

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

What the vulnerability does

01Description

Karakeep is a elf-hostable bookmark-everything app. In version 0.30.0, when the Reddit metascraper plugin returns `readableContentHtml`, the HTML parsing subprocess uses it directly without running it through DOMPurify. Every other content source in the crawler goes through Readability + DOMPurify, but the Reddit path skips both. Since this content ends up in `dangerouslySetInnerHTML` in the reader view, any malicious HTML in the Reddit response gets executed in the user's browser. Version 0.31.0 contains a patch for this issue.

Key dates

02Disclosure timeline

February 25, 2026 CVE published
February 25, 2026 Record updated

Related vulnerabilities

04Related CVE