Lucene search
+L

289749 matches found

OSV
OSV
added 2026/07/16 8:13 p.m.6 views

GHSA-48QW-824M-86PR ArcadeDB: Privilege escalation via reader role in /api/v1/command JS scripting language — arbitrary host file read

Impact A user holding only reader read-only privileges on a single database could execute arbitrary JVM code by sending a "language": "js" command to the POST /api/v1/command/database HTTP endpoint, and use it to read arbitrary files on the host filesystem e.g. /etc/passwd, configuration files,...

7.7CVSS6.4AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/16 8:13 p.m.17 views

ArcadeDB: Privilege escalation via reader role in /api/v1/command JS scripting language — arbitrary host file read

Impact A user holding only reader read-only privileges on a single database could execute arbitrary JVM code by sending a "language": "js" command to the POST /api/v1/command/database HTTP endpoint, and use it to read arbitrary files on the host filesystem e.g. /etc/passwd, configuration files,...

6.4AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/16 8:11 p.m.6 views

GHSA-P4H7-P9RJ-2PQ2 Pheditor: Hardcoded default password 'admin' with no forced change enables full application compromise

Summary Pheditor ships with a hardcoded default password admin SHA-512 hash stored at pheditor.php:11. There is no mechanism to force a password change on first login. Any deployment using the default credentials grants an attacker full access to the file editor, file upload, and terminal feature...

9.8CVSS6.4AI score0.00603EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/16 8:11 p.m.12 views

Pheditor: Hardcoded default password 'admin' with no forced change enables full application compromise

Summary Pheditor ships with a hardcoded default password admin SHA-512 hash stored at pheditor.php:11. There is no mechanism to force a password change on first login. Any deployment using the default credentials grants an attacker full access to the file editor, file upload, and terminal feature...

9.8CVSS6.4AI score0.00603EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/07/16 8:10 p.m.5 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via incomplete sanitization of user-supplied commands in the terminal process. An attacker can execute arbitrary operating system commands as the web server user by injecting shell metacharacters such as single pipe |,...

8.8CVSS6AI score0.00362EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/16 8:10 p.m.14 views

Pheditor: Incomplete command sanitization in terminal feature allows RCE via pipe operator, backtick substitution, and newline injection

Summary The terminal feature in Pheditor uses an incomplete character blocklist to sanitize user-supplied commands before passing them to shellexec. After the fix for GHSA-9643-6xjp-vx57 which added $ to the blocklist, the characters | single pipe, backtick, and the newline byte 0x0A remain...

8.8CVSS6.3AI score0.00362EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/16 8:10 p.m.5 views

GHSA-WG4W-WR5Q-6VJC Pheditor: Incomplete command sanitization in terminal feature allows RCE via pipe operator, backtick substitution, and newline injection

Summary The terminal feature in Pheditor uses an incomplete character blocklist to sanitize user-supplied commands before passing them to shellexec. After the fix for GHSA-9643-6xjp-vx57 which added $ to the blocklist, the characters | single pipe, backtick, and the newline byte 0x0A remain...

8.8CVSS6.3AI score0.00362EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/16 8:8 p.m.5 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the LocalDocumentType and LocalProperty schema-mutator methods. An attacker can mutate their database schema by sending DROP PROPERTY, ALTER TYPE, or ALTER PROPERTY requests with an authenticated identity that...

8.1CVSS5.8AI score
SaveExploits0References3
OSV
OSV
added 2026/07/16 8:8 p.m.4 views

GHSA-VG6X-6PG9-6QWG ArcadeDB: Read-only users can mutate database schema (incomplete fix of CVE-2026-44221)

Impact The fix for CVE-2026-44221 GHSA-fxc7-fm93-6q77 added an UPDATESCHEMA authorization check to a single schema-mutating method LocalDocumentType.createProperty. The remaining public schema mutators were left unchecked, so an authenticated identity including a read-only API token that lacks th...

8.1CVSS6.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/16 8:8 p.m.15 views

ArcadeDB: Read-only users can mutate database schema (incomplete fix of CVE-2026-44221)

