Lucene search
+L

9284 matches found

Cvelist
Cvelist
added 2026/04/11 1:24 a.m.36 views

CVE-2026-3498 BlockArt Blocks <= 2.2.15 - Authenticated (Author+) Stored Cross-Site Scripting via 'clientId' Block Attribute

The BlockArt Blocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'clientId' block attribute in all versions up to, and including, 2.2.15. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with...

6.4CVSS0.00188EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/11 1:24 a.m.17 views

CVE-2026-3498

CVE-2026-3498 involves the BlockArt Blocks WordPress plugin. It is vulnerable to Stored Cross-Site Scripting via the 'clientId' block attribute in all versions up to and including 2.2.15, caused by insufficient input sanitization and output escaping. Authenticated attackers with Author-level acce...

6.4CVSS5.9AI score0.00188EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/11 1:24 a.m.18 views

CVE-2026-4895

The CVE-2026-4895 entry concerns the GreenShift - Animation and Page Builder Blocks WordPress plugin. A stored XSS exists in versions up to 12.8.9 due to insufficient input sanitization and output escaping in the gspb_greenShift_block_script_assets() function. The code uses str_replace() to inser...

6.4CVSS6AI score0.0042EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/04/11 12:0 a.m.11 views

PT-2026-32086

The BlockArt Blocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'clientId' block attribute in all versions up to, and including, 2.2.15. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with...

6.4CVSS5.9AI score0.00188EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/04/10 7:54 p.m.7 views

glib: Integer Overflow in GLib GIO Attribute Escaping Causes Heap Buffer Overflow

A flaw was found in glib. This vulnerability allows a heap buffer overflow and denial-of-service DoS via an integer overflow in GLib's GIO GLib Input/Output escapebytestring function when processing malicious file or remote filesystem attribute values...

6.5CVSS6.7AI score0.00587EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/10 7:32 p.m.4 views

GHSA-VW86-C94W-V3X4 SiYuan: Publish Reader Path Traversal Delete via `removeUnusedAttributeView`

Summary The endpoint /api/av/removeUnusedAttributeView is vulnerable to a path traversal CWE-22 that allows an attacker to delete arbitrary .json files on the server. The issue arises because user-controlled input id is directly used in filesystem path construction without validation or...

8.5CVSS6AI score0.00287EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:32 p.m.12 views

SiYuan: Publish Reader Path Traversal Delete via `removeUnusedAttributeView`

Summary The endpoint /api/av/removeUnusedAttributeView is vulnerable to a path traversal CWE-22 that allows an attacker to delete arbitrary .json files on the server. The issue arises because user-controlled input id is directly used in filesystem path construction without validation or...

8.5CVSS6AI score0.00287EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/04/10 7:32 p.m.8 views

Improper Authorization

Overview Affected versions of this package are vulnerable to Improper Authorization via the /api/av/removeUnusedAttributeView process. An attacker can delete arbitrary attribute view definition files and disrupt workspace integrity and availability by sending crafted requests with a valid reader...

8.1CVSS5.9AI score0.004EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/10 7:32 p.m.5 views

GHSA-7M5H-W69J-QGGG SiYuan: Publish Reader Can Arbitrarily Delete Attribute View Files via `/api/av/removeUnusedAttributeView`

Summary An authenticated publish-service reader can invoke /api/av/removeUnusedAttributeView and cause persistent deletion of arbitrary attribute view AV definition files from the workspace. The route is protected only by generic CheckAuth, which accepts publish RoleReader requests. The handler...

8.1CVSS5.9AI score0.004EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:32 p.m.11 views

SiYuan: Publish Reader Can Arbitrarily Delete Attribute View Files via `/api/av/removeUnusedAttributeView`

Summary An authenticated publish-service reader can invoke /api/av/removeUnusedAttributeView and cause persistent deletion of arbitrary attribute view AV definition files from the workspace. The route is protected only by generic CheckAuth, which accepts publish RoleReader requests. The handler...

8.1CVSS5.9AI score0.004EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/04/10 7:25 p.m.5 views

Arbitrary Code Injection

