mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
910 B
Markdown
18 lines
910 B
Markdown
### [CVE-2024-53920](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53920)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://eshelyaron.com/posts/2024-11-27-emacs-aritrary-code-execution-and-how-to-avoid-it.html
|
|
|
|
#### Github
|
|
- https://github.com/Wilfred/interesting-code
|
|
|