Lucene search
+L

401538 matches found

CVE
CVE
added 2026/09/16 3:16 p.m.18 views

CVE-2026-92627

A heap-use-after-free vulnerability exists in H5T__conv_f_f() in src/H5Tconv.c of HDF5 versions before 1.14.2 . When converting a compound datatype containing floating-point members during a dataset read, a temporary buffer allocated with calloc() is freed and subsequently read from within the sa...

4.6CVSS6.7AI score0.0022EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 3:15 p.m.14 views

CVE-2026-92385

A Cross-Site Scripting (XSS) vulnerability exists in SourceCodester Online Food Ordering System version 1.0 , specifically in the file /admin/update_category.php (component: Category Update). The affected function is not publicly identified. An attacker with high privileges (i.e., an authenticate...

4.8CVSS3.5AI score0.00355EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 3:13 p.m.18 views

CVE-2026-76104

Dell ObjectScale versions prior to 4.4.0.0 contain an Incorrect Permission Assignment for Critical Resource vulnerability in the OS. A high-privileged attacker with remote access could exploit this flaw to cause Denial of Service . The CVSS 3.1 score is 5.5 (Medium) , reflecting high privileges r...

5.5CVSS5.8AI score0.00381EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/09/16 3:09 p.m.18 views

CVE-2026-26947

Dell ECS (versions 3.8.1.0 through 3.8.1.7) and Dell ObjectScale (versions prior to 4.4.0.0) contain an Improper Privilege Management vulnerability. A high-privileged attacker with local access can exploit this to achieve elevation of privileges , with full impact on confidentiality, integrity, a...

6.7CVSS5.7AI score0.00163EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 3:04 p.m.33 views

CVE-2025-43936

Dell ObjectScale, versions prior to ObjectScale 4.4.0.0, contains an Improper Authentication vulnerability. An unauthenticated attacker with remote access could potentially exploit this vulnerability, leading to Unauthorized access...

9.1CVSS5.8AI score0.00484EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/09/16 3:00 p.m.27 views

CVE-2025-36591

Dell ECS (versions 3.8.1.0 through 3.8.1.7) and Dell ObjectScale (versions prior to 4.4.0.0) contain a Use of a Broken or Risky Cryptographic Algorithm vulnerability. A high-privileged attacker with local access could potentially exploit this flaw, leading to information exposure . The assigned C...

4.4CVSS5.8AI score0.00111EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 3:00 p.m.15 views

CVE-2026-92383

CVE-2026-92383 is a cross-site request forgery (CSRF) vulnerability in PbootCMS versions up to 3.2.24 , affecting the UserController::del and UserController::mod functions within the User Management component (apps/admin/controller/system/UserController.php). A remote attacker with no privileges ...

5.3CVSS4.6AI score0.00196EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 2:59 p.m.11 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.59 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.61 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.35 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.29 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.00485EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 2:52 p.m.21 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.21 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.0068EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 2:50 p.m.33 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.21 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.20 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.33 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.14 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.00328EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 2:43 p.m.25 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
Rows per page
Query Builder