Lucene search
+L

1690 matches found

OSV
OSV
added 2026/09/11 5:49 p.m.7 views

CVE-2026-81909 Concrete CMS 9 through 9.5.2 is vulnerable to Missing Authorization in the orphaned-block alias route, allowing an authenticated editor to disclose and force-delete arbitrary blocks

Concrete CMS 9 through 9.5.2 is vulnerable to Missing Authorization in the block alias route Process::alias in concrete/controllers/backend/block/process.php.It does not verify that the referenced block is genuinely orphaned on the target page, nor that the caller holds any permission over the...

5.9CVSS5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 5:49 p.m.9 views

EUVD-2026-76168

Concrete CMS 9 through 9.5.2 is vulnerable to Missing Authorization in the block alias route Process::alias in concrete/controllers/backend/block/process.php.It does not verify that the referenced block is genuinely orphaned on the target page, nor that the caller holds any permission over the...

5.9CVSS0.00229EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 10:30 a.m.4 views

CVE-2026-27654-PoC

CVE-2026-27654 – nginx ngxhttpdavmodule DAV Alias Path Handling PoC This repository provides a proof‑of‑concept exploit for CVE‑2026‑27654 , a heap‑overflow vulnerability in the ngxhttpdavmodule of nginx. The bug arises from a size‑t underflow when handling MOVE/COPY requests with specially craft...

8.8CVSS7.7AI score0.25066EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/11 7:41 a.m.6 views

CVE-2026-11103-GraphQL-Batching-Alias-Rate-Limit-Bypass

3. CVE-2026-11103 – Bypass del límite de tasa por alias en GraphQL Batching Código del programa exploit en Node.js + Python root@kitploit: // graphqlratelimitserver.js - GraphQL with naive rate limiter const express = require'express'; const graphqlHTTP = require'express-graphql'; const...

7.8CVSS5.9AI score0.0008EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/11 3:40 a.m.9 views

aztarna

此仓库已存档,不再维护。关于机器人足迹和指纹识别的未来进展,请参阅 alurity。 aztarna 此仓库包含 Alias Robotics 的 aztarna,一款用于机器人足迹探测的工具。 Alias Robotics 支持原始机器人制造商评估其安全性并提升软件质量。我们绝不鼓励或促进对运行中机器人系统的未经授权篡改。这可能导致严重的人身伤害和物质损失。 HTML 阅读版: Aztarna, a footprinting tool for robots 针对 ROS 系统中存在的 ROS 节点列表(发布者和订阅者) 每个节点发布和订阅的话题,包括话题类型 每个节点提供的 ROS 服...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 3:40 a.m.59 views

aztarna

This repository has been archived and is not maintained any further. Refer to alurity for future progress on robot footprinting and fingerprinting. aztarna This repository contains Alias Robotics' aztarna, a footprinting tool for robots. Alias Robotics supports original robot manufacturers...

5.8AI score
SaveExploits0
EUVD
EUVD
added 2026/09/11 12:31 a.m.11 views

EUVD-2026-75801

IBM Langflow OSS 1.0.0 through 1.11.5 An attacker who could submit custom component source code could bypass the static security scanner by crafting an annotated class-body assignment that resolved to a dangerous callable through alias tracking; the resolved value was never checked against the...

8.8CVSS0.00487EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 12:10 a.m.8 views

CVE-2019-9810

CVE-2019-9810 Exploit para Firefox en Windows CVE-2019-9810 es una vulnerabilidad que fue encontrada y explotada en Pwn2Own 2019 por Richard Zhu y Amat Cama. Afecta al motor JavaScript de Mozilla, SpiderMonkey, y fue utilizada para comprometer el renderizador. El problema fue solucionado en...

8.8CVSS8.1AI score0.29514EPSS
SaveExploits11References2
NVD
NVD
added 2026/09/10 10:16 p.m.8 views

CVE-2026-76059

IBM Langflow OSS 1.0.0 through 1.11.5 An attacker who could submit custom component source code could bypass the static security scanner by crafting an annotated class-body assignment that resolved to a dangerous callable through alias tracking; the resolved value was never checked against the...

8.8CVSS0.00487EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 9:43 p.m.28 views

CVE-2026-76059

IBM Langflow OSS versions 1.0.0 through 1.11.5 are affected by a protection mechanism failure (CWE-693) in its static code security scanner. An attacker who can submit custom component source code can bypass the scanner by crafting an annotated class-body assignment that resolves to a dangerous c...

