Lucene search
+L

5364 matches found

Cvelist
Cvelist
added 2026/05/08 12:21 p.m.59 views

CVE-2026-25077 Apache CloudStack: Unauthenticated Command Injection in Direct Download Templates

Account users are allowed by default to register templates to be downloaded directly to the primary storage for deploying instances using the KVM hypervisor. Due to missing file name sanitization, an attacker can register malicious templates to execute arbitrary code on the KVM hosts. This can...

0.00726EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/08 12:21 p.m.15 views

CVE-2026-25077 Apache CloudStack: Unauthenticated Command Injection in Direct Download Templates

Account users are allowed by default to register templates to be downloaded directly to the primary storage for deploying instances using the KVM hypervisor. Due to missing file name sanitization, an attacker can register malicious templates to execute arbitrary code on the KVM hosts. This can...

8.8CVSS6.3AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/05/08 12:21 p.m.13 views

CVE-2026-25077 Apache CloudStack: Unauthenticated Command Injection in Direct Download Templates

Account users are allowed by default to register templates to be downloaded directly to the primary storage for deploying instances using the KVM hypervisor. Due to missing file name sanitization, an attacker can register malicious templates to execute arbitrary code on the KVM hosts. This can...

6.2AI score0.00726EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/08 12:21 p.m.52 views

CVE-2026-25077

CVE-2026-25077 affects Apache CloudStack with KVM deployments. Due to missing file name sanitization, account users can register templates for direct download to primary storage, enabling an attacker to execute arbitrary code on KVM hosts. This can compromise resource integrity and confidentialit...

8.8CVSS6.2AI score0.00726EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2026/05/08 4:16 a.m.24 views

CVE-2026-41645

Nuclei is a vulnerability scanner built on a simple YAML-based DSL. From version 3.0.0 to before version 3.8.0, a vulnerability in Nuclei's expression evaluation engine makes it possible for a malicious target server to inject and execute supported DSL expressions. This happens when HTTP response...

5.3CVSS0.00344EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/05/08 3:36 a.m.9 views

CVE-2026-42203

LiteLLM is a proxy server AI Gateway to call LLM APIs in OpenAI or native format. From version 1.80.5 to before version 1.83.7, the POST /prompts/test endpoint accepted user-supplied prompt templates and rendered them without sandboxing. A crafted template could run arbitrary code inside the...

8.6CVSS6AI score0.00373EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/08 3:32 a.m.8 views

CVE-2026-44298

Kimai is an open-source time tracking application. From version 2.32.0 to before version 2.56.0, users with the role System-Admin ROLESYSTEADMIN and the permission uploadinvoicetemplate can upload PDF invoice templates, which can call pdfContext.setOption'associatedfiles', ... inside the sandboxe...

4.1CVSS5.7AI score0.00278EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/08 3:14 a.m.10 views

CVE-2026-41646 Nuclei: Local File Read via require() Module Loader Bypass

Nuclei is a vulnerability scanner built on a simple YAML-based DSL. From version 3.0.0 to before version 3.8.0, a vulnerability in Nuclei's JavaScript protocol runtime allows JavaScript templates to read local .js and .json files through the require function, bypassing the default local file acce...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/08 3:14 a.m.10 views

CVE-2026-41646 Nuclei: Local File Read via require() Module Loader Bypass

Nuclei is a vulnerability scanner built on a simple YAML-based DSL. From version 3.0.0 to before version 3.8.0, a vulnerability in Nuclei's JavaScript protocol runtime allows JavaScript templates to read local .js and .json files through the require function, bypassing the default local file acce...

5.5CVSS5.9AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.23 views

PT-2026-39288

Name of the Vulnerable Software and Affected Versions SiYuan versions prior to 3.7.0 Description The software fails to escape HTML when storing and rendering Attribute View AV names. The kernel stores these names without escaping and uses a raw string replacement to embed them in HTML before...

9.4CVSS6.3AI score0.00509EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.15 views

kimai 路径遍历漏洞

Kimai is a web-based, multi-user time tracking application developed by Kimai’s individual developers. Versions of Kimai from 2.32.0 to 2.56.0 contained a path traversal vulnerability. This vulnerability occurred when system administrator users with the “uploadinvoicetemplate” permission uploaded...

4.9CVSS5.9AI score0.00278EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.15 views

Apache CloudStack 代码注入漏洞

Apache CloudStack is an IaaS cloud computing platform developed by the Apache Foundation in the United States. This platform is primarily used for deploying and managing large-scale virtual machine networks. Apache CloudStack has a code injection vulnerability, which stems from a lack of filename...

8.8CVSS6.2AI score0.00726EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.22 views

PT-2026-39302

Name of the Vulnerable Software and Affected Versions view component versions 3.0.0 through 4.8.x Description The preview route derives an example name from the URL and invokes it using public send without verifying if the requested method is an explicitly defined preview example. This allows...

6.5CVSS5.8AI score0.00343EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.21 views

PT-2026-39237

Name of the Vulnerable Software and Affected Versions banks versions prior to 2.4.2 Description Server-Side Template Injection SSTI occurs when applications pass user-supplied strings directly as template arguments to the Prompt function. This happens because the software uses jinja2.Environment ...

7.5CVSS6.1AI score0.00423EPSS
SaveExploits0References15
RubySec
RubySec
added 2026/05/08 12:00 a.m.30 views

view_component - Preview Route Can Dispatch Inherited Helper Methods'

The preview route derives an example name from the URL and calls it with publicsend. The code does not verify that the requested method is one of the preview examples explicitly defined by the preview class. As a result, inherited public methods on ViewComponent::Preview are route-reachable. The...

6.5CVSS5.9AI score0.00343EPSS
SaveExploits0References1Affected Software1
GithubExploit
GithubExploit
added 2026/05/07 3:36 p.m.256 views

Ntemplatesbyxit

CVE Nuclei Templates Collection Author: Xit Exploiter --...

10CVSS5.8AI score0.99802EPSS
SaveExploits462
GithubExploit
GithubExploit
added 2026/05/07 2:15 p.m.103 views

web-app-pentest-playbook

Web Application Pentest Playbook A structured methodology and...

5.8AI score
SaveExploits0
Circl
Circl
added 2026/05/07 9:12 a.m.14 views

CVE-2026-40878

creationtimestamp| type| source ---|---|--- 2026-05-07 09:12:24+00:00| confirmed| https://github.com/projectdiscovery/nuclei-templates/tree/main/http/cves/2026/CVE-2026-40878.yaml...

2.1CVSS5.8AI score0.00805EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/05/07 1:25 a.m.17 views

EUVD-2026-28235

The Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.51.1. This is due to the processRequest method in ForminatorAdminModuleEditPage admin/abstracts/class-admin-module-edit-page.php dispatching sensitive module-management actions —...

5.3CVSS5.9AI score0.00425EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/05/06 8:22 p.m.15 views

CVE-2026-38431

ERPNext v15.103.1 and before is vulnerable to Server-Side Template Injection SSTI. An attacker with permission to create or edit email templates can inject template expressions that are executed on the server when the template is rendered...

9.8CVSS5.8AI score0.0039EPSS
SaveExploits1References1
Rows per page
Query Builder