Lucene search
+L

400148 matches found

CVE
CVE
added 2026/09/16 2:59 p.m.11 views

CVE-2026-17619

IBM Platform RTM (spectrum-lsf) is vulnerable to SQL injection (CWE-89) in its web interface, where unvalidated input is passed directly into SQL queries. A remote attacker could send specially crafted SQL statements to view, add, modify, or delete data in the back-end database. The vulnerability...

SaveExploits0
CVE
CVE
added 2026/09/16 2:59 p.m.10 views

CVE-2026-82410

Pocketbase , an open-source web backend written in Go, is vulnerable to a denial of service due to its panic-recovery middleware failing to cover internal child and worker goroutines. A panic in one of these internal goroutines can escape recovery and terminate the server process . The fix, intro...

8.7CVSS5.7AI score0.00577EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 2:55 p.m.35 views

CVE-2026-79651

CVE-2026-79651 is an unauthenticated denial-of-service vulnerability in the keycloak-services component of Keycloak, specifically in its theme localization endpoints . The root cause is that the system accepts arbitrary locale tags from unauthenticated requests and stores them in a permanent in-m...

7.5CVSS5.8AI score0.00622EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 2:54 p.m.35 views

CVE-2026-74909

CVE-2026-74909 is an incomplete fix for CVE-2026-15573 in Keycloak's policy enforcer (component: keycloak-services). The enforcer fails to correctly normalize URLs containing percent-encoded characters such as semicolons or directory-traversal segments, allowing an authenticated user to trick the...

8.1CVSS5.6AI score0.00893EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 2:54 p.m.25 views

CVE-2026-18212

Keycloak 's SAML Redirect Binding implementation is affected by a native memory leak. The custom DEFLATE compression and decompression helpers fail to release native zlib memory after processing, so an unauthenticated attacker can send repeated malformed SAML requests to exhaust native memory and...

7.5CVSS5.6AI score0.00523EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 2:52 p.m.23 views

CVE-2026-84860

ScadaLTS 2.8.1-release-candidate build 0 suffers from an Authorization Bypass in its DWR (Direct Web Remoting) component. Spring Security restricts DWR endpoints by URL path pattern , but DWR actually dispatches method calls based on the POST body parameters c0-scriptName and c0-methodName . Addi...

8.8CVSS5.7AI score0.00413EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 2:52 p.m.13 views

CVE-2026-84859

ScadaLTS 2.8.1-release-candidate build 0 is affected by an authenticated blind SQL injection in the /api/events/search endpoint. The sortBy array values in the JSON request body are concatenated directly into the SQL ORDER BY clause without sanitization or parameterization, enabling time-based an...

6.5CVSS5.9AI score0.00296EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 2:51 p.m.11 views

CVE-2026-84858

ScadaLTS 2.8.1-release-candidate build 0 is vulnerable to Authenticated Remote Code Execution via a scripting sandbox bypass. The DWR "DataSourceEditDwr" class exposes the "validateScript" method, which compiles and executes attacker-supplied JavaScript through the Rhino scripting engine without ...

8.8CVSS5.8AI score0.00629EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 2:50 p.m.21 views

CVE-2026-63127

RMCP is the official Rust SDK for the Model Context Protocol . Prior to version 2.0.0 , the rmcp crate's OAuth implementation in crates/rmcp/src/transport/auth.rs omits the RFC 9728 resource field from ResourceServerMetadata and allows discover_oauth_server_via_resource_metadata to use protected-...

8.2CVSS5.7AI score0.00195EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:49 p.m.16 views

CVE-2026-63128

RMCP , the official Rust SDK for the Model Context Protocol, has an unauthenticated denial-of-service vulnerability in its stateful Streamable HTTP server (crates/rmcp/src/transport/streamable_http_server/tower.rs). Prior to version 2.0.0 , StreamableHttpService::handle_post calls LocalSessionMan...

