Lucene search
+L

27229 matches found

NVD
NVD
added 2026/08/01 7:16 a.m.12 views

CVE-2026-13596

The Participants Database WordPress plugin before 2.7.8.4 does not properly sanitize and escape a user-supplied parameter before using it in a SQL query, allowing unauthenticated attackers to perform SQL injection attacks...

9.1CVSS0.00262EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/31 6:17 p.m.11 views

CVE-2026-55100

hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent and...

8.7CVSS0.00382EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/31 5:16 p.m.9 views

CVE-2026-58048

Improper preservation of SQL mode when renaming databases in cPanel allows execution of SQL in root context...

9.4CVSS0.00561EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/31 5:3 p.m.11 views

CVE-2026-55100

hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent and...

8.7CVSS5.5AI score0.00382EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/31 5:3 p.m.10 views

EUVD-2026-51575

hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent and...

8.7CVSS5.5AI score0.00382EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/31 5:3 p.m.40 views

CVE-2026-55100

CVE-2026-55100 affects the Node.js module hashi-vault-js . The vulnerable component is the internal path construction in src/Vault.js, which concatenates unencoded identifier values (e.g., name, username, group, role, version) into request paths and query strings instead of using proper encoding,...

8.7CVSS5.5AI score0.00382EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/31 5:3 p.m.34 views

CVE-2026-55100 hashi-vault-js has a path traversal and query parameter injection

hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent and...

8.7CVSS0.00382EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/31 5:3 p.m.5 views

CVE-2026-55100 hashi-vault-js has a path traversal and query parameter injection

hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent and...

8.7CVSS5.5AI score
SaveExploits0References6
Patchstack
Patchstack
added 2026/07/31 5:3 p.m.9 views

NPM: hashi-vault-js has a path traversal and query parameter injection

NPM: hashi-vault-js has a path traversal and query parameter injection vulnerability discovered by ? in WordPress Npm hashi-vault-js versions = 0.5.1...

8.7CVSS5.5AI score0.00382EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/31 5:3 p.m.10 views

hashi-vault-js has a path traversal and query parameter injection

Summary The hashi-vault-js library is vulnerable to path traversal and query string injection due to the lack of proper encoding of identifiers in path segments and query strings. This allows attackers to manipulate the request URL and potentially access unintended downstream endpoints or inject...

8.7CVSS5.5AI score0.00382EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/31 4:35 p.m.9 views

CVE-2026-58048

Improper preservation of SQL mode when renaming databases in cPanel allows execution of SQL in root context...

9.4CVSS5.9AI score0.00561EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/07/31 4:35 p.m.8 views

CVE-2026-58048

Improper preservation of SQL mode when renaming databases in cPanel allows execution of SQL in root context...

9.4CVSS5.9AI score0.00561EPSS
SaveExploits1References2
NVD
NVD
added 2026/07/31 4:17 p.m.11 views

CVE-2026-17566

pgAdmin 4's Import/Export Data tool builds a psql \copy ... command line by interpolating a user-supplied SQL query into a Jinja template and passing the rendered line to psql via --command. To stop an attacker from breaking out of the ... wrapper, createimportexportjob route POST...

9.9CVSS0.00408EPSS
SaveExploits1References2
NVD
NVD
added 2026/07/31 4:16 p.m.10 views

CVE-2026-17351

The fix for CVE-2026-12045 in pgAdmin 4 9.16 required the LLM-supplied query passed to the AI Assistant's executesqlquery tool to parse, via sqlparse, as exactly one non-transaction-control statement before running it inside a BEGIN TRANSACTION READ ONLY wrapper. sqlparse's string-literal lexing...

9.4CVSS0.00381EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/07/31 4:0 p.m.50 views

CVE-2026-17566 pgAdmin 4: RCE via backslash-escape mismatch in Import/Export Data query guard (incomplete defense, sibling gap to CVE-2025-13780)

pgAdmin 4's Import/Export Data tool builds a psql \copy ... command line by interpolating a user-supplied SQL query into a Jinja template and passing the rendered line to psql via --command. To stop an attacker from breaking out of the ... wrapper, createimportexportjob route POST...

9.9CVSS0.00408EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/31 4:0 p.m.11 views

EUVD-2026-51564

The fix for CVE-2026-12045 in pgAdmin 4 9.16 required the LLM-supplied query passed to the AI Assistant's executesqlquery tool to parse, via sqlparse, as exactly one non-transaction-control statement before running it inside a BEGIN TRANSACTION READ ONLY wrapper. sqlparse's string-literal lexing...

9.4CVSS5.5AI score0.00381EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/31 11:40 a.m.27 views

CVE-2026-46593

The CVE-2026-46593 entry describes an authenticated SQL injection in the PHP Jabbers – PHP Poll Script. The vulnerability arises from improper neutralization of user input to the pjAdminPolls.controller.php endpoint, enabling an authenticated attacker to perform SQL Injection attacks. The issue i...

8.6CVSS5.8AI score0.00297EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/31 11:40 a.m.13 views

EUVD-2026-51526

A SQL injection vulnerability has been identified in the PHP Jabbers - PHP Poll Script. Improper neutralization of input provided by user to pjAdminPolls.controller.php endpoint allows an authenticated attacker to perform SQL Injection attacks. This issue was fixed in version 4.1...

8.6CVSS5.8AI score0.00297EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/31 11:40 a.m.11 views

EUVD-2025-210567

An authenticated SQL injection vulnerability has been identified in multiple PHP Jabbers scripts. Improper neutralization of input provided by an authenticated user into parameters responsible for sorting functions allows an attacker to perform SQL Injection attacks. This issue was fixed in the...

8.6CVSS5.8AI score0.00279EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/31 6:16 a.m.10 views

CVE-2026-63221

CodeIgniter is a PHP full-stack web framework. From 4.3.0 through 4.7.3, Query Builder deleteBatch substitutes bound values from where conditions into generated SQL while ignoring their escape flags, allowing user-controlled condition values to be interpreted as SQL. This affects only the...

9.4CVSS0.00377EPSS
SaveExploits0References3
Rows per page
Query Builder