Lucene search
+L

34 matches found

Kitploit
Kitploit
added 2026/09/19 7:10 p.m.10 views

CVE-2021-25735

CVE-2021-25735 利用CVE-2021-25735:绕过Kubernetes验证准入Webhook 设置脆弱环境 让我们先运行脚本gencerts.sh生成TLS证书和密钥。 bash gencerts.sh 要部署准入控制器,你需要本地构建Docker容器镜像,打标签,并使用以下命令将镜像推送到你的Dockerhub。 docker login docker build -t validationwebhook:1.0 . docker tag validationwebhook:1.0 darryk/dev:1.0 docker push darryk/dev:1.0...

6.5CVSS6.7AI score0.05524EPSS
SaveExploits1
OSV
OSV
added 2026/09/15 3:27 p.m.5 views

CVE-2026-55636 Capsule: Incomplete fix of CVE-2026-30963: singular/plural typo leaves namespaces/finalize unprotected

Capsule is a multi-tenancy and policy-based framework for Kubernetes. From 0.13.0 until 0.13.6, charts/capsule/templates/configuration.yaml configures the validating webhook with namespace/finalize instead of the Kubernetes resource name namespaces/finalize. A user with namespaces/finalize RBAC c...

5.7CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/14 3:53 p.m.36 views

CVE-2026-55235 langgraph-api: Relative webhook targets in LangGraph Server can reach in-process routes without authentication

langgraph-api implements the LangGraph API for rapid development and testing. Prior to 0.10.0, langgraph-api permits a run or cron to specify a relative webhook target that is delivered through an in-process loopback transport, and the authentication middleware treats that transport as internal...

5.9CVSS0.00234EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/08 3:14 p.m.10 views

CVE-2026-86735

snipe-it versions before 8.7.0 contain a server-side request forgery (SSRF) vulnerability in the ExternalUrl validation rule , which fails to detect IPv6 transition addresses (NAT64, 6to4, or Teredo) that encode private IPv4 targets. An attacker with super-admin privileges can configure webhook U...

5.9CVSS5.7AI score0.0024EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/09/02 11:45 p.m.9 views

GHSA-C5F6-2RM9-2W8G OpenChoreo: Unauthenticated build/workflow trigger via git-provider confusion (webhook signature bypass)

Summary The OpenChoreo autobuild webhook endpoint POST /api/v1alpha1/autobuild selected the git provider used to authenticate an incoming webhook from a client-supplied request header rather than from the target component's configuration, and its Bitbucket provider accepted requests without a val...

5.3CVSS5.8AI score0.00237EPSS
SaveExploits0References12
Github Security Blog
Github Security Blog
added 2026/09/02 11:45 p.m.9 views

OpenChoreo: Unauthenticated build/workflow trigger via git-provider confusion (webhook signature bypass)

Summary The OpenChoreo autobuild webhook endpoint POST /api/v1alpha1/autobuild selected the git provider used to authenticate an incoming webhook from a client-supplied request header rather than from the target component's configuration, and its Bitbucket provider accepted requests without a val...

5.3CVSS5.8AI score0.00237EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2026/08/05 12:26 p.m.14 views

CVE-2026-71271 Memos Webhook SSRF via 0.0.0.0 Reserved-IP Bypass

Memos' webhook URL validation, isReservedIP internal/webhook/validate.go, checks a candidate IP against a reservedCIDRs list that omits 0.0.0.0/8 and never calls ip.IsUnspecified — unlike the correctly implemented sibling function isInternalIP in internal/httpgetter/htmlmeta.go, which does...

8.5CVSS5.3AI score
SaveExploits0References4
CVE
CVE
added 2026/07/28 5:09 p.m.63 views

CVE-2026-54635

CVE-2026-54635 affects pytonapi 2.0.0–2.2.0, where TonapiWebhookDispatcher fails to validate the Authorization header for webhook handlers registered with a documented path (custom path). The setup() logic only stores bearer tokens for default suffix paths, so self._tokens.get(path) returns None ...

7.5CVSS6AI score0.0042EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/27 5:59 p.m.84 views

CVE-2026-48051

Papra (document management platform) prior to version 26.5.0 is vulnerable to SSRF via its webhook delivery system. The issue arises because the SSRF protection checks only the registered webhook URL and ignores redirects; the HTTP client (ofetch) automatically follows 3xx redirects, and the redi...

3.5CVSS5.8AI score0.00207EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/27 6:00 a.m.10 views

CVE-2026-13597 QRcode Login for WeChat <= 1.3 - Unauthenticated Account Takeover

The 微信二维码登陆 WordPress plugin through 1.3 does not properly validate WeChat webhook requests, as its signature check always passes, and it discloses the generated login code in the webhook response. This allows an unauthenticated attacker to forge a login event for any existing username, read the...

5.9AI score0.00323EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/13 6:00 a.m.52 views

CVE-2026-11964 User Registration & Membership < 5.2.2 - Unauthenticated PayPal Webhook Signature Verification Bypass Leading to Membership Activation

The User Registration & Membership WordPress plugin before 5.2.2 does not verify the authenticity of incoming payment-provider webhook notifications before acting on them, allowing unauthenticated attackers to forge a payment-approved event and activate a paid membership subscription without...

0.00454EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/06/30 6:20 p.m.22 views

Fission: Environment Runtime.Container and Builder.Container SecurityContext bypass allows privileged pod creation

Summary A follow-up bypass of the round-4 PodSpec hardening GHSA-gx55-f84r-v3r7, GHSA-wmgg-3p4h-48x7, GHSA-v455-mv2v-5g92. Those advisories validate and sanitize the PodSpec spec.runtime.podSpec / spec.builder.podSpec / function.spec.podSpec, but the Environment CRD also exposes...

9.9CVSS5.8AI score0.0029EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/30 6:18 p.m.23 views

Fission Environment CRD PodSpec Injection Leading to Node Escape and Cluster Takeover

Summary A stronger framing of the same root cause as GHSA-gx55-f84r-v3r7: the Environment.spec.runtime.podSpec / spec.builder.podSpec passthrough lacked validation, and MergePodSpec propagated dangerous fields into the generated pods. Details Three independent flaws compounded: 1. Validate gap...

9.9CVSS5.8AI score0.003EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/06/30 6:18 p.m.13 views

GHSA-WMGG-3P4H-48X7 Fission Environment CRD PodSpec Injection Leading to Node Escape and Cluster Takeover

Summary A stronger framing of the same root cause as GHSA-gx55-f84r-v3r7: the Environment.spec.runtime.podSpec / spec.builder.podSpec passthrough lacked validation, and MergePodSpec propagated dangerous fields into the generated pods. Details Three independent flaws compounded: 1. Validate gap...

9.9CVSS5.8AI score0.003EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/05/08 7:09 p.m.21 views

Bunsink has an SSRF bypass in `validate_webhook_url`

Summary Bugsink’s webhook URL validation in versions 2.1.2 and earlier could be partially bypassed because of a mismatch in URL parsing. In some malformed URLs, Python’s standard URL parser urllib and the HTTP client stack requests / urllib3 do not agree on which host is actually being targeted...

4.3CVSS6AI score0.00286EPSS
SaveExploits0References5Affected Software1
GithubExploit
GithubExploit
added 2026/05/07 1:30 a.m.148 views

Exploit for CVE-2026-44109

CVE-2026-44109 Overview OpenClaw versions prior to 2026.4...

9.8CVSS6AI score0.00718EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/04/30 5:19 p.m.26 views

Gotenberg has case-insensitive URL scheme that bypasses webhook and downloadFrom deny-list SSRF protection

Vulnerability Details CWE: CWE-918 - Server-Side Request Forgery SSRF The default private-IP deny-lists for --webhook-deny-list and --api-download-from-deny-list use a case-sensitive regex ^https?://. Any uppercase URL scheme variant HTTP://, HTTPS://, Http:// bypasses the pattern. Go's...

7.8CVSS5.3AI score0.0195EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/29 12:00 a.m.18 views

PT-2026-28455

Name of the Vulnerable Software and Affected Versions OpenClaw versions prior to 2026.3.12 Description OpenClaw is susceptible to an authentication bypass issue in Feishu webhook mode. This occurs when only the verificationToken is configured, and the encryptKey is not. This allows unauthenticate...

8.8CVSS6.1AI score0.00247EPSS
SaveExploits0References6
CNVD
CNVD
added 2026/03/12 12:00 a.m.20 views

OpenClaw Security Bypass Vulnerability

OpenClaw is openclaw open source an intelligent artificial assistant. OpenClaw suffers from a security bypass vulnerability that stems from the fact that Webhook signature verification in the Voice Call extension can be bypassed, which can be exploited by an attacker to cause unauthenticated...

6.5CVSS5.8AI score0.0029EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/09 8:55 p.m.5 views

CVE-2026-31816

Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.31.4 and earlier, the Budibase server's authorized middleware that protects every server-side API endpoint can be completely bypassed by appending a webhook path pattern to the query string of any...

9.1CVSS5.8AI score0.15339EPSS
SaveExploits3References2Affected Software1
Rows per page
Query Builder