
CVE-2024-42381
https://notcve.org/view.php?id=CVE-2024-42381
31 Jul 2024 — os/linux/elf.rb in Homebrew brew before 4.2.20 uses ldd to load ELF files obtained from untrusted sources, which allows attackers to achieve code execution via an ELF file with a custom .interp section. NOTE: this code execution would occur during an un-sandboxed binary relocation phase, which occurs before a user would expect execution of downloaded package content. (237d1e783f7ee261beaba7d3f6bde22da7148b0a was the tested vulnerable version.) • https://blog.trailofbits.com/2024/07/30/our-audit-of-homebrew • CWE-830: Inclusion of Web Functionality from an Untrusted Source •

CVE-2024-37273
https://notcve.org/view.php?id=CVE-2024-37273
04 Jun 2024 — An arbitrary file upload vulnerability in the /v1/app/appendFileSync interface of Jan v0.4.12 allows attackers to execute arbitrary code via uploading a crafted file. Una vulnerabilidad de carga de archivos arbitrarios en la interfaz /v1/app/appendFileSync de Jan v0.4.12 permite a los atacantes ejecutar código arbitrario cargando un archivo manipulado. • https://github.com/HackAllSec/CVEs/tree/main/Jan%20Arbitrary%20File%20Upload%20vulnerability • CWE-94: Improper Control of Generation of Code ('Code Injection') CWE-434: Unrestricted Upload of File with Dangerous Type •

CVE-2024-36858
https://notcve.org/view.php?id=CVE-2024-36858
04 Jun 2024 — An arbitrary file upload vulnerability in the /v1/app/writeFileSync interface of Jan v0.4.12 allows attackers to execute arbitrary code via uploading a crafted file. Una vulnerabilidad de carga de archivos arbitrarios en la interfaz /v1/app/writeFileSync de Jan v0.4.12 permite a los atacantes ejecutar código arbitrario cargando un archivo manipulado. • https://github.com/HackAllSec/CVEs/tree/main/Jan%20Arbitrary%20File%20Upload%20vulnerability • CWE-434: Unrestricted Upload of File with Dangerous Type •

CVE-2024-36857
https://notcve.org/view.php?id=CVE-2024-36857
04 Jun 2024 — Jan v0.4.12 was discovered to contain an arbitrary file read vulnerability via the /v1/app/readFileSync interface. Se descubrió que Jan v0.4.12 contenía una vulnerabilidad de lectura de archivos arbitraria a través de la interfaz /v1/app/readFileSync. • https://github.com/HackAllSec/CVEs/tree/main/Jan%20AFR%20vulnerability • CWE-31: Path Traversal: 'dir\..\..\filename' •