[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVE-2024-53920 Emacs arbitrary code execution via unsafe macro-expan
From: |
Daniel Radetsky |
Subject: |
Re: CVE-2024-53920 Emacs arbitrary code execution via unsafe macro-expansion |
Date: |
Wed, 27 Nov 2024 01:46:24 -0800 |
On Wed, Nov 27, 2024 at 09:40:30AM +0100, Eshel Yaron wrote:
> Thanks for the heads up. I have little experience with Doom, but here
> with the default Doom configuration I see that Flycheck is enabled and
> the POC works, so maybe it does have something to do with your config?
Actually, it probably does. In order to solve an unrelated
issue with (IIRC) LSP, I added
(remove-hook 'doom-first-buffer-hook #'global-flycheck-mode)
and then forgot about it completely (I'm very much a
turn-on-checks-when-I-want-them-checked kind of developer).
So I could test it, but I think you're probably just
correct.
--dmr