Lucene search
+L

846 matches found

Nuclei
Nuclei
added 2026/09/05 2:04 a.m.27 views

Astro SSR - Server-Side Request Forgery

Astro before 5.17.3 and @astrojs/node before 9.5.4 are vulnerable to full-read SSRF due to improper Host header validation in error page rendering, allowing attackers to redirect requests and access internal resources. id: CVE-2026-25545 info: name: Astro SSR - Server-Side Request Forgery author:...

8.6CVSS5.2AI score0.01769EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/04 11:58 p.m.4 views

CVE-2024-5452

CVE-2024-5452 01. Présentation de RCE et pytorch-lightning 1 Présentation de RCE et pytorch-lightning RCE Remote Code Execution, exécution de code à distance est une vulnérabilité qui permet à un attaquant d'exécuter du code arbitraire à distance dans un système ou une application, et correspond ...

9.8CVSS8.9AI score0.26831EPSS
SaveExploits3
CVE
CVE
added 2026/09/04 10:24 a.m.10 views

CVE-2026-84428

fastify versions before 5.12.2 are vulnerable to a header validation bypass caused by incomplete case normalization in the JSON Schema Draft 7 dependencies keyword. While the library lowercases property keys and the root-level required array to accommodate HTTP's case-insensitive headers, it fail...

7.5CVSS5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 10:24 a.m.22 views

CVE-2026-84428 fastify vulnerable to header validation bypass via incomplete schema case normalization

fastify versions before 5.12.2 implement the case-insensitive nature of HTTP header names by lowercasing names in a route's header schema before compiling it, but the transformation is incomplete: it lowercases the properties keys and the root-level required array, and does not lowercase the...

7.5CVSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 7:48 a.m.4 views

CVE-2026-67182-HTTP-Request-Smuggling-Enables-Front-End-Access-Control-Bypass-rouille-

Бюллетень безопасности: смагглинг HTTP-запросов позволяет обойти контроль доступа на фронтенде rouille Назначенный идентификатор CVE: CVE-2026-67182 Сводка rouille::proxy::proxy и rouille::proxy::fullproxy копируют значения заголовков запроса, переданные клиентом, в подключение к вышестоящему...

7.5CVSS5.2AI score0.00415EPSS
SaveExploits1References1
Nuclei
Nuclei
added 2026/09/04 2:04 a.m.71 views

Versa Concerto Actuator Endpoint - Authentication Bypass

An authentication bypass vulnerability affected the Spring Boot Actuator endpoints in Versa Concerto due to improper handling of the X-Real-Ip header.Attackers could access restricted endpoints by omitting this header.The issue allowed unauthorized access to sensitive functionality, highlighting...

9.2CVSS9AI score0.8194EPSS
SaveExploits1References3
OSV
OSV
added 2026/09/03 6:15 p.m.3 views

CVE-2026-49455 Waku: Cross-Origin CSRF on RSC Server Action Dispatch

Waku is the minimal React framework. Prior to version 1.0.0-beta.1, Waku's RSC request dispatcher invokes server actions without validating the request's Origin or Sec-Fetch-Site header. A cross-origin web attacker can therefore cause a victim browser to issue an authenticated POST to a registere...

6.5CVSS5.5AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/03 12:26 p.m.8 views

CVE-2025-68930

🔍 CVE-2025-68930 분석: Traccar의 WebSocket 하이재킹 취약점 CVE-2025-68930 은 오픈 소스 GPS 추적 시스템인 Traccar 에서 크로스 사이트 WebSocket 하이재킹CSWSH 치명적 취약점 을 노출합니다. 주요 세부 사항은 다음과 같습니다. 🛡️ 취약점 세부 정보 영향을 받는 엔드포인트 : /api/socket. 근본 원인 : WebSocket 핸드셰이크 과정에서 Origin 헤더 검증 부재. 악용 메커니즘 : 1. 공격자는 인증된 사용자를 속여 악성 사이트를 방문하도록 유도합니다...

7.1CVSS5.2AI score0.00541EPSS
SaveExploits4References1
Kitploit
Kitploit
added 2026/09/01 6:54 p.m.4 views

CVE-2025-12543-Fix-for-Wildfly

