Lucene search
+L

108490 matches found

NVD
NVD
added 2026/04/11 2:16 a.m.6 views

CVE-2026-4895

The GreenShift - Animation and Page Builder Blocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 12.8.9 This is due to insufficient input sanitization and output escaping in the gspbgreenShiftblockscriptassets function. The function uses...

6.4CVSS0.0042EPSS
SaveExploits0References7
NVD
NVD
added 2026/04/11 2:16 a.m.5 views

CVE-2026-5217

The Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 4.2.2. This is due to insufficient input sanitization and output escaping on the user-supplied 's'...

7.2CVSS0.00438EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/04/11 1:24 a.m.32 views

CVE-2026-4895 Greenshift <= 12.8.9 - Authenticated (Contributor+) Stored Cross-Site Scripting via disablelazy Attribute

The GreenShift - Animation and Page Builder Blocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 12.8.9 This is due to insufficient input sanitization and output escaping in the gspbgreenShiftblockscriptassets function. The function uses...

6.4CVSS0.0042EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/04/11 1:24 a.m.7 views

EUVD-2026-21647

The GreenShift - Animation and Page Builder Blocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 12.8.9 This is due to insufficient input sanitization and output escaping in the gspbgreenShiftblockscriptassets function. The function uses...

6.4CVSS6AI score0.0042EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/04/11 1:24 a.m.7 views

CVE-2026-5217

The Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 4.2.2. This is due to insufficient input sanitization and output escaping on the user-supplied 's'...

7.2CVSS6AI score0.00438EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/04/11 1:21 a.m.7 views

CVE-2026-33229

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Prior to 17.4.8 and 17.10.1, an improperly protected scripting API allows any user with script right to bypass the sandboxing of the Velocity scripting API and execute, e.g., arbitrary Python...

9.8CVSS6AI score0.0054EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/11 1:16 a.m.9 views

CVE-2026-4155

ChargePoint Home Flex Inclusion of Sensitive Information in Source Code Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of ChargePoint Home Flex charging stations. Authentication is not required to exploi...

7.5CVSS0.00566EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/04/11 12:16 a.m.4 views

CVE-2026-4155 ChargePoint Home Flex Inclusion of Sensitive Information in Source Code Information Disclosure Vulnerability

ChargePoint Home Flex Inclusion of Sensitive Information in Source Code Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of ChargePoint Home Flex charging stations. Authentication is not required to exploi...

7.5CVSS5.7AI score0.00566EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/11 12:16 a.m.34 views

CVE-2026-4155

ChargePoint Home Flex is affected. The flaw is in the genpw script where a secret cryptographic seed is embedded, allowing remote disclosure of stored credentials without authentication. This vulnerability enables information disclosure on affected installations. No remediation version is specifi...

7.5CVSS7.1AI score0.00566EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/11 12:16 a.m.6 views

CVE-2026-4155

ChargePoint Home Flex Inclusion of Sensitive Information in Source Code Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of ChargePoint Home Flex charging stations. Authentication is not required to exploi...

7.5CVSS7.1AI score0.00566EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/11 12:16 a.m.43 views

CVE-2026-4155 ChargePoint Home Flex Inclusion of Sensitive Information in Source Code Information Disclosure Vulnerability

ChargePoint Home Flex Inclusion of Sensitive Information in Source Code Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of ChargePoint Home Flex charging stations. Authentication is not required to exploi...

7.5CVSS0.00566EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/04/10 11:25 p.m.7 views

SUSE CVE-2026-39853

osslsigncode is a tool that implements Authenticode signing and timestamping. Prior to 2.12, A stack buffer overflow vulnerability exists in osslsigncode in several signature verification paths. During verification of a PKCS7 signature, the code copies the digest value from a parsed...

7.8CVSS6.1AI score0.00163EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/10 10:9 p.m.11 views

GHSA-X7MM-9VVV-64W8 unhead: Streaming SSR `streamKey` injected into inline script without identifier validation

Summary createStreamableHead streamKey interpolated its streamKey argument directly into the streaming SSR bootstrap and suspense-chunk inline scripts without identifier validation or escaping. If an application forwards untrusted data into that configuration value, the rendered scripts become a...

2.3CVSS6AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/10 10:9 p.m.9 views

unhead: Streaming SSR `streamKey` injected into inline script without identifier validation

Summary createStreamableHead streamKey interpolated its streamKey argument directly into the streaming SSR bootstrap and suspense-chunk inline scripts without identifier validation or escaping. If an application forwards untrusted data into that configuration value, the rendered scripts become a...

6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/10 7:32 p.m.20 views

PraisonAI has critical RCE via `type: job` workflow YAML

praisonai workflow run loads untrusted YAML and if type: job executes steps through JobWorkflowExecutor in jobworkflow.py. This supports: - run: → shell command execution via subprocess.run - script: → inline Python execution via exec - python: → arbitrary Python script execution A malicious YAML...

9.8CVSS6.2AI score0.00609EPSS
SaveExploits1References4Affected Software2
Snyk
Snyk
added 2026/04/10 7:22 p.m.5 views

Arbitrary Argument Injection

Overview PraisonAI is a PraisonAI is an AI Agents Framework with Self Reflection. PraisonAI application combines PraisonAI Agents, AutoGen, and CrewAI into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent...

8.4CVSS6AI score0.00231EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/10 7:20 p.m.11 views

Cross-site Scripting (XSS)

Overview justhtml is an A pure Python HTML5 parser that just works. Affected versions of this package are vulnerable to Cross-site Scripting XSS in the handling of URL sanitization helpers, HTML serialization, Markdown passthrough, and custom sanitization-policy edge cases. An attacker can execut...

6.1CVSS5.7AI score
SaveExploits0References3
EUVD
EUVD
added 2026/04/10 3:31 p.m.6 views

EUVD-2026-21390

A SQL injection vulnerability was found in the instructorClasses.php file of itsourcecode Online Student Enrollment System v1.0. The reason for this issue is that the 'classId' parameter from $GET'classId' is directly concatenated into the SQL query without any sanitization or validation...

5.8AI score0.00319EPSS
SaveExploits1References2
NVD
NVD
added 2026/04/10 3:16 p.m.14 views

CVE-2026-29861

PHP-MYSQL-User-Login-System v1.0 was discovered to contain a SQL injection vulnerability via the username parameter at login.php...

9.8CVSS0.00319EPSS
SaveExploits0References1
Malwarebytes
Malwarebytes
added 2026/04/10 3:2 p.m.13 views

ClickFix finds a new way to infect Macs

ClickFix campaigns are looking for alternatives now that many Mac users have been made aware of the dangers of pasting certain commands into Terminal. Researchers found that ClickFix has kept the same social engineering playbook but completely sidestepped Terminal by using the applescript:// URL...

6AI score
SaveExploits0
Rows per page
Query Builder