Lucene search
+L

211581 matches found

Cvelist
Cvelist
added 2026/08/14 11:35 a.m.32 views

CVE-2026-72823 Grav before 1.0.13 API-key scope cap bypass via DemoController

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper method checks isSuperAdmin and returns early before invoking requirePermission, so the apikeyscopes cap enforced only in requirePermission is skipped. As a...

5.4CVSS0.00193EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/14 11:35 a.m.9 views

EUVD-2026-58637

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper method checks isSuperAdmin and returns early before invoking requirePermission, so the apikeyscopes cap enforced only in requirePermission is skipped. As a...

5.4CVSS5.4AI score0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 11:35 a.m.35 views

CVE-2026-72823

The Grav API plugin (getgrav/grav-plugin-api) prior to 1.0.13 is impacted. Its DemoController contains a private requireSuper() check for isSuperAdmin() that returns early and skips requirePermission(), bypassing the api_key_scopes enforcement. Consequently, a scoped API key minted on a super acc...

5.4CVSS5.3AI score0.00193EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/14 11:35 a.m.11 views

CVE-2026-72823

The Grav API plugin getgrav/grav-plugin-api before 1.0.13 contains an API-key scope cap bypass in DemoController. Its private requireSuper method checks isSuperAdmin and returns early before invoking requirePermission, so the apikeyscopes cap enforced only in requirePermission is skipped. As a...

5.3AI score0.00193EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/14 11:35 a.m.7 views

EUVD-2026-58626

SiYuan versions = v3.7.2 contain a SQL injection vulnerability in the backlink/mention search query kernel/model/backlink.go, which concatenates stored block metadata title, name, alias, anchor text and the client-supplied keyword into a SQL MATCH/search statement while escaping only the...

10CVSS6.2AI score0.0025EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 11:35 a.m.24 views

CVE-2026-72811

SiYuan

10CVSS6.1AI score0.0025EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/14 11:35 a.m.17 views

CVE-2026-72811

SiYuan versions = v3.7.2 contain a SQL injection vulnerability in the backlink/mention search query kernel/model/backlink.go, which concatenates stored block metadata title, name, alias, anchor text and the client-supplied keyword into a SQL MATCH/search statement while escaping only the...

6.1AI score0.0025EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/14 11:35 a.m.34 views

CVE-2026-72811 SiYuan before v3.7.4 SQL Injection via backlink search

SiYuan versions = v3.7.2 contain a SQL injection vulnerability in the backlink/mention search query kernel/model/backlink.go, which concatenates stored block metadata title, name, alias, anchor text and the client-supplied keyword into a SQL MATCH/search statement while escaping only the...

10CVSS0.0025EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/08/14 10:37 a.m.35 views

cve-analysis-lab

Vulnerability Research & CVE Analysis Lab Analyst: Harsha...

9.8CVSS8.4AI score0.97279EPSS
SaveExploits31
Veracode
Veracode
added 2026/08/14 9:56 a.m.13 views

Denial Of Service

Spring Data Commons is vulnerable to Denial Of Service. The vulnerability is due to specially crafted HTTP requests causing excessive memory allocation when Spring Data Web Support is enabled with a controller method using @ProjectedPayload...

5.9CVSS4.5AI score0.00331EPSS
SaveExploits0References3Affected Software1
GithubExploit
GithubExploit
added 2026/08/14 9:13 a.m.25 views

VulnScope

VulnScope POC Proof of Concept Vulnerability Verificati...

5.6AI score
SaveExploits0
Veracode
Veracode
added 2026/08/14 9:00 a.m.12 views

Expression Language (SpEL) Injection

Spring Data MongoDB is vulnerable to Expression Language SpEL Injection. The vulnerability is due to improper handling of user-supplied values during parameter binding in @Query repository methods using a capture-all placeholder, which allows an attacker to inject and execute malicious SpEL...

8.1CVSS5.3AI score0.00328EPSS
SaveExploits0References5Affected Software1
Securelist
Securelist
added 2026/08/14 9:00 a.m.46 views

APT group HoneyMyte upgrades CoolClient: the backdoor gets a kernel-level Windows rootkit

Introduction CoolClient is a backdoor family attributed to the HoneyMyte APT group also known as Mustang Panda that has been used in their cyber-espionage campaigns targeting organizations across Asia and Russia. It supports such capabilities as keylogging, clipboard theft, credential harvesting,...

6.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/14 8:49 a.m.5 views

kubeshark v53.4.0

Network Observability for SREs & AI Agents Live Demo · Docs Kubeshark indexes cluster-wide network traffic at the kernel level using eBPF — delivering instant answers to any query using network, API, and Kubernetes semantics. What you can do: Download Retrospective PCAPs — cluster-wide packet...

5.9AI score
SaveExploits0References6
GithubExploit
GithubExploit
added 2026/08/14 6:46 a.m.27 views

Exploit for CVE-2026-72550

CVE-2026-72550 — Friendica Unauthenticated SQL Injection Un...

9.8CVSS5.9AI score0.00503EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2026/08/14 6:41 a.m.25 views

ReconTitan

A security-hardened platform for external reconnaissance, OSIN...

6.1AI score
SaveExploits0
Friends Of PHP
Friends Of PHP
added 2026/08/14 6:19 a.m.8 views

Client HttpTransport SSE buffer grows unbounded when server withholds the event delimiter

Summary The HTTP client transport in mcp/sdk reads a Server-Sent-Events SSE response stream incrementally and appends each 4 KiB chunk to an in-memory buffer $this-sseBuffer .= $chunk; with no upper bound. The buffer is only ever flushed when an SSE event delimiter "\n\n" appears. A remote MCP...

6.9CVSS6AI score0.00358EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2026/08/14 6:17 a.m.8 views

CVE-2026-16810

The Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder plugin for WordPress is vulnerable to generic SQL Injection via the 'dataqueryCondition' parameter in all versions up to, and including, 3.2.0 due to insufficient escaping on the user supplied parameter...

6.5CVSS0.00259EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/14 6:16 a.m.9 views

CVE-2026-15205

The Paymob for WooCommerce WordPress plugin before 4.1.9 does not properly sanitise a client-supplied identifier before using it in a SQL query within its public, unauthenticated payment callback, and performs this query before verifying the payment provider's HMAC signature. This allows...

8.6CVSS0.00324EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/14 6:16 a.m.7 views

CVE-2026-12743

The affiliate-toolkit – Multi-Network Affiliate & Amazon Product Display plugin for WordPress is vulnerable to time-based SQL Injection via the 'orderby' parameter in all versions up to, and including, 3.8.8 due to insufficient escaping on the user supplied parameter and lack of sufficient...

4.9CVSS0.00266EPSS
SaveExploits0References4
Rows per page
Query Builder