Lucene search
+L

27124 matches found

EUVD
EUVD
β€’added 2026/07/02 11:15 a.m.β€’17 views

EUVD-2026-41308

Contributor SQL Injection in iNET Webkit 1.2.4 versions...

8.5CVSS5.8AI score0.00281EPSS
SaveExploits0References1
EUVD
EUVD
β€’added 2026/07/02 11:15 a.m.β€’11 views

EUVD-2026-41296

Contributor SQL Injection in Custom Field Template = 2.7.8 versions...

8.5CVSS5.8AI score0.00214EPSS
SaveExploits0References1
NVD
NVD
β€’added 2026/07/02 6:16 a.m.β€’12 views

CVE-2026-13357

The Houzez Property Feed plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter in all versions up to, and including, 2.5.46 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the prepareitems method...

4.9CVSS0.00279EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
β€’added 2026/07/02 12:3 a.m.β€’16 views

Next.js: Next.js: Authorization bypass via crafted query parameters

A flaw was found in Next.js. This vulnerability allows an attacker to bypass security checks in web applications that use Next.js middleware to protect specific web pages. By sending specially crafted web addresses, an attacker can access protected content without proper authorization. This could...

8.1CVSS5.9AI score0.00622EPSS
SaveExploits2References5
Positive Technologies
Positive Technologies
β€’added 2026/07/02 12:0 a.m.β€’14 views

PT-2026-55264

Name of the Vulnerable Software and Affected Versions Landray OA affected versions not specified Description An unauthenticated HQL injection exists, allowing attackers to query arbitrary Hibernate entity classes. This occurs due to insufficient input sanitization in the string-concatenated filte...

8.7CVSS6.3AI score0.00564EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
β€’added 2026/07/02 12:0 a.m.β€’21 views

PT-2026-55232

Name of the Vulnerable Software and Affected Versions UniFi Talk Application affected versions not specified Description An authenticated SQL Injection issue exists in the UniFi Talk Application. A malicious actor with network access and low privileges can exploit this flaw to escalate privileges...

9.9CVSS6.2AI score0.00488EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
β€’added 2026/07/02 12:0 a.m.β€’9 views

Linux Distros Unpatched Vulnerability : CVE-2026-58036

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Wikimedia Foundation MediaWiki. This vulnerability is associated with program files...

7.5CVSS6.1AI score0.00244EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
β€’added 2026/07/02 12:0 a.m.β€’20 views

PT-2026-55458

Name of the Vulnerable Software and Affected Versions Recce versions prior to 1.50.0 Description Recce OSS server deployments exposed to untrusted networks without authentication allow unauthenticated SQL execution via the query run API endpoint. When configured with a DuckDB-backed project, an...

7.8CVSS6.2AI score
SaveExploits0References8
Snyk
Snyk
β€’added 2026/07/01 9:19 p.m.β€’11 views

Deserialization of Untrusted Data

Overview software.amazon.jdbc:aws-advanced-jdbc-wrapper is an Amazon Web Services AWS Advanced JDBC Wrapper Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the CachedResultSet deserialization path in the RemoteQueryCachePlugin. An attacker can execute...

8.8CVSS6.7AI score0.00416EPSS
SaveExploits0References2
Snyk
Snyk
β€’added 2026/07/01 8:55 p.m.β€’9 views

Prototype Pollution

Overview @hey-api/openapi-ts is a πŸŒ€ OpenAPI to TypeScript code generator. Production-grade SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal. Affected versions of this package are vulnerable to Prototype Pollution in the buildClientParams process. An...

6.3CVSS6.6AI score0.00221EPSS
SaveExploits0References2
OSV
OSV
β€’added 2026/07/01 8:55 p.m.β€’9 views

GHSA-HHX9-57XQ-R5RW @hey-api/openapi-ts's `buildClientParams` template: prototype chain substitution via unknown `$<slot>___proto__` key

Summary dist/clients/core/params.ts in @hey-api/openapi-ts ships a runtime template that is copied verbatim into every generated SDK as params.gen.ts. When a caller passes an object argument containing an unknown key starting with a slot prefix $body, $headers, $path, $query, the function strips...

4.8CVSS5.9AI score0.00221EPSS
SaveExploits0References2
OSV
OSV
β€’added 2026/07/01 8:22 p.m.β€’7 views