8.8CVSS0.00487EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/10 8:28 p.m.12 views

Traefik: ForwardAuth identity spoofing via dot-form header alias

Summary There is a medium severity vulnerability in Traefik's handling of request headers whose name aliases another header name. Go canonicalizes header names on dashes only, so X-Auth-User, XAuthUser and X.Auth.User are three distinct headers to Traefik, while backends that derive variable name...

8.1CVSS0.00235EPSS
SaveExploits0References7Affected Software2
CVE
CVE
added 2026/09/10 3:31 p.m.25 views

CVE-2026-88011

Traefik 's ForwardAuth middleware is vulnerable to identity spoofing via dot-form header aliases (e.g. X.Authenticated.User). Go treats these as distinct from the canonical dash-form header, but backends such as PHP, CGI, WSGI, and NGINX collapse both into the same variable, allowing a permitted ...

8.1CVSS0.00235EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/10 3:31 p.m.7 views

CVE-2026-88011 Traefik: ForwardAuth identity spoofing via dot-form header alias

Traefik is an open source HTTP reverse proxy and load balancer. Prior to 2.11.56, and from 3.0.0 until 3.7.12, a client-supplied dot-form header such as X.Authenticated.User survives ForwardAuth replacement and underscoreHeadersStrategy because Go treats it as distinct from X-Authenticated-User...

5.3CVSS0.00207EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/10 1:05 p.m.16 views

CVE-2026-88879

Traefik (HTTP reverse proxy and load balancer) is vulnerable to identity spoofing via dot-form header aliasing in versions v1.x, v2.x–v2.11.55, and v3.0.0–v3.7.11. Because Go canonicalizes header names on dashes only, a client can send a dot-form alias (e.g., X.Authenticated.User) alongside the c...

8.2CVSS0.00207EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/09/10 1:05 p.m.37 views

CVE-2026-88879 Traefik before v2.11.56 Identity Spoofing via Header Alias

Traefik is an HTTP reverse proxy and load balancer. In Traefik v1.x, v2.x through v2.11.55, and v3.0.0 through v3.7.11, header names are canonicalized only on dashes, so X-Auth-User, XAuthUser and X.Auth.User are treated as three distinct headers by Traefik, while backends that derive variable...

5.3CVSS0.00207EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/10 1:05 p.m.11 views

CVE-2026-88879 Traefik before v2.11.56 Identity Spoofing via Header Alias

Traefik is an HTTP reverse proxy and load balancer. In Traefik v1.x, v2.x through v2.11.55, and v3.0.0 through v3.7.11, header names are canonicalized only on dashes, so X-Auth-User, XAuthUser and X.Auth.User are treated as three distinct headers by Traefik, while backends that derive variable...

5.3CVSS0.00207EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/10 1:03 a.m.11 views

CVE-2025-57833

CVE-2025-57833 Aplicación vulnerable de ejemplo para CVE-2025–57833 Django 4.2 anterior a 4.2.24, 5.1 anterior a 5.1.12 y 5.2 anterior a 5.2.6 es vulnerable a una inyección SQL mediante la expansión de diccionarios cuando kwargs se pasa a QuerySet.annotate o QuerySet.alias Actualmente es un traba...

8.1CVSS7.6AI score0.15656EPSS
SaveExploits4
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.14 views

PT-2026-89610

🚨 CVE-2026-76059 IBM Langflow OSS 1.0.0 through 1.11.5 An attacker who could submit custom component source code could bypass the static security scanner by crafting an annotated class-body assignment that resolved to a dangerous callable through alias tracking; the resolved value was never check...

8.8CVSS0.00487EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.14 views

PT-2026-89390

Summary There is a medium severity vulnerability in Traefik's handling of request headers whose name aliases another header name. Go canonicalizes header names on dashes only, so X-Auth-User, X Auth User and X.Auth.User are three distinct headers to Traefik, while backends that derive variable...

5.3CVSS0.00207EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.17 views

PT-2026-89699

Summary There is a medium severity vulnerability in Traefik's handling of request headers whose name aliases another header name. Go canonicalizes header names on dashes only, so X-Auth-User, X Auth User and X.Auth.User are three distinct headers to Traefik, while backends that derive variable...

5.3CVSS0.00235EPSS
SaveExploits0References8
Rows per page
Query Builder