Lucene search
+L

114 matches found

Kitploit
Kitploit
added 2026/08/26 5:53 a.m.1 views

SAFE

SAFE : स्व-ध्यान फंक्शन एम्बेडिंग पेपर यह सॉफ्टवेयर हमारे अकादमिक अनुसंधान का परिणाम है। हमारा arXiv पेपर देखें: arxiv यदि आप इस कोड का उपयोग करते हैं, तो कृपया हमारे अकादमिक पेपर को इस प्रकार उद्धृत करें: root@kitploit: @inproceedingsmassarelli2018safe, title=SAFE: Self-Attentive Function...

5.4AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/26 5:53 a.m.1 views

diaphora

δiaphora स्थापना Installation Hex-Rays प्लगइन प्रबंधक के साथ स्थापित करें: root@kitploit: hcli plugin install https://github.com/joxeankoret/diaphora/archive/refs/tags/3.4.2.zip मैन्युअल स्थापना निर्देश नीचे दिए गए हैं। Diaphora διαφορά, ग्रीक में 'अंतर' का अर्थ संस्करण 3.4 आज 2026 उपलब्ध सबसे...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 12:51 a.m.2 views

yarasafe

YARASAFE - Verificações Automáticas de Similaridade de Funções Binárias com Yara SAFE é uma ferramenta desenvolvida para criar Embeddings de Funções Binárias, desenvolvida por Massarelli L., Di Luna G.A., Petroni F., Querzoni L. e Baldoni R. Você pode usar SAFE para criar seu embedding de função...

5.5AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/25 7:34 p.m.2 views

Umay

Plataforma de Análise de Similaridade de Malware para IoT Ver Demonstração Índice Sobre o Projeto Funcionalidades atuais Começando Pré-requisitos Instalação Criar seu próprio arquivo de dataset Contribuindo Licença Sobre o Projeto...

5.3AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/25 10:43 a.m.296 views

dnstwist

See what sort of trouble users can get in trying to type your domain name. Find lookalike domains that adversaries can use to attack you. Can detect typosquatters, phishing attacks, fraud, and brand impersonation. Useful as an additional source of targeted threat intelligence. DNS fuzzing is an...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/24 9:59 a.m.30 views

opensquat

openSquat Core 📑 Table of Contents What is openSquat? Featured In Open-Core Model Key Features Quick Start Requirements Usage Premium and API Modes Configuration Automation CLI Reference Contributing Author License 🎯 What is openSquat? openSquat is an Open Source Intelligence OSINT security tool...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/08/24 9:37 a.m.1 views

confusable-vision

confusable-vision Pontuação empírica de similaridade de glifos usando raycasting de contorno vetorial. Renderiza pares de caracteres confusáveis Unicode em 245 fontes do sistema, mede a similaridade estrutural diretamente dos contornos das fontes sem rasterização e produz artefatos JSON com...

6AI score
SaveExploits0References20
Kitploit
Kitploit
added 2026/08/24 6:38 a.m.34 views

hakoriginfinder

hakoriginfinder Tool for discovering the origin host behind a reverse proxy. Useful for bypassing WAFs and other reverse proxies. How does it work? This tool will first make a HTTP request to the hostname/URL that you provide and store the response, then it will make a request to every IP address...

5.5AI score
SaveExploits0
Cvelist
Cvelist
added 2026/07/31 10:34 p.m.46 views

CVE-2026-45376 Decidim: Admin user search allows SQL injection through similarity-based sorting

Decidim is a participatory democracy framework. Prior to 0.30.9, from 0.31.0 before 0.31.5, and in 0.32.0.rc1 before 0.32.0.rc2, the GET /admin/organization/users search interpolates params:term into raw Arel.sql ORDER BY similarity expressions before sanitization, allowing an authenticated...

5.5CVSS0.00341EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/31 10:34 p.m.64 views

CVE-2026-45376