GHSA-C8JX-96C9-8XRP SurrealDB: Field-level SELECT permissions bypassed via indexed COUNT fast paths

A record user could learn the value of a hidden field by counting how many records match a guess. When DEFINE FIELD ... PERMISSIONS FOR select WHERE ... hides a field's contents from a caller, and that field is indexed, running SELECT count FROM t WHERE hiddenfield = "guess" GROUP ALL returned a...

4.3CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
β€’added 2026/07/01 8:22 p.m.β€’23 views

SurrealDB: Field-level SELECT permissions bypassed via indexed COUNT fast paths

A record user could learn the value of a hidden field by counting how many records match a guess. When DEFINE FIELD ... PERMISSIONS FOR select WHERE ... hides a field's contents from a caller, and that field is indexed, running SELECT count FROM t WHERE hiddenfield = "guess" GROUP ALL returned a...

5.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
β€’added 2026/07/01 8:14 p.m.β€’10 views

GHSA-GCWR-5MRF-FVCH SurrealDB: Authorization Bypass in KILL Statement Allows Termination of Other Users' Live Queries

The KILL statement is used to terminate LIVE SELECT subscriptions that capture real-time changes to data within a table. The KILL statement implementation in core/src/expr/statements/kill.rs verifies that the requesting user has database-level access, but does not verify that the requesting user ...

5.4CVSS5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
β€’added 2026/07/01 8:14 p.m.β€’12 views

SurrealDB: Authorization Bypass in KILL Statement Allows Termination of Other Users' Live Queries

The KILL statement is used to terminate LIVE SELECT subscriptions that capture real-time changes to data within a table. The KILL statement implementation in core/src/expr/statements/kill.rs verifies that the requesting user has database-level access, but does not verify that the requesting user ...

5.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
β€’added 2026/07/01 8:13 p.m.β€’15 views

GHSA-4V76-CW68-4VC9 SurrealDB: Crafting malicious LIVE queries writes to the database, resulting in DoS, without permission to the table required

A LIVE query whose WHERE clause evaluates to an error caused the source data modifier the user creating, updating, or deleting a record on the watched table to fail instead. Calling any arbitrary SurrealQL function with a typed parameter and passing a value of the wrong type β€” for example LIVE...

6.5CVSS5.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
β€’added 2026/07/01 8:13 p.m.β€’21 views

SurrealDB: Crafting malicious LIVE queries writes to the database, resulting in DoS, without permission to the table required

A LIVE query whose WHERE clause evaluates to an error caused the source data modifier the user creating, updating, or deleting a record on the watched table to fail instead. Calling any arbitrary SurrealQL function with a typed parameter and passing a value of the wrong type β€” for example LIVE...

5.9AI score
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
β€’added 2026/07/01 7:34 p.m.β€’8 views

CVE-2026-14265

Deserialization of untrusted data in the RemoteQueryCachePlugin in Amazon Web Services AWS Advanced JDBC Wrapper 3.3.0 through 4.0.0 might allow an actor with write access to the shared cache infrastructure to execute arbitrary code on application servers that read cached query results via a...

7.7CVSS6.3AI score0.00416EPSS
SaveExploits0References4Affected Software1
CVE
CVE
β€’added 2026/07/01 7:34 p.m.β€’72 views

CVE-2026-14265

The CVE affects AWS Advanced JDBC Wrapper (AWR) RemoteQueryCachePlugin versions 3.3.0–4.0.0. Deserialization of untrusted data via ObjectInputStream without class filtering when reading cached query results from Redis or Valkey enables gadget-chain execution, allowing arbitrary code execution on ...

8.8CVSS6.3AI score0.00416EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
β€’added 2026/07/01 7:34 p.m.β€’38 views

CVE-2026-14265 RCE via Deserialization in AWS Advanced JDBC Wrapper

Deserialization of untrusted data in the RemoteQueryCachePlugin in Amazon Web Services AWS Advanced JDBC Wrapper 3.3.0 through 4.0.0 might allow an actor with write access to the shared cache infrastructure to execute arbitrary code on application servers that read cached query results via a...

7.7CVSS0.00416EPSS
SaveExploits0References3
Rows per page
Query Builder