Lucene search
+L

2126 matches found

Veracode
Veracode
added 2026/03/06 7:23 a.m.12 views

Server-Side Request Forgery (SSRF)

mcp-fetch-server is vulnerable to Server-Side Request Forgery SSRF. The vulnerability is due to improper private IP validation, which allows an attacker to bypass the validation mechanism and access internal network resources...

7.5CVSS5.8AI score0.00438EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2026/03/06 5:16 a.m.15 views

CVE-2026-28785

Ghostfolio is an open source wealth management software. Prior to version 2.244.0, by bypassing symbol validation, an attacker can execute arbitrary SQL commands via the getHistorical method, potentially allowing them to read, modify, or delete sensitive financial data for all users in the...

9.8CVSS0.00367EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/03/06 4:27 a.m.9 views

EUVD-2026-9995

Ghostfolio is an open source wealth management software. Prior to version 2.244.0, by bypassing symbol validation, an attacker can execute arbitrary SQL commands via the getHistorical method, potentially allowing them to read, modify, or delete sensitive financial data for all users in the...

9.3CVSS6.1AI score0.00367EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/03/06 4:27 a.m.14 views

CVE-2026-28785 Ghostfolio: Time-Based Blind SQL Injection in Manual Asset Import

Ghostfolio is an open source wealth management software. Prior to version 2.244.0, by bypassing symbol validation, an attacker can execute arbitrary SQL commands via the getHistorical method, potentially allowing them to read, modify, or delete sensitive financial data for all users in the...

9.3CVSS6AI score0.00367EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/06 4:27 a.m.10 views

CVE-2026-28785 Ghostfolio: Time-Based Blind SQL Injection in Manual Asset Import

Ghostfolio is an open source wealth management software. Prior to version 2.244.0, by bypassing symbol validation, an attacker can execute arbitrary SQL commands via the getHistorical method, potentially allowing them to read, modify, or delete sensitive financial data for all users in the...

9.3CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/03/06 3:32 a.m.39 views

CVE-2026-29041 Chamilo: Authenticated Remote Code Execution via Unrestricted File Upload

Chamilo is a learning management system. Prior to version 1.11.34, Chamilo LMS is affected by an authenticated remote code execution vulnerability caused by improper validation of uploaded files. The application relies solely on MIME-type verification when handling file uploads and does not...

8.8CVSS0.00729EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/03/06 12:0 a.m.17 views

Fastify 安全漏洞

Fastify is an open-source web framework developed by Fastify. There is a security vulnerability in Fastify, which stems from incorrectly accepting format-errors Content-Type headers. This could allow attackers to send requests that bypass validations and be processed by the server...

5.3CVSS5.8AI score0.00351EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/03/06 12:0 a.m.15 views

Ghostfolio SQL注入漏洞

Ghostfolio is an open-source personal wealth management software developed by Ghostfolio. Versions of Ghostfolio prior to 2.244.0 contained a SQL injection vulnerability. This vulnerability stemmed from bypassing symbol validation, which could allow arbitrary SQL commands to be executed through t...

9.8CVSS6AI score0.00367EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/03/06 12:0 a.m.13 views

PT-2026-23801

Name of the Vulnerable Software and Affected Versions WeKnora versions prior to 0.3.0 Description WeKnora, an LLM-powered framework for deep document understanding and semantic retrieval, contains a DNS rebinding issue in the web fetch tool. An unauthenticated attacker can bypass URL validation a...

7.5CVSS5.8AI score0.00355EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/03/06 12:0 a.m.24 views

PT-2026-23790

Name of the Vulnerable Software and Affected Versions Flowise versions prior to 3.0.13 Description Flowise has an issue where the NVIDIA NIM router endpoint '/api/v1/nvidia-nim/' was incorrectly whitelisted in the global authentication middleware. This allowed unauthenticated access to sensitive...

9.8CVSS5.8AI score0.3625EPSS
SaveExploits2References13
NVD
NVD
added 2026/03/05 10:16 p.m.15 views