7.5CVSS5.7AI score0.00535EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:48 p.m.11 views

CVE-2026-77409

RabbitMQ amqp091-go , a Go AMQP 0.9.1 client, is vulnerable to denial of service prior to 1.13.0 . The root cause is that Channel.dispatch, confirms.confirm, and Connection.dispatch0 synchronously send publisher confirmations, flow-control events, consumer cancellations, returned messages, and co...

8.2CVSS5.7AI score0.00411EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:45 p.m.25 views

CVE-2026-77411

RabbitMQ amqp091-go (a Go AMQP 0.9.1 client) is vulnerable to protocol desynchronization and frame injection in versions prior to 1.13.0 . The root cause is in readLongstr (read.go): when a declared AMQP longstr length exceeds 0x7FFFFFFF, the function returns an empty string and a nil error inste...

9.5CVSS5.7AI score0.00411EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:45 p.m.11 views

CVE-2026-92381

PbootCMS up to 3.2.22 contains a cross-site scripting (XSS) vulnerability in the Template Rendering component, specifically in the decode_string function of apps/admin/controller/content/ContentController.php. Manipulation of the Title argument allows a remote attacker with low privileges and req...

5.1CVSS3.5AI score0.00311EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 2:43 p.m.18 views

CVE-2026-77412

CVE-2026-77412 affects the RabbitMQ amqp091-go client (a Go AMQP 0.9.1 client) prior to version 1.13.0 . The root cause is in readField in read.go, which reads the length of an AMQP byte-array field (type tag x) into a signed int32 and passes the value directly to make for buffer allocation. A ma...

8.9CVSS5.7AI score0.00411EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:42 p.m.17 views

CVE-2026-77405

RabbitMQ amqp091-go (a Go AMQP 0.9.1 client) has a missing TLS minimum version enforcement in tlsConfigFromURI within uri.go. Prior to 1.13.0 , the function creates tls.Config values without setting MinVersion to tls.VersionTLS12. Builds using a Go runtime whose default permits TLS 1.0 or TLS 1.1...

9.4CVSS5.7AI score0.0023EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:40 p.m.10 views

CVE-2026-92570

reNgine through 2.2.0 has an authorization bypass in the GetFileContents API endpoint due to missing role-based permission checks. Any authenticated user with a low-privilege Auditor role can read bundled reconnaissance tool configuration files, exposing third-party API keys for SecurityTrails, S...

7.1CVSS5.7AI score0.00341EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 2:40 p.m.12 views

CVE-2026-77404

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client library. Prior to 1.13.0 , the URI.String method in uri.go concatenates CertFile, KeyFile, CACertFile, and ServerName values directly into the AMQPS query string without URL-encoding them. If an application accepts a TLS asset path containing ampersan...

8.7CVSS5.7AI score0.00097EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:40 p.m.9 views

CVE-2026-92569

Hippo4j through version 1.5.0 is affected by a server-side request forgery (SSRF) vulnerability in four ThreadPoolController endpoints that fail to validate the clientAddress parameter. Authenticated attackers can supply arbitrary hostnames and ports to trigger outbound GET requests toward intern...

5.3CVSS5.8AI score0.00272EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 2:40 p.m.11 views

CVE-2026-92567

TDuck survey form through version 5.0 has an authorization bypass in the POST /user/form/data/update endpoint. Authenticated users can overwrite other users' form submission data because the update request lacks ownership validation , and submission identifiers are allocated in narrow ranges that...

7.1CVSS5.8AI score0.00336EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 2:40 p.m.9 views

CVE-2026-92568

MLRun through version 1.11.0 is affected by a Server-Side Request Forgery vulnerability in the WebhookNotification handler. Authenticated users can update a run with a malicious webhook notification that triggers when the run reaches a terminal state, causing the API server to send arbitrary HTTP...

5.4CVSS5.9AI score0.00292EPSS
SaveExploits0References4
Rows per page
Query Builder