Overview praisonaiagents is a Praison AI agents for completing complex tasks with Self Reflection Agents Affected versions of this package are vulnerable to Arbitrary Code Injection in the executecodedirect function when the AST-based filtering mechanism fails to block dangerous attribute access...

8.6CVSS6.2AI score0.0024EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/10 4:49 p.m.5 views

CVE-2026-40158 PraisonAI has Improper Control of Generation of Code ('Code Injection') and Protection Mechanism Failure in praisonai

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI's AST-based Python sandbox can be bypassed using type.getattribute trampoline, allowing arbitrary code execution when running untrusted agent code. The executecodedirect function in praisonaiagents/tools/pythontools.py uses AST...

8.6CVSS6.6AI score
SaveExploits0References3
CVE
CVE
added 2026/04/10 4:49 p.m.24 views

CVE-2026-40158

PRAISONAI's AST-based Python sandbox (prior to 4.5.128) can be bypassed by a type.getattribute trampoline, enabling arbitrary code execution when untrusted agent code runs. The _execute_code_direct function filters dangerous attributes via AST checks, but only for ast.Attribute nodes, missing dyn...

8.6CVSS6.4AI score0.0024EPSS
SaveExploits1References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/10 4:49 p.m.5 views

CVE-2026-40158

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI's AST-based Python sandbox can be bypassed using type.getattribute trampoline, allowing arbitrary code execution when running untrusted agent code. The executecodedirect function in praisonaiagents/tools/pythontools.py uses AST...

8.6CVSS6.4AI score0.0024EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/10 4:49 p.m.3 views

CVE-2026-40158 PraisonAI has Improper Control of Generation of Code ('Code Injection') and Protection Mechanism Failure in praisonai

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI's AST-based Python sandbox can be bypassed using type.getattribute trampoline, allowing arbitrary code execution when running untrusted agent code. The executecodedirect function in praisonaiagents/tools/pythontools.py uses AST...

8.6CVSS6.4AI score0.0024EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/04/10 4:49 p.m.32 views

CVE-2026-40158 PraisonAI has Improper Control of Generation of Code ('Code Injection') and Protection Mechanism Failure in praisonai

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI's AST-based Python sandbox can be bypassed using type.getattribute trampoline, allowing arbitrary code execution when running untrusted agent code. The executecodedirect function in praisonaiagents/tools/pythontools.py uses AST...

8.6CVSS0.0024EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/10 4:16 p.m.12 views

CVE-2026-34477

The fix for CVE-2025-68161 https://logging.apache.org/security.htmlCVE-2025-68161 was incomplete: it addressed hostname verification only when enabled via the log4j2.sslVerifyHostName https://logging.apache.org/log4j/2.x/manual/systemproperties.htmllog4j2.sslVerifyHostName system property, but no...

6.3CVSS0.0041EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/10 2:21 p.m.7 views

Security Bulletin: Vulnerabilities in lodash, qs might affect IBM Storage Defender Sentinel Anomaly Scan Engine.

Summary IBM Storage Defender Sentinel Anomaly Scan Engine can be affected by vulnerabilities in lodash, qs, and react-router. Vulnerabilities include allowing an attacker to cause improper modification of object attributes, open redirect, and denial of service. More details are described by the...

8.2CVSS6.4AI score0.01535EPSS
SaveExploits2Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/10 12:0 a.m.14 views

PT-2026-32054

Name of the Vulnerable Software and Affected Versions SiYuan versions 3.x through 3.6.3 Description An issue exists where the '/api/av/removeUnusedAttributeView' endpoint is protected only by generic authentication that accepts publish-service RoleReader tokens. The handler passes a...

8.1CVSS5.8AI score0.004EPSS
SaveExploits1
Patchstack
Patchstack
added 2026/04/09 11:30 p.m.10 views

WordPress OSM plugin <= 6.1.15 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'marker_name' Shortcode Attribute vulnerability

Authenticated Contributor+ Stored Cross-Site Scripting via 'markername' Shortcode Attribute vulnerability discovered by Nguyen Ngoc Duc duc193 in WordPress Plugin OSM versions = 6.1.15...

6.4CVSS5.9AI score0.00239EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder