Lucene search
+L

103 matches found

Kitploit
Kitploit
added 2026/09/05 11:43 p.m.5 views

paramiko

|version| |python| |license| |ci| |coverage| .. |version| image:: https://img.shields.io/pypi/v/paramiko :target: https://pypi.org/project/paramiko/ :alt: PyPI - Package Version .. |python| image:: https://img.shields.io/pypi/pyversions/paramiko :target: https://pypi.org/project/paramiko/ :alt:...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/05 7:29 p.m.7 views

python-ecdsa

ECDSA y ECDH en Python puro Esta es una implementación fácil de usar de ECC Criptografía de Curva Elíptica con soporte para ECDSA Algoritmo de Firma Digital de Curva Elíptica, EdDSA Algoritmo de Firma Digital de Curva Edwards y ECDH Diffie-Hellman de Curva Elíptica, implementada puramente en...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/05 10:10 a.m.3 views

log4py

log4py Exploit RCE puramente en Python para CVE-2021-44228 log4shell 1. ejecuta un servicio vulnerable como https://github.com/zzzz0317/log4j2-vulnerable-spring-app 2. cambia la configuración en exploit.py 3. pwn Esto es solo para uso educativo principalmente para mi propio entretenimiento Esto...

10CVSS7.4AI score0.99999EPSS
SaveExploits367References1
Kitploit
Kitploit
added 2026/09/05 5:20 a.m.4 views

flopz

Flopz - Liberación de Firmware en Python Flopz es un conjunto de herramientas ensamblador escrito en Python puro. Úsalo para: Crear shellcode para sistemas embebidos Parchear dinámicamente grandes colecciones de binarios Instrumentar imágenes de firmware, para depuración y fuzzing Actualmente,...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/05 4:46 a.m.76 views

kerberoast

🚩 Sponsors If you like this project, consider sponsoring it on GitHub! Sponsors kerberoast Kerberos attack toolkit -pure python- Install pip3 install kerberoast Prereqirements Python 3.6 See requirements.txt For the impatient IMPORTANT: the accepted target url formats for LDAP and Kerberos are th...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/04 6:39 p.m.7 views

machofile

machofile machofile es un módulo para analizar archivos binarios Mach-O, con un enfoque en el análisis de malware y la ingeniería inversa. Inspirado en el pefile de Ero Carrera, este módulo pretende ofrecer capacidades similares pero para binarios Mach-O. El material de referencia y la...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 7:10 p.m.7 views

CVE-2026-33936

CVE-2026-33936 Vulnerabilidad de denegación de servicio en ecdsa PyPI Introducción Identifiqué y divulgué de forma responsable una vulnerabilidad de severidad Moderada en python-ecdsa , una biblioteca de criptografía de Python ampliamente utilizada con 47,8 millones de descargas en el último mes...

5.3CVSS4.3AI score0.00476EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/08/06 9:46 p.m.14 views

EUVD-2026-54177

h2 is a pure-Python implementation of a HTTP/2 protocol stack. Versions up to and including 4.4.0 accept request header blocks containing more than one Host header, and forward every Host header to the consuming application. Where the consumer downgrades HTTP/2 to HTTP/1.1, the resulting request...

5.3CVSS5.4AI score0.00443EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/06 9:46 p.m.97 views

CVE-2026-71554

CVE-2026-71554 affects the Python HTTP/2 stack in the h2 package. Versions up to and including 4.4.0 accept header blocks containing more than one Host header and forward all Host headers to the application. When a client downgrades HTTP/2 to HTTP/1.1, this can yield two Host header lines, enabli...

5.3CVSS5.4AI score0.00443EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/17 7:17 p.m.9 views

UBUNTU-CVE-2026-47180

Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.5, DNSIncoming.decodelabelsatoffset recurses once per DNS-name compression pointer, and a single mDNS packet carrying chained pointers can trigger a RecursionError that escapes DNSIncoming.init, causing...

6.5CVSS5.9AI score0.0037EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 4:03 p.m.15 views

PYSEC-2026-1099 AIOHTTP's unicode processing of header values could cause parsing discrepancies

Summary The Python HTTP parser may allow a request smuggling attack with the presence of non-ASCII characters. Impact If a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker may be able to execute a request smuggling...

6.9CVSS6.9AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:02 p.m.17 views

PYSEC-2026-1104 AIOHTTP is vulnerable to HTTP Request/Response Smuggling through incorrect parsing of chunked trailer sections

Summary The Python parser is vulnerable to a request smuggling vulnerability due to not parsing trailer sections of an HTTP request. Impact If a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker may be able to execu...

6.3CVSS6.8AI score0.00312EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:02 p.m.21 views

PYSEC-2026-1806 protobuf-python has a potential Denial of Service issue

Summary Any project that uses Protobuf pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of SGROUP tags can be corrupted by exceeding the Python recursion limit. Reporter: Alexis Challande, Trail of Bits...

8.2CVSS6.6AI score0.00251EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/07 2:34 p.m.58 views

PYSEC-2026-1103 aiohttp allows request smuggling due to incorrect parsing of chunk extensions

Summary The Python parser parses newlines in chunk extensions incorrectly which can lead to request smuggling vulnerabilities under certain conditions. Impact If a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker m...

6.3CVSS7.2AI score0.00563EPSS
SaveExploits0References7
Fedora
Fedora
added 2026/06/28 1:10 a.m.16 views

[SECURITY] Fedora 43 Update: python-mistune-3.2.1-1.fc43

The fastest markdown parser in pure Python, inspired by marked...

6.1CVSS5.8AI score0.00228EPSS
SaveExploits1
Fedora
Fedora
added 2026/05/14 4:03 a.m.22 views

[SECURITY] Fedora 42 Update: GitPython-3.1.50-1.fc42

GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. It provides abstractions of git objects for easy access of repository data, a nd additionally allows you to access the git repository more directly using eith er a...

8.8CVSS5.8AI score0.00749EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2026/04/22 9:17 p.m.18 views

CVE-2026-41168

pypdf is a free and open-source pure-python PDF library. An attacker who uses a vulnerability present in versions prior to 6.10.1 can craft a PDF which leads to long runtimes. This requires cross-reference streams with wrong large /Size values or object streams with wrong large /N values. This ha...

6.9CVSS5.7AI score0.00297EPSS
SaveExploits0References3
Fedora
Fedora
added 2026/03/24 1:12 a.m.14 views

[SECURITY] Fedora 42 Update: python-diskcache-5.6.3-12.fc42

DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django...

9.8CVSS7.1AI score0.00521EPSS
SaveExploits1
Fedora
Fedora
added 2026/03/24 12:17 a.m.20 views

[SECURITY] Fedora 44 Update: python-diskcache-5.6.3-12.fc44

DiskCache is an Apache2 licensed disk and file backed cache library, written in pure-Python, and compatible with Django...

9.8CVSS7.1AI score0.00521EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/03/17 12:00 a.m.8 views

EulerOS Virtualization 2.12.1 : protobuf (EulerOS-SA-2026-1454)

According to the versions of the protobuf packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : Any project that uses Protobuf Pure-Python backendto parse untrusted Protocol Buffers data containing an arbitrary number of...

8.2CVSS7.4AI score0.00251EPSS
SaveExploits0References2
Rows per page
Query Builder