Image de base WildFly 11.0.0.Final — Correctif CVE-2025-12543 Présentation Ce dépôt fournit une image Docker de base construite sur WildFly 11.0.0.Final avec un correctif rétroporté pour CVE-2025-12543 , une vulnérabilité critique de validation de l'en-tête Host dans Undertow. L'image est destiné...

9.6CVSS7.7AI score0.01352EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 2:39 p.m.4 views

CVE-2020-5236

Waitress 1.4.2 ReDoS - CVE-2020-5236 Waitress версии 1.4.2 позволяет провести DoS-атаку, когда waitress получает заголовок, содержащий недопустимые символы. При получении заголовка вида "Bad-header: xxxxxxxxxxxxxxx\x10" это приводит к катастрофическому возврату в движке регулярных выражений, что...

6.8CVSS6.4AI score0.02363EPSS
SaveExploits0
CVE
CVE
added 2026/08/27 6:04 p.m.62 views

CVE-2026-59317

Spring for Apache Kafka is vulnerable to a denial of service via a poison-pill loop caused by missing header validation in DeadLetterPublishingRecovererFactory . The component reads the retry_topic-original-timestamp header from an inbound ConsumerRecord and passes its raw bytes directly to new B...

6.5CVSS5.2AI score0.00367EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/27 6:04 p.m.33 views

CVE-2026-59317 In Spring for Apache Kafka, missing header validation in DeadLetterPublishingRecovererFactory enables denial of service via a poison-pill loop

DeadLetterPublishingRecovererFactory reads the retrytopic-original-timestamp header from an inbound ConsumerRecord and passes its raw bytes directly to new BigIntegerheader.value with no length or format validation. Spring for Apache Kafka 4.1.0 Spring for Apache Kafka 4.0.0 - 4.0.6 Spring for...

6.5CVSS0.00367EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 2:50 p.m.22 views

CVE-2026-81102

CVE-2026-81102 affects the Dropbox Dash MCP server (src/mcp_server_dash.py), which in its network mode bound its listener to the loopback address but never validated the Host header , and included no transport-security settings. This allowed a DNS rebinding attack: a malicious page in a visitor's...

3.1CVSS5.3AI score0.0014EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/27 2:50 p.m.50 views

CVE-2026-81102 Dropbox Dash MCP Server DNS Rebinding via Missing Host Header Validation

The Dash MCP server bound its listener to the loopback address but never checked the host a request named. src/mcpserverdash.py constructed the server for its network mode with the interface restricted to loopback and no transport-security settings, so a name that had been pointed at the loopback...

3.1CVSS0.0014EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/27 2:50 p.m.11 views

CVE-2026-81102 Dropbox Dash MCP Server DNS Rebinding via Missing Host Header Validation

The Dash MCP server bound its listener to the loopback address but never checked the host a request named. src/mcpserverdash.py constructed the server for its network mode with the interface restricted to loopback and no transport-security settings, so a name that had been pointed at the loopback...

3.1CVSS5.8AI score0.0014EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.7 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098988)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098988 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6teui64: reject invalid MAC header for all packets eui64mt6 derives a modified EUI-6...

9.4CVSS6.1AI score0.00337EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/25 2:16 a.m.11 views

CVE-2026-56709

Grav before 3.9.2 fails to validate untrusted Host headers in the sendInvitationEmail function when constructing token-bearing invitation links. Attackers can manipulate the Host header to poison invitation links and redirect users to attacker-controlled domains, bypassing the requiretrustedhost...

8.7CVSS0.00256EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 1:29 a.m.19 views

CVE-2026-34959

Adminer 4.6.0 before 5.5.0 prepends the client-supplied X-Forwarded-Prefix header to $_SERVER["REQUEST_URI"] without a trusted-proxy check or validation of the prefix value. An attacker can inject an absolute URL (e.g., https://evil.example) that propagates into Location redirect headers, the Set...

5.3CVSS5.5AI score0.00208EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: ntfs: Centralized validation of the $INDEXROOT header. A dedicated helper function has been added to perform more stringent validation of the $INDEXROOT, and this function is used for both directory inodes and named index...

8.4CVSS5.8AI score0.00168EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copying the entire header to the stack buffer, not just the basic header Eric Dumazet states that: nfconntrackdccppacket has a unique mechanism: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And...

8.2CVSS6.1AI score0.00278EPSS
SaveExploits0References2
Rows per page
Query Builder