CVE-2026-28477

OpenClaw versions prior to 2026.2.14 contain an oauth state validation bypass vulnerability in the manual Chutes login flow that allows attackers to bypass CSRF protection. An attacker can convince a user to paste attacker-controlled OAuth callback data, enabling credential substitution and token...

7.1CVSS0.00133EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/05 9:29 p.m.14 views

Fastify's Missing End Anchor in "subtypeNameReg" Allows Malformed Content-Types to Pass Validation

Description Fastify incorrectly accepts malformed Content-Type headers containing trailing characters after the subtype token, in violation of RFC 9110 §8.3.1. For example, a request sent with Content-Type: application/json garbage passes validation and is processed normally, rather than being...

5.3CVSS6AI score0.00351EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/03/05 8:52 p.m.11 views

GHSA-G962-2J28-3CG9 OliveTin has JWT Audience Validation Bypass in Local Key and HMAC Modes

Summary When JWT authentication is configured using either: - authJwtPubKeyPath local RSA public key, or - authJwtHmacSecret HMAC secret, the configured audience value authJwtAud is not enforced during token parsing. As a result, validly signed JWT tokens with an incorrect aud claim are accepted...

8.8CVSS6AI score0.00301EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/03/05 1:57 a.m.10 views

CVE-2026-26279

Froxlor is open source server administration software. Prior to 2.3.4, a typo in Froxlor's input validation code == instead of = completely disables email format checking for all settings fields declared as email type. This allows an authenticated admin to store arbitrary strings in the...

9.1CVSS7.4AI score0.00802EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/03/05 12:0 a.m.17 views

PT-2026-23622

Name of the Vulnerable Software and Affected Versions Fastify versions prior to 5.8.1 Description Fastify incorrectly validates Content-Type headers, accepting malformed headers with trailing characters after the subtype token, which violates RFC 9110. Specifically, a request with a Content-Type...

5.3CVSS5.7AI score0.00351EPSS
SaveExploits0References14
Tenable Nessus
Tenable Nessus
added 2026/03/04 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-3336

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Improper certificate validation in PKCS7verify in AWS-LC allows an unauthenticated user to bypass certificate chain verification when processing PKCS7 objects...

8.7CVSS7.4AI score0.00771EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/03/03 10:31 p.m.40 views

CVE-2026-26279 Froxlor Admin-to-Root Privilege Escalation via Input Validation Bypass + OS Command Injection

Froxlor is open source server administration software. Prior to 2.3.4, a typo in Froxlor's input validation code == instead of = completely disables email format checking for all settings fields declared as email type. This allows an authenticated admin to store arbitrary strings in the...

9.1CVSS0.00802EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/03 10:31 p.m.11 views

CVE-2026-26279 Froxlor Admin-to-Root Privilege Escalation via Input Validation Bypass + OS Command Injection

Froxlor is open source server administration software. Prior to 2.3.4, a typo in Froxlor's input validation code == instead of = completely disables email format checking for all settings fields declared as email type. This allows an authenticated admin to store arbitrary strings in the...

9.1CVSS6.2AI score
SaveExploits0References5
CVE
CVE
added 2026/03/03 10:31 p.m.35 views

CVE-2026-26279

CVE-2026-26279 affects Froxlor before 2.3.4. A typo in input validation (using == instead of =) prevents email fields from being validated, allowing an authenticated admin to store arbitrary strings in panel_adminmail. That value is later interpolated into a shell command executed as root by a cr...

9.1CVSS7.4AI score0.00802EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/03 10:31 p.m.6 views

CVE-2026-26279 Froxlor Admin-to-Root Privilege Escalation via Input Validation Bypass + OS Command Injection

Froxlor is open source server administration software. Prior to 2.3.4, a typo in Froxlor's input validation code == instead of = completely disables email format checking for all settings fields declared as email type. This allows an authenticated admin to store arbitrary strings in the...

9.1CVSS6.2AI score0.00802EPSS
SaveExploits1References3
Rows per page
Query Builder