Impact The fix for CVE-2026-44221 GHSA-fxc7-fm93-6q77 added an UPDATESCHEMA authorization check to a single schema-mutating method LocalDocumentType.createProperty. The remaining public schema mutators were left unchecked, so an authenticated identity including a read-only API token that lacks th...

9CVSS6.1AI score0.00344EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/07/16 8:5 p.m.5 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF through IMPORT DATABASE in ImportDatabaseStatement, SourceDiscovery, and the import source handlers. An authenticated SQL user can trigger the flaw by supplying an IMPORT DATABASE URL or path that points...

8.8CVSS5.7AI score
SaveExploits0References4
Snyk
Snyk
added 2026/07/16 8:5 p.m.6 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF through IMPORT DATABASE in ImportDatabaseStatement, SourceDiscovery, and the import source handlers. An authenticated SQL user can trigger the flaw by supplying an IMPORT DATABASE URL or path that points...

8.8CVSS5.7AI score
SaveExploits0References4
Snyk
Snyk
added 2026/07/16 8:5 p.m.5 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF through IMPORT DATABASE in ImportDatabaseStatement, SourceDiscovery, and the import source handlers. An authenticated SQL user can trigger the flaw by supplying an IMPORT DATABASE URL or path that points...

8.8CVSS5.7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/16 8:5 p.m.12 views

ArcadeDB: IMPORT DATABASE allows SSRF and arbitrary local file read by authenticated users

Impact The SQL IMPORT DATABASE statement did not require administrative privileges and passed its source URL to the importer without validation. Any authenticated user with SQL command access not only root/administrators could therefore: - Server-Side Request Forgery CWE-918: cause the server to...

6.2AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/16 8:5 p.m.3 views

GHSA-8W86-M9H8-HVQG ArcadeDB: IMPORT DATABASE allows SSRF and arbitrary local file read by authenticated users

Impact The SQL IMPORT DATABASE statement did not require administrative privileges and passed its source URL to the importer without validation. Any authenticated user with SQL command access not only root/administrators could therefore: - Server-Side Request Forgery CWE-918: cause the server to...

7.1CVSS6.2AI score
SaveExploits0References3
GithubExploit
GithubExploit
added 2026/07/16 8:4 p.m.74 views

Exploit for CVE-2024-25600

BricksRCE Exploiter CVE-2024-25600 — WordPress Bricks Bui...

10CVSS7.5AI score0.88234EPSS
SaveExploits19
Github Security Blog
Github Security Blog
added 2026/07/16 8:1 p.m.10 views

Pheditor has an authenticated terminal command whitelist bypass

Summary Pheditor 2.0.4 has an authenticated terminal command whitelist bypass. The terminal feature checks whether the submitted command starts with one of the configured TERMINALCOMMANDS values, then passes the full command string to shellexec. Shell command substitution such as $ is not blocked...

8.8CVSS6.4AI score0.00712EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/07/16 8:1 p.m.8 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via the shellexec process. An attacker can execute arbitrary shell commands as the web server user by bypassing the intended command allowlist through shell command substitution in the command parameter. Remediation...

8.8CVSS6AI score0.00712EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/16 8:1 p.m.4 views

GHSA-9643-6XJP-VX57 Pheditor has an authenticated terminal command whitelist bypass

Summary Pheditor 2.0.4 has an authenticated terminal command whitelist bypass. The terminal feature checks whether the submitted command starts with one of the configured TERMINALCOMMANDS values, then passes the full command string to shellexec. Shell command substitution such as $ is not blocked...

8.8CVSS6.4AI score0.00712EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/16 7:47 p.m.11 views

Nuclio: Unauthenticated path traversal in spec.handler allows arbitrary file write in Dashboard container

Summary Nuclio Dashboard exposes POST /api/functions without authentication by default NOP auth mode. The spec.handler field e.g., mymodule:myfunction is parsed by functionconfig.ParseHandler which splits on : only — no path validation is applied to the module portion. During function build,...

6.3AI score
SaveExploits2References5Affected Software1
Rows per page
Query Builder