Lucene search
+L

9414 matches found

Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.12 views

PT-2026-81492

Name of the Vulnerable Software and Affected Versions Chainlit versions 2.4.0rc0 through 2.11.x Description Chainlit deployments with features.mcp.enabled set to true in .chainlit/config.toml expose the 'POST /mcp' endpoint without authentication. The ConnectSseMCPRequest and...

7.2CVSS5.7AI score0.00319EPSS
SaveExploits0References12
EUVD
EUVD
added 2026/08/24 1:12 p.m.12 views

EUVD-2026-64853

TypeORM's SelectQueryBuilder.distinctOn accepts an array of strings and stores it on the expression map without validation. For PostgreSQL-family drivers, createSelectDistinctExpression in src/query-builder/SelectQueryBuilder.ts joins that array and interpolates the result into the generated...

8.7CVSS6.2AI score0.0036EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/21 12:16 p.m.9 views

CVE-2026-13176

The Eventin WordPress plugin before 4.1.21 does not validate a user-supplied webhook URL stored on events nor verify event ownership, allowing users with contributor-level access and above to trigger blind server-side requests to arbitrary hosts...

2.7CVSS0.00237EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/21 11:40 a.m.14 views

EUVD-2026-63907

The Eventin WordPress plugin before 4.1.21 does not validate a user-supplied webhook URL stored on events nor verify event ownership, allowing users with contributor-level access and above to trigger blind server-side requests to arbitrary hosts...

2.7CVSS5.6AI score0.00237EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/21 11:40 a.m.32 views

CVE-2026-13176 Eventin < 4.1.21 - Contributor+ Server-Side Request Forgery

The Eventin WordPress plugin before 4.1.21 does not validate a user-supplied webhook URL stored on events nor verify event ownership, allowing users with contributor-level access and above to trigger blind server-side requests to arbitrary hosts...

2.7CVSS0.00237EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/21 11:40 a.m.24 views

CVE-2026-13176

The Eventin WordPress plugin before 4.1.21 contains a blind Server-Side Request Forgery (SSRF) vulnerability. The plugin fails to validate user-supplied webhook URLs stored on events and does not verify event ownership, allowing authenticated users with contributor-level access or above to trigge...

2.7CVSS5.6AI score0.00237EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/21 12:31 a.m.21 views

EUVD-2026-63681

The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate...

8.5CVSS5.5AI score0.00218EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/21 12:00 a.m.13 views

Cisco Unified Intelligence Center < 12.6 / 12.6.x < 12.6(2) ES08 / 15.0.x < 15.0(1) SU2 SQL Injection (cisco-sa-cuic-sql-inject-2qbfWSm5)

A vulnerability in the web-based management interface of Cisco Unified Intelligence Center could allow an authenticated, local attacker to perform a blind SQL injection attack against an affected device. This vulnerability is due to insufficient validation of user-supplied input. An attacker coul...

6.5CVSS5.9AI score0.00205EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 9:46 p.m.14 views

CVE-2026-54508 TREK: Blind SSRF via unvalidated redirect-following in Google/Naver list import and Maps URL resolution

TREK is a collaborative travel planner. Prior to 3.1.0, TREK validates only the initial URL before native redirect following in importGoogleList and importNaverList in server/src/services/placeService.ts and resolveGoogleMapsUrl in server/src/services/mapsService.ts. The affected sinks call...

5.3CVSS5.6AI score
SaveExploits0References6
NVD
NVD
added 2026/08/20 1:19 p.m.12 views

CVE-2026-74011

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in revmakx InfiniteWP Client allows Blind SQL Injection. This issue affects InfiniteWP Client: from n/a through 1.13.9...

7.6CVSS0.00226EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 12:32 p.m.39 views

CVE-2026-74011 WordPress InfiniteWP Client plugin <= 1.13.9 - SQL Injection vulnerability

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in revmakx InfiniteWP Client allows Blind SQL Injection. This issue affects InfiniteWP Client: from n/a through 1.13.9...

7.6CVSS0.00226EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/20 12:32 p.m.14 views

EUVD-2026-63324

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in revmakx InfiniteWP Client allows Blind SQL Injection. This issue affects InfiniteWP Client: from n/a through 1.13.9...

7.6CVSS5.8AI score0.00226EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 12:32 p.m.36 views

CVE-2026-74011

A Blind SQL Injection vulnerability exists in the InfiniteWP Client WordPress plugin by revmakx, affecting versions through 1.13.9 . The flaw stems from improper neutralization of special elements in SQL commands, allowing an authenticated attacker (high privileges required) to extract data from ...

7.6CVSS5.8AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 11:21 a.m.13 views

CVE-2026-77074 n8n before 1.123.69 SSRF via Edit Image Node

n8n versions before 1.123.69 contain a server-side request forgery vulnerability in the Edit Image node's Draw Text operation that allows authenticated users to inject MVG primitives. Attackers can craft malicious text values to issue blind outbound HTTP requests to arbitrary addresses or access...

6CVSS5.6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 11:05 a.m.15 views

EUVD-2026-63256

The setWebhookResolver in packages/api/src/resolvers/webhooks/index.ts stores the caller-supplied url without any address validation, and the file imports no validation helper. When a subscribed event fires, callWebhook in packages/api/src/jobs/callwebhook.ts issues axios.request with that url, t...

5.3CVSS5.4AI score0.00222EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.18 views

PT-2026-78930

Name of the Vulnerable Software and Affected Versions n8n versions prior to 1.123.69 Description Authenticated users can exploit a server-side request forgery SSRF issue in the Edit Image node's Draw Text operation. By injecting MVG Marc SVG primitives through malicious text values, an attacker c...

6CVSS5.5AI score0.00211EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.18 views

PT-2026-79218

The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate...

8.5CVSS5.4AI score0.00218EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/19 8:44 p.m.45 views

CVE-2026-54492 Koel: Authenticated Blind SSRF via Subsonic Podcast Channel Creation

Koel is a free, open-source music streaming solution. Prior to 9.7.0, the Subsonic-compatible createPodcastChannel.view route accepts an authenticated user's private URL because app/Http/Requests/Subsonic/CreatePodcastChannelRequest.php does not apply the SafeUrl validation used by the regular...

4.3CVSS0.00321EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 8:44 p.m.36 views

CVE-2026-54492

Koel (open-source music streaming) versions prior to 9.7.0 are vulnerable to an authenticated blind SSRF via the Subsonic-compatible createPodcastChannel.view route. The CreatePodcastChannelRequest.php validator omits the SafeUrl rule applied by the regular podcast API, allowing an authenticated ...

4.3CVSS5.6AI score0.00321EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 6:16 p.m.11 views

CVE-2026-61518

ISPConfig contains an authenticated SQL injection vulnerability in the Remote API. The primaryid parameter passed to delete and update API methods is concatenated directly into SQL WHERE clauses without integer casting or parameterized query binding. The built-in SQL injection scanner does not...

8.8CVSS0.00312EPSS
SaveExploits0References2
Rows per page
Query Builder