The Lab · 2026-03-25 08:27:22 · GitHub Issues
A critical stored cross-site scripting (XSS) vulnerability has been identified in the note-sharing feature, stemming from the unsafe rendering of raw HTML in markdown. The `Preview` component uses the `rehype-raw` plugin to process markdown but crucially lacks the `rehype-sanitize` plugin, allowing malicious HTML to be...
The Lab · 2026-04-07 16:27:23 · GitHub Issues
A critical security flaw in the `@humanspeak/svelte-markdown` library version 1.3.0 allows attackers to bypass standard HTML sanitization, creating a direct path for cross-site scripting (XSS) attacks. The vulnerability, discovered by researcher @ShinonomeNoAlice, exploits the library's fundamental processing order: sa...
The Vault · 2026-04-15 00:22:36 · Bloomberg Markets
A TCW Group private credit fund has effectively written off its equity stake in the Red Lobster restaurant chain, marking down the value by approximately 98% since acquiring it out of bankruptcy earlier this year. A recent regulatory filing reveals the shares are now worth less than $1 million, a staggering devaluation...
The Lab · 2026-05-02 23:54:07 · GitHub Issues
A critical cross-site scripting (XSS) vulnerability has been identified in the `octocat-blog-app` platform, specifically within its markdown rendering pipeline. The flaw lies at lines 150-153 of `apps/octocat-blog-app/app/post/[slug]/page.tsx`, where a custom regex-based markdown parser employs `dangerouslySetInnerHTML...