5229 matches found
Malicious code in hydration-ui-dim (npm)
--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 64f9565680b71c54ed88e29ed3950f1561764f4b86a260a3ebb5eadb528edfa3 On import 'hydration-ui-dim', dist/index.mjs runs a top-level async IIFE that chmods dist/internal/calc-math.dat to 0755 and spawns it detached via...
Malicious code in hydration-dim-ui (npm)
--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 16cd04f35f684a64b6abd8178154fc7d1f5a970c76f7d77c45635c1c3bcf0d9b [email protected] presents itself as a calendar-day math utility, but its main entry dist/index.mjs runs at import time: it chmod 0755's...
miasm
What is Miasm? Miasm is a free and open source GPLv2 reverse engineering framework. Miasm aims to analyze / modify / generate binary programs. Here is a non exhaustive list of features: Opening / modifying / generating PE / ELF 32 / 64 LE / BE Assembling / Disassembling X86 / ARM / MIPS / SH4 /...
Malicious code in dims-hydration-ui (npm)
--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6a85d660f6cc363a81624c7383318958bb46f2d6958fdad71e595692420d805d On any import 'dims-hydration-ui', index.mjs chmods 0755 and spawns a bundled Linux x8664 ELF at dist/internal/calc.dat as a detached child, describe...
elfpeek
elfpeek Inspetor ELF minimalista com REPL interativo para análise rápida de binários Porquê?...
Soviet
Soviet Un crypter runtime in C per Linux. Questo strumento crittografa i binari ELF, ma permette loro di continuare a girare in memoria senza usare file handle. Poi sovrascrive il programma in memoria con dati casuali. Lo scopo è rendere più difficile l'analisi dei binari e l'analisi della memori...
Elfina
Elfina: एक बहु-आर्किटेक्चर ELF लोडर Elfina एक बहु-आर्किटेक्चर ELF लोडर है जो x86 और x86-64 बाइनरीज़ को सपोर्ट करता है। यह प्रोजेक्ट v2.0.0 से Rust में लागू किया गया है। पृष्ठभूमि हाल ही में, मैं Windows पर रिवर्स इंजीनियरिंग और PE फ़ाइल फ़ॉर्मेट का अध्ययन कर रहा था। उसके बाद, मैंने Linux रिवर्स...
malasada
malasada Donut per Linux, converte un oggetto condiviso ELF di Linux .so in un blob .bin position-independent che può essere eseguito direttamente dalla memoria ad esempio, copiandolo in una regione mmap'd e saltando ad esso come puntatore a funzione. Questo progetto evita intenzionalmente memfd...
cfgrip
cfgrip PE/ELF x86/x64 CFG-Extraktor. Nimmt eine Binärdatei entgegen, zerlegt sie, löst jeden Sprung und Aufruf auf GOT, Sprungtabellen, Registerverfolgung und exportiert den vollständigen Kontrollflussgraphen als strukturiertes JSON. warum Du musst genau wissen, wohin jeder Zweig führt. Nicht zum...
maya
maya Linux-ELF-Anti-Manipulation, Anti-Exploitation. Prototyp aus 2014. Wird nicht mehr gewartet. Ziel-Binaries: Nur ETEXEC-ELF-Binaries. Maya verwendet eine verschiebbare Laufzeit-Engine „tracer.o“, die letztendlich in die geschützte Binary injiziert und mit ihr verknüpft wird. Dies ist das...
sc2elf
sc2elf Einfache dotnet-Native-AOT-App, die LibObjectFile verwendet, um Shellcode in ELF zu konvertieren. Sowohl 32-Bit- als auch 64-Bit-Shellcode x86, x64 wird unterstützt - das Ergebnis ist ein 32-Bit- oder 64-Bit-ELF. Releases sind für linux-x64 und win-x64 kompiliert. Beschreibung Es ist in da...
vmlinux-to-elf
vmlinux-to-elf Questo strumento consente di ottenere un file .ELF completamente analizzabile da un'immagine kernel vmlinux/vmlinuz/bzImage/zImage sia un blob binario grezzo che un file .ELF preesistente ma privo di simboli, con simboli di funzioni e variabili recuperati. A tale scopo, esegue una...
Melkor_ELF_Fuzzer
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | -- DESCRIZIONE -- | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - Melkor - Un Fuzzer per il Formato File ELF Melkor, un personaggio immaginario del legendarium della Terra di Mezzo di J. R. R. Tolkien, fu il primo Signore Oscuro e il maestro di...
fnprint
fnprint riconosce le funzioni nei binari in base a ciò che fanno , non a come appaiono i loro byte o i grafi di flusso di controllo. esegue ogni funzione in un piccolo emulatore con input inventati, registra gli effetti collaterali che produce e trasforma quel comportamento in un'impronta tramite...
GHSA-8444-P2RX-H3VP vulnerabilities
Vulnerabilities for packages: binutils...
Security update for ctop (important)
openSUSE Security Update: Security update for ctop Announcement ID: openSUSE-SU-2026:0292-1 Rating: important References: 1248710 1257431 1265800 1266632 1267805 Cross-References: CVE-2022-21698 CVE-2024-45310 CVE-2026-10722 CVE-2026-33814 CVE-2026-39821 CVSS scores: CVE-2022-21698 SUSE: 7.5...
EUVD-2026-62365
The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork2 can mutate the map between the two passes, causing the second...
CVE-2026-58088 Race condition in ELF core dump segment counting
The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork2 can mutate the map between the two passes, causing the second...
CVE-2026-58088
Affected: All supported FreeBSD versions. Root cause: A race condition in ELF core dump code — a second-pass write to the program-header buffer is not bounds-checked against the count from the first pass, so a process sharing the address space via rfork(2) can mutate the VM map between passes. Im...
PT-2026-78320
Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description A race condition exists in the ELF core dump code. The system counts dumpable VM map entries and allocates a buffer for program headers, then iterates over the m...