CVE-2026-45376 affects Decidim admin user search. The vulnerability occurs when untrusted input from params[:term] is interpolated into raw SQL in ORDER BY clauses, allowing an authenticated organization administrator to cause time-based blind SQL injections via the sort expression. Affected path...

5.5CVSS5.7AI score0.00341EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/31 10:34 p.m.10 views

CVE-2026-45376 Decidim: Admin user search allows SQL injection through similarity-based sorting

Decidim is a participatory democracy framework. Prior to 0.30.9, from 0.31.0 before 0.31.5, and in 0.32.0.rc1 before 0.32.0.rc2, the GET /admin/organization/users search interpolates params:term into raw Arel.sql ORDER BY similarity expressions before sanitization, allowing an authenticated...

5.5CVSS5.6AI score
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/07/13 4:59 p.m.19 views

Decidim: Admin user search allows SQL injection through similarity-based sorting

The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical description The vulnerable...

5.5CVSS6.3AI score0.00341EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/13 4:59 p.m.27 views

GHSA-JVQQ-CVH4-XM37 Decidim: Admin user search allows SQL injection through similarity-based sorting

The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Technical description The vulnerable...

6.8CVSS6.3AI score0.00341EPSS
SaveExploits0References3
RubySec
RubySec
added 2026/07/13 12:00 a.m.29 views

Decidim - Admin user search allows SQL injection through similarity-based sorting

Description The admin organization user search uses the untrusted term value inside raw SQL ORDER BY expressions. Because the value is interpolated before Rails sanitization is applied, a crafted search string is executed by PostgreSQL as part of the sort expression. Impact - Exploitation require...

5.5CVSS6.2AI score0.00341EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/07/02 12:00 a.m.12 views

MAL-2026-6779 Malicious code in @marketfront/fingerprint (npm)

The @marketfront/fingerprint package is part of a 25-package malicious campaign batch-published to the @marketfront npm scope by npm user 'marketfront' [email protected] within a roughly 3-minute window on 2026-07-01. All packages in the campaign were published at version 7.0.0 and use...

6.1AI score
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2026/06/10 12:00 a.m.21 views

Bridging the Smart City Cybersecurity Data Gap through AI-Driven Synthetic Dataset Generation

Smart cities rely on interconnected cyber-physical systems that integrate sensors, IoT devices, cloud platforms, and AI-driven services and decision-making. While these systems enhance city services, they also introduce complex cybersecurity challenges due to their large attack surfaces,...

5.4AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/25 12:00 a.m.19 views

Intelligent Detection and Mitigation of Carpet-Bombing DDoS Attacks in SDN Using Retrieval-Augmented Generation and Large Language Models

Software-Defined Networking SDN provides flexible and programmable network management; however, its centralized control architecture remains highly vulnerable to Distributed Denial-of-Service DDoS attacks, particularly Carpet-Bombing DDoS attacks that distribute malicious traffic across multiple...

5.8AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/05/24 12:00 a.m.41 views

SEED: Semi-Supervised Continual MalwarE Detection for Tackling ConcEpt Drift on a BuDget

Machine learning based malware detectors become obsolete over time due to concept drift in benign and malware applications. Recent methods rely on fully labeled data and use hierarchical contrastive loss HCL with active learning to improve robustness against drift by exploiting semantic structure...

5.8AI score
SaveExploits0
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerability in Python-Django

A issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. The UserAttributeSimilarityValidator incurred significant overhead when evaluating a submitted password that was artificially large relative to the comparison values. In a situation where access to user...

7.5CVSS7.4AI score0.02397EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2026/04/16 12:00 a.m.8 views

Half-Moon Cookie: Private, Similarity-Based Blocklisting with TOCTOU-Attack Resilience

Blocklisting is a common technique for preventing the use of known malicious content. However, conventional blocklisting infrastructures require either the blocklist to be public or clients to reveal their queries to the blocklist server. In this work, we introduce a private blocklisting framewor...

5.8AI score
SaveExploits0
Rows per page
Query Builder