783 matches found
CVE-2022-46604-Responsive-File-Manager
CVE 2022 46604 β Responsive File Manager β οΈ Aviso Este repositorio estΓ‘ destinado exclusivamente a fines educativos y de investigaciΓ³n. La informaciΓ³n y el cΓ³digo proporcionados aquΓ pueden utilizarse en entornos controlados, como mΓ‘quinas de laboratorio privadas. El uso no autorizado de este...
CVE-2024-34470
CVE-2024-34470 Description: An Unauthenticated user can abuse Path Traversal vulnerability exists in the /public/loader.php file. The path parameter does not properly filter whether the file and directory passed are part of the webroot, allowing an attacker to read arbitrary files on the server...
CVE-2022-23378
CVE-2022-23378 : XSS reflejado en TastyIgniter v3.2.2 CMS de restaurante Existe un XSS reflejado autenticado en el panel de administraciΓ³n de TastyIgniter en la versiΓ³n v3.2.2. URL de Mitre: https://vulners.com/cve/CVE-2022-23378 URL de NIST: https://nvd.nist.gov/vuln/detail/CVE-2022-23378 Prueba...
CVE-2024-34102
CVE-2024-34102 Uso root@kitploit: python3 CVE-2024-34102.py -h optional arguments: -h, --help muestra este mensaje de ayuda y sale -u URL, --url URL URL objetivo -ip IP, --ip IP Tu direcciΓ³n IP -p PORT, --port PORT Puerto para el servidor HTTP -f FILE, --file FILE Ruta al archivo que se incluirΓ‘ ...
CVE-2017-1000028
CVE-2017-1000028 PoC y exploit para GlassFish4.1.1 no incluye 4.1.1. ParΓ‘metros: -u: Para una URL ΓΊnica pero sin mostrar /etc/passwd. -ut: Para una URL ΓΊnica pero mostrando /etc/passwd. -f: Lee la URL desde url.txt y comprueba si la URL es vulnerable. -c: Debe usarse con el parΓ‘metro "-u", por...
CVE-2024-23897
CVE-2024-23897 Jenkins CVE-2024-23897: Vulnerabilidad de Lectura Arbitraria de Archivos Este cΓ³digo te ayudarΓ‘ a entender la combinaciΓ³n de solicitud y respuesta del ataque. Usa una herramienta proxy para ver el resultado. python3 CVE-2024-23897.py -u $url -p $filepathtoread...
Poc_CVE-2025-68645
CVE-2025-68645 - Vulnerabilidad de Path Traversal en Zimbra π Resumen CVE-2025-68645 es una vulnerabilidad de path traversal en Zimbra Collaboration Suite que permite a atacantes no autenticados leer archivos arbitrarios del sistema de archivos del servidor. Endpoint Vulnerable...
CVE-2025-66955
CVE-2025-66955 Local File Inclusion in Contact Plan, E-Mail, SMS and Fax components in Asseco SEE Live 2.0 allows remote authenticated users to access files on the host via "path" parameter in the downloadAttachment and downloadAttachmentFromPath API calls. CVSS Vectors CVSS 3.1: 7.7,...
CVE-2025-63915-There-is-a-Reflected-xss-vulnerability-exists-in-DoraCMS
CVE-2025-63915 Target:https://www.html-js.cn Github:https://github.com/doramart/DoraCMS Version:V2.1.8 Vulnerability Name:Reflected Cross-Site Scripting XSS Vulnerability in DoraCMS V2.1.8 CWE-79 Vulnerability Type: Reflected Cross-Site Scripting Reflected XSS Discovery Date: 2025-10-17...
CVE-2025-61456
π‘οΈ CVE Disclosure: CVE-2025-61456 β Reflected XSS in E-commerce Project Disclosure Date: 14 October 2025 CVE ID: CVE-2025-61456 Severity: MEDIUM CVSS 6.1 π§© Summary A reflected Cross-Site Scripting XSS vulnerability exists in the E-commerce Project v1.0, specifically within the index.php endpoint...
CVE-2020-5421
Reproduction of Spring Security Vulnerability CVE-2020-5421 Vulnerability Overview CVE-2020-5421 bypasses the protection against RFD attacks via the jsessionid path parameter. The earlier RFD protection was added in response to CVE-2015-5211. What is RFD Reflective File Download RFD is an attack...
CVE-2026-55867 Graylog token revocation endpoint allows authenticated users to delete other usersβ access tokens
Graylog is a free and open log management platform. From 6.2.0 until 6.3.12, 7.0.7, and 7.1.2, the DELETE /users/userId/tokens/idOrToken endpoint implemented by UsersResource.revokeToken in graylog2-server/src/main/java/org/graylog2/rest/resources/users/UsersResource.java checks USERSTOKENREMOVE...
EUVD-2026-66661
DWSurvey v6.14.0 is is vulnerable to authentication bypass via the '/api/dwsurvey/none/' and '/api/dwsurvey/up/' parameters...
CVE-2026-80191 GROWI before 8.0.2 Missing Authorization on Attachment Retrieval for Unauthenticated Requests
GROWI applies its page-viewer permission check to attachment requests only when the request carries an authenticated user. retrieveAttachmentFromIdParam in apps/app/src/server/routes/attachment/get.ts guards the check with a condition requiring the user to be non-null, so a request that carries n...
PT-2026-70912
kkFileView is a universal file online preview project based on Spring Boot. Prior to 5.0.1, the unauthenticated POST /listFiles endpoint in server/src/main/java/cn/keking/web/controller/FileController.java passes the user-controlled path parameter from FileControllergetFiles to...
EUVD-2026-54437
Tobit Laboratories AG TeamDavid's Webbox 's sending email, fax, SMS, etc. functionality accepts a @@INCLUDE command, which can be set to network locations using UNC paths e.g., β\Server\Shareβ. The server processes these paths without validation, resulting in outbound connection attempts to...
GHSA-VVP7-H4FJ-M28W FileBrowser Quantum's path traversal issue in subtitle handler allows any authenticated user to read arbitrary files
Summary The subtitlesHandler endpoint GET /api/media/subtitles accepts two user-controlled query parameters: path and name, both of which are used in filesystem operations without sanitization, creating two independent path traversal vectors. The primary vector is the path parameter: it is passed...
SUSE CVE-2026-45626
Arcane is an interface for managing Docker containers, images, networks, and volumes. In 1.18.1 and earlier, GET /environments/id/volumes/volumeName/browse accepts a path query parameter that is passed to a shell command sh -c "find ... | while ..." inside an Arcane helper container. The path...
GHSA-W284-33MX-6G9V swagger-typescript-api vulnerable to code injection via unescaped OpenAPI path strings in generated method bodies
Summary swagger-typescript-api interpolates OpenAPI path strings the keys of the paths object, e.g. /users/id directly into a JavaScript template literal inside the body of every generated API method, without escaping. A spec path containing $ β¦ survives parseRouteName's x / :x rewriter verbatim...
CVE-2026-15304
The CVE affects the WordPress plugin Plugin Organizer . The vulnerability exists in versions up to and including 10.2.4 due to insufficient escaping of the PO_plugin_path parameter in the perform_plugin_search() function, where esc_sql() output is passed as the replacement string to preg_replace(...