Lucene search
+L

40 matches found

Kitploit
Kitploit
added 2026/09/16 8:52 a.m.15 views

obfuscation_detection

Detección de Ofuscación v2.4 Autor: Tim Blazytko Detectar automáticamente código ofuscado y otras construcciones de código interesantes Descripción: Obfuscation Detection es un plugin de Binary Ninja para detectar código ofuscado y construcciones de código interesantes por ejemplo, máquinas de...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 8:52 a.m.69 views

obfuscation_detection

Obfuscation Detection v2.4 Author: Tim Blazytko Automatically detect obfuscated code and other interesting code constructs Description: Obfuscation Detection is a Binary Ninja plugin to detect obfuscated code and interesting code constructs e.g., state machines in binaries. Given a binary, the...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 6:58 a.m.10 views

zyrox

Zyrox LLVM Ofuscador plugin de compilación y enlace en tiempo de compilación de llvm para ofuscar código nativo Por qué por qué no ¯\ツ/¯ Uno de mis proyectos más grandes, donde aprendí mucho sobre los internos de LLVM, formatos binarios, ensamblador y técnicas de ofuscación. Creo que aprender...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 6:16 a.m.10 views

Alcatraz

Alcatraz Alcatraz es un ofuscador de binarios x64 que puede ofuscar varios archivos PE diferentes, incluyendo: .exe .dll .sys Descripción general Alcatraz Requisitos Uso Características Ofuscación de movimientos inmediatos Aplanamiento del flujo de control Mutación ADD Ofuscación del punto de...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 4:06 a.m.14 views

binprotect

Instrucciones de compilación Vea 4. Compilación para obtener instrucciones de compilación. Contenido 1. Introducción 2. Reescritor binario 2.1. Seguimiento de direcciones relativas 2.2. Desensamblado 2.2.1. División de bloques básicos 2.2.2. Flujo de control indirecto 2.2.2.1. Tablas de saltos...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 12:17 a.m.15 views

PowerShell-Pro-Obfuscator-Python

PowerShell Pro Obfuscator — Ofusca y virtualiza código PowerShell PowerShell Pro Obfuscator protege scripts .ps1 propietarios con renombrado, cifrado polimórfico de cadenas y enteros, aplanamiento de flujo de control, autómatas finitos FSA, un motor de VM, comprobaciones de integridad...

6AI score
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability in SQLite3

In SQLite before version 3.32.3, select.c improperly handled the query-flattener optimization, resulting in a multiSelectOrderBy heap overflow due to the misuse of transitive properties for constant propagation...

5.5CVSS6.8AI score0.01027EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/08/18 4:58 p.m.12 views

SUSE CVE-2026-54284

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, TokenList construction and string conversion in sqlparse/sql.py repeatedly flatten nested token subtrees constructed by groupparenthesis and groupcase, causing quadratic CPU consumption through sqlparse.parse,...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/17 6:17 p.m.13 views

CVE-2026-54284

sqlparse is a non-validating SQL parser module for Python. Prior to 0.6.0, TokenList construction and string conversion in sqlparse/sql.py repeatedly flatten nested token subtrees constructed by groupparenthesis and groupcase, causing quadratic CPU consumption through sqlparse.parse,...

8.7CVSS0.00263EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.19 views

PT-2026-76749

Name of the Vulnerable Software and Affected Versions sqlparse versions prior to 0.6.0 Description sqlparse contains an issue where the construction of TokenList and subsequent string conversion repeatedly flatten nested token subtrees. This occurs when processing SQL with deep nesting, such as...

8.7CVSS5.9AI score0.00263EPSS
SaveExploits0References30
OSV
OSV
added 2026/08/06 2:50 p.m.12 views

EEF-CVE-2026-68750 Quadratic sibling re-flattening in the html_sanitize_ex traversal engine allows CPU-exhaustion denial of service

Summary Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene htmlsanitizeex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurse...

8.2CVSS5.8AI score0.00466EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/07/24 4:14 p.m.21 views

Improper Handling of Exceptional Conditions

Overview valibot is a The modular and type safe schema library for validating structural data Affected versions of this package are vulnerable to Improper Handling of Exceptional Conditions in the flatten process. An attacker can cause the application to throw a TypeError and disrupt normal error...

6.9CVSS5.9AI score0.00302EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/17 2:02 p.m.40 views

vLLM: image EXIF Rotation & PNG tRNS Transparency Not Normalized, Causing Mismatch Between Model Input and Expectations

Summary Issue 1: EXIF orientation not normalized → The image orientation processed by the model differs from how humans view it, introducing interpretation bias. Issue 2: PNG tRNS not explicitly flattened before converting to RGB → After conversion, transparent/semi-transparent pixels are rendere...

4.8CVSS5.2AI score0.00239EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/25 5:40 p.m.110 views

LiquidJS: memoryLimit Bypass through Negative Range Values Leads to Process Crash

Summary LiquidJS's memoryLimit security mechanism can be completely bypassed by using reverse range expressions e.g., 100000000..1, allowing an attacker to allocate unlimited memory. Combined with a string flattening operation e.g., replace filter, this causes a V8 Fatal error that crashes the...

7.5CVSS6.1AI score0.00398EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/25 12:00 a.m.25 views

PT-2026-28162

Name of the Vulnerable Software and Affected Versions LiquidJS versions prior to 10.25.1 Description LiquidJS’s memoryLimit security feature can be bypassed using reverse range expressions e.g., 100000000..1, allowing an attacker to allocate unlimited memory. When combined with a string flattenin...

7.5CVSS5.8AI score0.00398EPSS
SaveExploits1References5
OSV
OSV
added 2025/12/01 8:44 p.m.12 views

GHSA-RCMH-QJQH-P98V Nodemailer’s addressparser is vulnerable to DoS caused by recursive calls

Summary A DoS can occur that immediately halts the system due to the use of an unsafe function. Details According to RFC 5322, nested group structures a group inside another group are not allowed. Therefore, in lib/addressparser/index.js, the email address parser performs flattening when nested...

7.5CVSS6.2AI score0.0048EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.28 views

EUVD-2022-1054

Malicious code in bioql PyPI...

7.5CVSS8.1AI score0.01714EPSS
SaveExploits0References7
Packet Storm News
Packet Storm News
added 2025/09/20 12:00 a.m.9 views

"Digital Camouflage": the LLVM Challenge in LLM-Based Malware Detection

Large Language Models LLMs have emerged as promising tools for malware detection by analyzing code semantics, identifying vulnerabilities, and adapting to evolving threats. However, their reliability under adversarial compiler-level obfuscation is yet to be discovered. In this study, we empirical...

7.2AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/23 10:42 a.m.14 views

CVE-2024-52276

User Interface UI Misrepresentation of Critical Information vulnerability in DocuSign allows Content Spoofing. 1. Displayed version does not show the layer flattened version, which is provided when the "Print" option is used. 2. Displayed version does not show the layer flattened version, which...

8.2CVSS6.6AI score0.00352EPSS
SaveExploits0References1
VulnCheck KEV
VulnCheck KEV
added 2024/12/05 12:00 a.m.10 views

VulnCheck KEV: CVE-2024-52271

User Interface UI Misrepresentation of Critical Information vulnerability in Documenso allows Content Spoofing.Displayed version does not show the layer flattened version, once download, If printed e.g. via Google Chrome - Examine the print preview: Will render the vulnerability only, not...

8.2CVSS5.8AI score0.0021EPSS
SaveExploits0References1
Rows per page
Query Builder