7675 matches found
CVE-2021-35042
CVE-2021-35042 Django SQL injection bug Question: explore how exploitable is it? Answer: I'm terrified Install poetry install poetry run ./manage.py migrate poetry run ./manage.py loaddata dummydata.json Interactive Demo poetry run ./manage.py runserver Ordering by random fields go to...
INT14107_CVE-2021-35042
CTF Blog Project This project is a Blog system specialized in CTF Capture The Flag built with Django. Features Post articles, comments. Manage User, Category. Integrated security testing tool exploitdump.py. Installation Guide 1. Install Python: pip install -r requirements.txt 2. Initialize...
writehat
WriteHat es una herramienta de informes que elimina Microsoft Word y muchas horas de sufrimiento del proceso de generación de informes. Markdown -- HTML -- PDF. Creada por probadores de penetración, para probadores de penetración, pero puede usarse para generar cualquier tipo de informe. Escrito...
CVE-2021-35042
CVE-2021-35042 SQL injection via unsanitized QuerySet.orderby input Setup: Run ./setup.sh for initial setup Open the docker image to initiate the database: docker exec -it containerid /bin/bash And run the following commands: root@kitploit: python manage.py makemigrations cve202135042 python...
django_cve201919844
djangocve201919844poc PoC para CVE-2019-19844 Requisitos Python 3.7.x PostgreSQL 9.5 o superior Configuración 1. Crear una base de datos p. ej. djangocve201919844poc 2. Establecer el nombre de la base de datos en la variable de entorno DJANGODATABASENAME p. ej. export...
xssor2
XSS'OR XSS'OR - Hackea con JavaScript. EN LÍNEA Puedes probarlo: https://xssor.io and http://xssor.io/ Contiene tres módulos principales: Encode/Decode, Codz, Probe. INSTALACIÓN Python 3 con Django 3.0. o Python 2 con Django 1.11. git clone https://github.com/evilcos/xssor2 o descárgalo...
CVE-2021-3281
CVE-2021-3281 There is a Directory Traversal vulnerability in django.utils.archive.py, lineno:171, in Class TarArchive. The function call os.path.jointopath, name didn't check the param "name",if someone use this util on windows platform,there'll be a Directory Traversal risk, the POC is:...
CVE-2026-Pending-Django-Summernote-RCE
CVE-2026-XXXXX Pending: django-summernote Arbitrary File Upload RCE This repository contains a Proof of Concept PoC for a Conditional Remote Code Execution RCE vulnerability discovered in django-summernote version 0.8.20.0 and earlier. Vulnerability Details Product : django-summernote Version : =...
-CVE-2024-39614
Proof of Concept PoC for Denial-of-Service Vulnerability in Django This repository contains a Proof of Concept PoC script demonstrating a denial-of-service DoS vulnerability in Django versions 5.0 before 5.0.7 and 4.2 before 4.2.14. The vulnerability lies in the getsupportedlanguagevariant...
CVE-2022-34265
CVE-2022-34265 Vulnerability Summary This vulnerability is due to improper string processing when executing SQL for the arguments of the functions Trunc and Extract used for date data in Django. By specifying the request parameters as is in the kind argument of Trunc or the lookupname argument of...
CVE-2019-14234
POC-Django JSONField/HStoreField SQL Injection Vulnerability Exploit CVE-2019-14234 Django released a security update on August 1, 2019, which fixes a SQL injection vulnerability in the two model fields of JSONField and HStoreField. Reference link:...
django-security-advisory-3.2.16
django-security-advisory-3.2.16 Seguimiento de avisos de seguridad para vulnerabilidades de Django 3.2.16 - CVE-2023-23969 y CVE-2023-24580...
CLSA-2026-1789122433 TuxCare security update for django (4 CVEs)
TuxCare rebuilt django to address 4 CVEs. Fixed in 4.0.post18+tuxcare...
CVE-2021-35042
CVE-2021-35042: Django SQL injection vulnerability I. Overview Django is an open-source Web Application Framework written in Python, built according to the MVC Model - View - Controller model. It was originally built to manage news content websites owned by the Lawrence publishing corporation, as...
CVE-2026-35616-check
CVE-2026-35616 Vulnerability Assessment Tool Safely detect whether a FortiClient EMS server is vulnerable to CVE-2026-35616 without causing any disruption. See the full write-up on the Bishop Fox blog. Description CVE-2026-35616 is a pre-authentication API bypass in FortiClient EMS 7.4.5 and 7.4....
exist
EXIST Sistema de Agregación de Información Externa contra Amenazas Cibernéticas ⚠️ Este repositorio no tiene mantenimiento / está archivado. Los problemas de seguridad no se corregirán. EXIST es una aplicación web para agregar y analizar CTI inteligencia de amenazas cibernéticas. EXIST está escrit...
exist
EXIST EXternal Information aggregation System against cyber Threat ⚠️ This repository is unmaintained / archived. Security issues will not be fixed. EXIST is a web application for aggregating and analyzing CTI cyber threat intelligence. EXIST is written by the following software. Python 3 Django...
pulsar
Pulsar What is it? Pulsar is an automated network footprint scanner for Red Teams, Pentesters and Bounty Hunters. Its focused on discovery of organization public facing assets with minimal knowledge about its infrastructure. Along with network data visualization, it attempts to give a basic...
django-connector-CVE-2025-64459-testbed
Django-CVE-2025-64459-Testbed A self-contained testbed for Django CVE-2025-64459. Demonstrates QuerySet.filter parameter injection via dictionary expansion using Docker. About the Vulnerability CVE-2025-64459 is a high-severity vulnerability in Django specifically versions 5.1.14 that allows...
django-cve-2025-64459
Django CVE-2025-64459 This application demonstrates CVE-2025-64459 affecting multiple Django versions. This vulnerability has been patched in newer releases of Django. SQL Injection SQL Injection is when user-provided input is treated as part of a SQL query, allowing an attacker to change how the...