Lucene search
+L

27844 matches found

Cvelist
Cvelist
added 2026/07/31 3:59 p.m.49 views

CVE-2026-17349 pgAdmin 4: Adhoc server clone leaks another user's stored database credentials and ownership to a non-owner

/misc/workspace/adhocconnectserver, part of the Workspaces feature introduced in pgAdmin 4 9.0, when passed the id of an existing server, clones that server via Server.clone, which copies every column from the source row, including userid, shared, sharedusername, and the stored credential fields...

9.6CVSS0.00313EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/31 3:59 p.m.15 views

CVE-2026-17348 pgAdmin 4: Missing authentication decorator on Constraints, preferences, Debugger and Schema Diff routes allows unauthenticated access in SERVER mode (incomplete fix for CVE-2026-12046)

In SERVER mode, pgAdmin 4 enforces authentication per route via the @pgaloginrequired decorator; the application's beforerequest hook only handles desktop-mode auto-login and the Kerberos/Webserver-auth redirect, so any route shipped without the decorator is reachable without authentication...

6.9CVSS5.5AI score0.00238EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/31 3:59 p.m.8 views

CVE-2026-17347 pgAdmin 4: OS command injection in MASTER_PASSWORD_HOOK via untrusted username substitution

The MASTERPASSWORDHOOK setting, introduced in pgAdmin 4 7.2, lets an administrator configure an external command that returns a per-user encryption key, with %u in the configured string replaced by the current user's name. The previous implementation substituted the username directly into the...

7.7CVSS5.9AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/07/31 3:59 p.m.11 views

CVE-2026-17347 pgAdmin 4: OS command injection in MASTER_PASSWORD_HOOK via untrusted username substitution

The MASTERPASSWORDHOOK setting, introduced in pgAdmin 4 7.2, lets an administrator configure an external command that returns a per-user encryption key, with %u in the configured string replaced by the current user's name. The previous implementation substituted the username directly into the...

7.7CVSS5.9AI score0.00296EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/31 3:59 p.m.60 views

CVE-2026-17347

The CVE describes an OS command injection in pgAdmin 4: a MASTER_PASSWORD_HOOK setting allows an administrator to configure an external command containing %u, which substitutes the current user name (potentially from external sources) into the command string. Previously this could be injected int...

8.8CVSS5.9AI score0.00296EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/31 3:59 p.m.43 views

CVE-2026-17346 pgAdmin 4: SQL injection via unescaped object names in index Statistics and publication/subscription dependency views (incomplete fix for CVE-2026-12044)

The fix for CVE-2026-12044 in pgAdmin 4 9.16 hardened qtLiteral and switched sixteen COMMENT ON / pgstattuple / pgstatindex templates to it, but missed several sinks that had been placed in testsqlstringliterallint.py's ALLOWLIST on the incorrect assumption that schema, table, publication, and...

8.8CVSS0.00433EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/31 1:49 p.m.8 views

MINI-GHPC-VPFC-Q4HC

Bulletin has no description...

7.5CVSS7.4AI score0.00475EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/07/31 12:49 p.m.9 views

CVE-2026-17561 Unauthenticated RCE in Innotim Software's Logsign SIEM

Improper Control of Generation of Code 'Code Injection' vulnerability in Innotim Software, Telecommunications and Consulting Trade Ltd. Co. Logsign SIEM allows Code Injection. This issue affects Logsign SIEM: before 6.4.108...

9.8CVSS5.5AI score0.00314EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/31 11:40 a.m.37 views

CVE-2026-46594 Reflected XSS in PHP Poll Script

A reflected cross-site scripting XSS vulnerability has been identified in the PHP Jabbers - PHP Poll Script. A malicious attacker can craft a specially crafted URL that, when opened, results in arbitrary JavaScript execution in the victim's browser. This issue was fixed in version 4.1...

5.1CVSS0.00348EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/31 11:40 a.m.39 views

CVE-2026-46593 Authenticated SQL Injection in PHP Poll Script

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.6CVSS0.00297EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/31 7:54 a.m.12 views

SQL Injection

Overview codeigniter4/framework is a PHP full-stack web framework that is light, fast, flexible, and secure. Affected versions of this package are vulnerable to SQL Injection in the deleteBatch process when used with where conditions. An attacker can execute arbitrary SQL commands by supplying...

9.4CVSS6.2AI score0.00372EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/07/31 6:51 a.m.9 views

WordPress GiveWP plugin <= 4.16.5 - Cross Site Scripting (XSS) vulnerability

Cross Site Scripting XSS vulnerability discovered by Abdullah Kareem "cyberkareem" in WordPress Plugin GiveWP versions = 4.16.5...

7.1CVSS5.4AI score0.00151EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2026/07/31 6:16 a.m.15 views

CVE-2026-63223

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, the isimage and mimein upload validation rules do not independently enforce a safe client filename extension, allowing a remote attacker to upload executable content when an application preserves the client filename and stores uploads...

9.8CVSS0.00759EPSS
SaveExploits2References3
NVD
NVD
added 2026/07/31 6:16 a.m.12 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.00372EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/31 6:16 a.m.9 views

UBUNTU-CVE-2026-63223

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, the isimage and mimein upload validation rules do not independently enforce a safe client filename extension, allowing a remote attacker to upload executable content when an application preserves the client filename and stores uploads...

9.8CVSS5.6AI score0.00759EPSS
SaveExploits2References2
NVD
NVD
added 2026/07/31 4:17 a.m.21 views

CVE-2026-55497

Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, the built-in thumbnail and avatar image decoders limit compressed file size but do not limit decoded pixel dimensions, allowing an authenticated user to submit a small PNG, JPEG, or GIF that triggers an unbounded...

6.5CVSS0.00295EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/31 4:17 a.m.17 views

CVE-2026-55499

Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, a single-file share event-stream subscription resolves the share root to the owner’s parent folder and subscribes to that folder topic, allowing an authenticated share recipient to receive names, paths, rename targets...

4.3CVSS0.00193EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/31 4:10 a.m.46 views

CVE-2026-63223 CodeIgniter: Uploaded file extension validation bypass in is_image and mime_in rules

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, the isimage and mimein upload validation rules do not independently enforce a safe client filename extension, allowing a remote attacker to upload executable content when an application preserves the client filename and stores uploads...

9.8CVSS0.00759EPSS
SaveExploits2References3
Cvelist
Cvelist
added 2026/07/31 4:06 a.m.46 views

CVE-2026-63222 CodeIgniter: Path traversal in UploadedFile::move() when using client-provided filenames

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, calling UploadedFile::move without a second argument uses the client-provided filename without sanitization, allowing a remote attacker to use path traversal sequences to write uploaded content outside the intended directory when the...

7.5CVSS0.0045EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/31 4:06 a.m.74 views

CVE-2026-63222

CodeIgniter (PHP framework) has a path traversal vulnerability in UploadedFile::move() when the second argument is omitted, allowing an attacker to exploit client-provided filenames to write uploaded content outside the intended directory. This affects prior to version 4.7.4; a fix is available i...

7.5CVSS5.9AI score0.0045EPSS
SaveExploits0References3
Rows per page
Query Builder