118459 matches found
Perses's unvalidated project parameter enables filesystem path traversal
Impact When Perses is using the file system database, on the list endpoints, the project value is bound from the request into the resource Query struct and is never validated against directory-traversal characters validation/Flatten only runs for Create/Update bodies, not list queries. The path i...
CVE-2026-63445 Perses: Unvalidated project parameter enables filesystem path traversal
Perses is an open-source dashboard and visualization project for observability data. Prior to 0.54.0-rc.0, list endpoints used with the file-system database bind the request-controlled project query parameter into the resource Query structure without validating it against directory traversal...
CVE-2026-63445 Perses: Unvalidated project parameter enables filesystem path traversal
Perses is an open-source dashboard and visualization project for observability data. Prior to 0.54.0-rc.0, list endpoints used with the file-system database bind the request-controlled project query parameter into the resource Query structure without validating it against directory traversal...
CVE-2026-63445
Perses , an open-source observability dashboard, is affected by a filesystem path traversal vulnerability (CVSS 4.0: 7.1 HIGH ) in its list endpoints when the file-system database backend is active. The request-controlled project query parameter is bound into the resource Query struct without val...
CVE-2026-19264
CVE-2026-19264 - Postiz 中未经验证的路径遍历导致完全接管实例 作者: Krithik Babu P @DarkLycn1976 发布时间: 2026-08-10 CVE: CVE-2026-19264 严重性: 严重 - CVSS 4.0 9.3 / CVSS 3.1 9.8 CWE: CWE-22 - 对受限目录中路径名的限制不当 受影响版本: gitroomhq/postiz-app 2.22.1 修复版本: v2.22.1 TL;DR Postiz 通过一条路由提供本地存储的媒体文件,该路由将 URL...
ragflow-audit
ragflow-audit RAGFlow 三洞审计工具(CVE-2026-28797 / CVE-2026-24770 / CVE-2025-69286) ssti :检测并利用 StringTransform / Message 组件的 SSTI - RCE zipslip :离线检测 zip 条目的路径穿越(Zip Slip) apikey :从分享链接 beta 推导 API key(uuid1 时间戳枚举) 纯 Python 标准库,无第三方依赖,Python 3.8+ 可直接运行。 用法 root@kitploit: python3 ragflow-audit.py -h...
cybersecurity_portfolio
Portafolio. Gleb Usoltsev Estudiante de segundo año, Instituto de Ciencias de la Computación y Ciberseguridad, Universidad Politécnica de San Petersburgo Pedro el Grande, especialidad 10.03.01 «Seguridad de la información». Como parte de la práctica educativa de iniciación en Positive Technologie...
CVE-2026-77385 Kyoo: Transcoder serves uncataloged files from the media directory
Kyoo is a self-hosted media server focused on movies, series, and anime. Prior to 5.1.0, a registered user with the core.play permission could supply a base64-encoded filesystem path to the transcoder. The path handling in transcoder/src/api/path.go cleaned the value and checked only that it bega...
CVE-2026-77385
Kyoo , a self-hosted media server for movies, series, and anime, is affected by a missing catalog-level authorization in its transcoder component prior to version 5.1.0 . Specifically, transcoder/src/api/path.go validated only that a base64-encoded filesystem path began with Settings.SafePath, wh...
CVE-2026-77385 Kyoo: Transcoder serves uncataloged files from the media directory
Kyoo is a self-hosted media server focused on movies, series, and anime. Prior to 5.1.0, a registered user with the core.play permission could supply a base64-encoded filesystem path to the transcoder. The path handling in transcoder/src/api/path.go cleaned the value and checked only that it bega...
CVE-2026-62278 LubeLogger: Path Traversal in HandleTranslationFileUpload Allows Authenticated Users to Write Files Outside Data Directory
LubeLogger is a self-hosted, open-source, web-based vehicle maintenance and fuel mileage tracker. Prior to 1.6.8, authenticated non-administrative users could reach HandleTranslationFileUpload and influence the name passed from Controllers/FilesController.cs to RenameFile in Helper/FileHelper.cs...
CVE-2026-62278
LubeLogger is a self-hosted, open-source web-based vehicle maintenance and fuel mileage tracker. In versions prior to 1.6.8 , authenticated non-administrative users could exploit a path traversal in HandleTranslationFileUpload by crafting a malicious file name. The underlying cause is in Helper/F...
CVE-2026-64824-PoC
CVE-2026-64824 — Home Assistant Core 备份-恢复 符号链接路径遍历 → RCE CVSS 8.4(严重) · GHSA-cwh8-w64c-4j5h · CWE-22 / CWE-59 TL;DR 经过身份验证的(管理员)攻击者上传精心构造的备份 tar 包。恢复路径使用 filter="fullytrusted" 解压内部的 homeassistant.tar.gz,并且只校验成员的 名称 — 从不校验 SYMTYPE 的 链接名 。指向绝对路径(例如 Python 的 site-packages/)的符号链接会被保留,因此随后写入的...
CVE-2026-66493
文件操作中的路径遍历(删除 / 复制 / 移动) PhocaCommander ≤ 6.1.3 — 已认证管理员可在 Web 根目录之外操作文件 摘要 PhocaCommander 的文件操作处理器从攻击者可控的 base64 编码参数(pathfrom、pathwhere)构造源路径和目标路径,且未进行任何路径包含验证。已认证的管理员可以删除、复制和移动 Web 服务器进程可访问的文件系统中的任意文件。 已在实验室中确认:可以删除 /tmp/(Web 根目录之外)中的文件,并将 /etc/passwd 复制到 PhocaCommander...
CVE-2026-85706_docker_exp
1. Descargar docker root@kitploit: git clone https://github.com/FlowerWitch/CVE-2026-85706dockerexp docker compose up -d 2. Escribir la información de prueba LFI root@kitploit: docker exec gitlab-vuln bash -c 'echo "SECRET-CANARY-85706-%%%" /tmp/canary.txt' 3. Leer y verificar root@kitploit:...
CVE-2026-66492
文件上传目标中的路径遍历 PhocaCommander ≤ 6.1.3 — 已认证管理员可在 Web 根目录之外写入文件 摘要 PhocaCommander 中的文件上传处理程序从攻击者可控的 base64 编码 folder 参数构造目标路径,且没有任何路径边界验证。经过身份验证的管理员可以将文件上传到 Web 根目录之外、Web 服务器进程可写的任意位置。 已在实验室确认:使用 folder=Li4vLi4vLi4vdG1w(即 ../../../tmp)上传时,上传的文件会被放置在 /tmp/——位于 /var/www/html/ 之外——且属主为 www-data。在生产环境的...
CVE-2025-14753
IBM Cloud Pak for Data 5.1.2 is vulnerable to a path traversal (CWE-22) attack. A remote, unauthenticated attacker can send a specially crafted URL containing "dot dot" (/../) sequences to traverse directories and view arbitrary files on the system, potentially exposing sensitive information. The...
UEFI-Security-Research-Howyar-SysReturn-NetCopy
🌊 Investigación de Seguridad UEFI - Howyar SysReturn NetCopy Bajo el manto de Secure Boot, algunas arquitecturas se hunden más profundo que las vulnerabilidades que las expusieron. Algunos binarios son revocados. Algunos parches son distribuidos. Pero muy por debajo de la superficie, los viejos...
Grafana-Plugin-Enumerator-CVE-2021-43798
Enumerador de Plugins de Grafana CVE-2021-43798 Una pequeña herramienta basada en Bash para probar instancias de Grafana en busca de CVE-2021-43798 , una vulnerabilidad de directory traversal que afecta a versiones vulnerables de Grafana. La herramienta enumera IDs de plugins de Grafana y utiliza...
CVE-2026-56718
CVE-2026-56718 Traversal de ruta no autenticado en jdbhttpd/0.1.0 firmware AJCloud AJY IPC que permite la lectura remota de archivos arbitrarios como root, incluidas las credenciales RTSP en texto claro. CWE: CWE-22 Limitación inadecuada de un nombre de ruta a un directorio restringido Severidad:...