Lucene search
+L

27545 matches found

Packet Storm News
Packet Storm News
added 2026/08/03 12:0 a.m.11 views

Joern 4.0.594

Joern is the bug hunter's workbench. With this tool, you can uncover attack surface, sloppy coding practices, and variants of known vulnerabilities using an interactive code analysis shell. Joern supports C, C++, LLVM bitcode, x86 binaries via Ghidra, JVM bytecode via Soot, and Javascript...

5.5AI score
SaveExploits0
Cvelist
Cvelist
added 2026/08/02 12:15 p.m.31 views

CVE-2026-68578 ArcadeDB before 26.7.3 Authentication Bypass via MCP Transport

ArcadeDB versions before 26.7.3 fail to bind the authenticated principal in the MCP HTTP transport, causing all engine permission checks to silently pass as no-ops. Non-root MCP-allowed users can perform arbitrary database writes, DDL, schema mutations, and execute arbitrary JavaScript code via t...

7.7CVSS0.00214EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.9 views

CVE-2026-67341

ArcadeDB versions before 26.7.2 fail to enforce scripting authorization checks on the SQL DEFINE FUNCTION statement with LANGUAGE js. Attackers with database access can execute arbitrary JavaScript code by submitting DEFINE FUNCTION statements, bypassing security controls intended to restrict...

9.8CVSS6AI score0.00319EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/01 12:22 p.m.10 views

EUVD-2026-51832

ArcadeDB versions before 26.7.2 fail to enforce scripting authorization checks on the SQL DEFINE FUNCTION statement with LANGUAGE js. Attackers with database access can execute arbitrary JavaScript code by submitting DEFINE FUNCTION statements, bypassing security controls intended to restrict...

9.8CVSS6AI score0.00319EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/01 12:22 p.m.5 views

CVE-2026-67341 ArcadeDB before 26.7.2 Authorization Bypass via SQL DEFINE FUNCTION

ArcadeDB versions before 26.7.2 fail to enforce scripting authorization checks on the SQL DEFINE FUNCTION statement with LANGUAGE js. Attackers with database access can execute arbitrary JavaScript code by submitting DEFINE FUNCTION statements, bypassing security controls intended to restrict...

9.3CVSS6AI score
SaveExploits0References4
NVD
NVD
added 2026/08/01 7:16 a.m.13 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
Vulnrichment
Vulnrichment
added 2026/07/31 7:16 p.m.8 views

CVE-2026-65841 Jodit has cross-site scripting (XSS) via <script> nested in SVG that bypasses clean-html sanitization

Jodit Editor is a WYSIWYG editor with a built-in file browser & image editor. Prior to 4.13.6, Jodit's clean-html denyTags filter does not normalize foreign SVG or MathML script node names, allowing a script element nested directly in SVG or MathML to remain in editor.value and execute when conte...

5.3CVSS5.6AI score0.003EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/07/31 7:12 p.m.8 views

NPM: Jodit Editor: Mutation XSS in jodit clean-html via a MathML/style rawtext carrier

NPM: Jodit Editor: Mutation XSS in jodit clean-html via a MathML/style rawtext carrier vulnerability discovered by ? in WordPress Npm jodit versions 4.12.28...

7.2CVSS5.4AI score0.00179EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/31 6:54 p.m.13 views

EUVD-2026-51609

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, Thumbor's filters:convolution, , filter passes the user-controlled value to a C extension thumbor/ext/filters/convolution.c where it is used as a divisor for % and / without validating columns 0. When columns=0, the C...

7.5CVSS5.7AI score0.00417EPSS
SaveExploits0References3
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
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
RedHat Linux
RedHat Linux
added 2026/07/31 4:31 p.m.8 views

vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()

A memory corruption flaw in Vim allows an attacker to cause a Denial of Service DoS. When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spellsoundfoldsofo function, causing the editor to crash...

7.8CVSS5.6AI score0.00118EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/31 4:31 p.m.7 views

vim: Vim: Arbitrary code execution via crafted PHP file in omni-completion

A flaw was found in Vim, an open-source command-line text editor. The PHP omni-completion script improperly handles specially crafted input. When a victim opens a malicious PHP file and invokes omni-completion, an unescaped class or trait name can be interpreted as Ex commands. This allows a remo...

8.4CVSS5.7AI score0.00216EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/31 4:20 p.m.9 views

vim: Vim: Denial of Service via stack out-of-bounds write in spell_soundfold_sofo()

A memory corruption flaw in Vim allows an attacker to cause a Denial of Service DoS. When a SOFO-based spell language is active, providing an excessively long word to the spell checker triggers a stack out-of-bounds write in the spellsoundfoldsofo function, causing the editor to crash...

7.8CVSS5.6AI score0.00118EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/31 4:7 p.m.8 views

golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root

A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the Root.Chmod function is replaced with a symbolic link during execution, specifically after Root.Chmod checks the target but before acting, the chmod operation will be performed on the file the...

6.4CVSS6.8AI score0.00292EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/31 11:40 a.m.31 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.14 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
Cvelist
Cvelist
added 2026/07/31 6:38 a.m.48 views

CVE-2026-18217 Keycloak-services: keycloak-services: saml http-redirect binding response preserves query string leading to parameter pollution

A flaw was found in the SAML protocol implementation of Keycloak, an open-source identity and access management solution. The issue occurs when Keycloak handles SAML authentication requests using the HTTP-Redirect binding. If a client is configured with a wildcard redirect URL, an attacker can...

3.4CVSS0.00193EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/31 6:38 a.m.11 views

EUVD-2026-51479

A flaw was found in the SAML protocol implementation of Keycloak, an open-source identity and access management solution. The issue occurs when Keycloak handles SAML authentication requests using the HTTP-Redirect binding. If a client is configured with a wildcard redirect URL, an attacker can...

3.4CVSS5.5AI score0.00193EPSS
SaveExploits0References2
Rows per page
Query Builder