Lucene search
+L

279 matches found

Kitploit
Kitploit
added 2026/09/23 7:47 a.m.10 views

cve-2024-32002-poc-rce

CVE-2024-32002 RCE POC A POC for CVE-2024-32002 demonstrating Remote Code Execution RCE. See cve-2024-32002-poc-rce for the related submodule repository. What this repo contains A symlink with an arbitraty name that links to the .git directory. A .gitmodules file that defines the malicious...

9CVSS8AI score0.29234EPSS
SaveExploits32References1
Nuclei
Nuclei
added 2026/09/23 2:05 a.m.11 views

Gotenberg <= 8.30.1 - Server Side Request Forgery

Gotenberg is an API-based document conversion tool. In versions 8.30.1 and earlier, the default private-IP deny-lists for the --webhook-deny-list and --api-download-from-deny-list flags use a case-sensitive regular expression ^https?:// to match URL schemes. Because Go's net/url.Parse normalizes...

7.8CVSS8AI score0.0195EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/23 12:44 a.m.9 views

CVE-2020-14882

CVE-2020–14882 Weblogic Unauthorized bypass RCE bypass patch with CVE-2020–14882 private static final String IllegalUrl = new String";", "%252E%252E", "%2E%2E", "..", "%3C", "%3E", ""; list root@kitploit: %252E%252E %2E%2E .. %3E %3C ; lower root@kitploit: "%252E%252E%252F".lower '%252e%252e%252f...

10CVSS8.7AI score0.99997EPSS
SaveExploits42
Kitploit
Kitploit
added 2026/09/22 8:49 a.m.11 views

CVE-2026-5556-Kubernetes-Admission-Controller-Bypass-via-Case-Sensitivity

CVE-2026-5556 – Kubernetes Admission Controller Bypass via Case Sensitivity Program Code Python admission webhook + exploit root@kitploit: !/usr/bin/env python3 admissionwebhook.py - Vulnerable webhook that rejects pods with specific name from flask import Flask, request, jsonify app = Flaskname...

6.5CVSS7AI score0.00291EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/21 5:53 p.m.10 views

CVE-2025-27636-Practical-Lab

🛡️ CVE-2025-27636 — Practical Exploitation Lab for Apache Camel 🔍 Overview CVE-2025-27636 is a critical Remote Code Execution RCE vulnerability in Apache Camel , specifically in the camel-exec component. It stems from a subtle but dangerous issue: TheDefaultHeaderFilterStrategy performs...

5.6CVSS7.2AI score0.81126EPSS
SaveExploits4
CVE
CVE
added 2026/09/21 4:39 p.m.12 views

CVE-2026-77560

Tinyauth is an authentication and authorization server. Prior to 5.1.2, Tinyauth compares forwarded hostnames case-sensitively while reverse proxies route equivalent hostnames case-insensitively, allowing an authenticated low-privilege user to bypass per-app access controls with a differently cas...

8.1CVSS5.8AI score0.00334EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/21 4:39 p.m.4 views

CVE-2026-77560 Tinyauth: forward-auth per-app ACL is matched case-sensitively against the (case-insensitive) hostname, letting an authenticated user reach apps they are not on the allowlist for

Tinyauth is an authentication and authorization server. Prior to 5.1.2, Tinyauth compares forwarded hostnames case-sensitively while reverse proxies route equivalent hostnames case-insensitively, allowing an authenticated low-privilege user to bypass per-app access controls with a differently cas...

8.1CVSS5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/21 4:39 p.m.29 views

CVE-2026-77560 Tinyauth: forward-auth per-app ACL is matched case-sensitively against the (case-insensitive) hostname, letting an authenticated user reach apps they are not on the allowlist for

Tinyauth is an authentication and authorization server. Prior to 5.1.2, Tinyauth compares forwarded hostnames case-sensitively while reverse proxies route equivalent hostnames case-insensitively, allowing an authenticated low-privilege user to bypass per-app access controls with a differently cas...

8.1CVSS0.00334EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/21 2:59 p.m.3 views

CVE-2026-52740 GoCD is vulnerable to pipeline template view API authorization bypass

GoCD is a continuous deliver server. From 18.7.0 until 26.1.0, the Get Template Config API compares HTTP method names case-sensitively when selecting authorization filters. A lower-privileged authenticated user can send a request with nonstandard HTTP method capitalization to retrieve a pipeline...

5.3CVSS5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/21 8:14 a.m.7 views

cve-2024-32002-poc-aw

CVE-2024-32002 PRC AW A POC for CVE-2024-32002 demonstrating arbitrary write into the .git directory. See cve-2024-32002-submodule-aw for the related submodule repository. What this repo contains A symlink with an arbitraty name that links to the .git directory. A .gitmodules file that defines th...

9CVSS8AI score0.29234EPSS
SaveExploits32References1
OSV
OSV
added 2026/09/15 7:54 p.m.6 views

GHSA-9998-894R-FWVR Http4s Ember Transfer-Encoding value parsing (TE.CL / TE.0 request smuggling)

Summary Ember's HTTP/1.1 header parser matches the Transfer-Encoding header value with a case-sensitive substring test hValue.contains"chunked". RFC 9112 §7 requires transfer-coding names to be compared case-insensitively. A request carrying Transfer-Encoding: Chunked capital C is therefore not...

8.7CVSS6AI score0.00396EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/15 7:15 p.m.26 views

CVE-2026-69205 Http4s: Ember Transfer-Encoding value parsing (TE.CL / TE.0 request smuggling)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS0.00396EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/15 7:15 p.m.8 views

EUVD-2026-79190

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS5.6AI score0.00396EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/15 7:15 p.m.9 views

CVE-2026-69205 Http4s: Ember Transfer-Encoding value parsing (TE.CL / TE.0 request smuggling)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS5.6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/09/15 7:15 p.m.11 views

CVE-2026-69205 Http4s: Ember Transfer-Encoding value parsing (TE.CL / TE.0 request smuggling)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS5.6AI score0.00396EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/15 7:15 p.m.13 views

CVE-2026-69205

Http4s (a Scala HTTP library) is affected in its Ember backend, specifically the HeaderP.parse function, which uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. This causes mismatches with RFC-compliant intermediaries,...

8.7CVSS5.6AI score0.00396EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/15 5:49 p.m.6 views

EUVD-2026-79125

MCPVault is a lightweight Model Context Protocol server for safe access to files in an Obsidian vault. Prior to 0.11.4, PathFilter in src/pathfilter.ts compiles restricted-directory patterns case-sensitively and compares paths without canonicalizing filesystem-equivalent segment names. On...

8.4CVSS5.8AI score0.00174EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/15 12:00 a.m.12 views

PT-2026-92423

Summary Ember's HTTP/1.1 header parser matches the Transfer-Encoding header value with a case-sensitive substring test hValue.contains"chunked". RFC 9112 §7 requires transfer-coding names to be compared case-insensitively. A request carrying Transfer-Encoding: Chunked capital C is therefore not...

8.7CVSS6AI score0.00396EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.6 views

Astra Linux – Vulnerability in gnutls28

A flaw was discovered in gnutls. This vulnerability arises because gnutls performs case-sensitive comparisons of nameConstraints labels, particularly for dNSName DNS or rfc822Name email constraints within excludedSubtrees or permittedSubtrees. A remote attacker can exploit this vulnerability by...

7.4CVSS7.2AI score0.00565EPSS
SaveExploits1References2
GithubExploit
GithubExploit
added 2026/09/11 10:03 p.m.24 views

Exploit for CVE-2026-89012

CVE-2026-89012 — Dolibarr SQL Filter Denylist Bypass Exploit...

7.1CVSS5.8AI score0.00339EPSS
SaveExploits1
Rows per page
Query Builder