Lucene search
+L

981377 matches found

Cvelist
Cvelist
added 2026/09/14 5:52 p.m.32 views

CVE-2026-90946 DeepWiki-Open through commit d92819a Arbitrary File Read via /ws/chat WebSocket

DeepWiki-Open through commit d92819a contains an arbitrary file read vulnerability in the unauthenticated /ws/chat WebSocket endpoint that accepts repourl as a filesystem path with no containment. Attackers can supply arbitrary directory paths to read all files with supported extensions including...

8.7CVSS0.00568EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/14 5:52 p.m.6 views

EUVD-2026-77713

DeepWiki-Open through commit d92819a contains an arbitrary file read vulnerability in the unauthenticated /ws/chat WebSocket endpoint that accepts repourl as a filesystem path with no containment. Attackers can supply arbitrary directory paths to read all files with supported extensions including...

8.7CVSS5.9AI score0.00568EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/14 5:52 p.m.11 views

CVE-2026-90946

DeepWiki-Open (through commit d92819a ) contains an arbitrary file read vulnerability in the unauthenticated /ws/chat WebSocket endpoint. The repo_url parameter is accepted as a raw filesystem path with no containment , allowing attackers to supply arbitrary directory paths and read files with su...

8.7CVSS5.9AI score0.00568EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/14 5:21 p.m.8 views

enforcement-coverage

Enforcement Coverage Finds API routes that carry a weaker authorization control than their siblings. It found CVE-2026-45316 in Open WebUI from source alone, with no advisory knowledge: root@kitploit: MISMATCH POST /notes/id/pin notes.py:pinnotebyid 3/3 comparable write operations on note require...

3.5CVSS5.8AI score0.00218EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/14 3:05 p.m.9 views

CVE-2024-37888

CVE-2024-37888 This repository documents vulnerability details and exploit for CVE-2024-37888 discovered and reported by myself. Metrics CWE-79: Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' CVSS: 6.1 MEDIUM Vulnerability Overview This Proof of Concept POC...

6.1CVSS5.9AI score0.00856EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/14 3:02 p.m.33 views

CVE-2026-57122 PraisonAI: Webhook signature verification skipped (fail-open) when secret unset, allowing forged inbound webhooks (WhatsApp & Linear bots)

PraisonAI is a multi-agent teams system. Prior to 4.6.59, the WhatsApp and Linear bot webhook handlers verify HMAC signatures only when WHATSAPPAPPSECRET or LINEARWEBHOOKSECRET is configured and otherwise parse and dispatch unsigned request bodies. A remote unauthenticated client that reaches the...

8.6CVSS0.0013EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/14 3:02 p.m.19 views

CVE-2026-57122

PraisonAI (a multi-agent LLM framework) is vulnerable to fail-open webhook signature verification in its WhatsApp and Linear bot adapters prior to 4.6.59 . When WHATSAPP_APP_SECRET or LINEAR_WEBHOOK_SECRET is unset—the default on a fresh install —the _handle_webhook handler skips HMAC-SHA256 veri...

8.6CVSS5.8AI score0.0013EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/14 3:02 p.m.3 views

CVE-2026-57122 PraisonAI: Webhook signature verification skipped (fail-open) when secret unset, allowing forged inbound webhooks (WhatsApp & Linear bots)

PraisonAI is a multi-agent teams system. Prior to 4.6.59, the WhatsApp and Linear bot webhook handlers verify HMAC signatures only when WHATSAPPAPPSECRET or LINEARWEBHOOKSECRET is configured and otherwise parse and dispatch unsigned request bodies. A remote unauthenticated client that reaches the...

8.6CVSS5.8AI score
SaveExploits0References5
OSV
OSV
added 2026/09/14 3:00 p.m.4 views

CVE-2026-56839 PraisonAI Code agent tools fail open without a workspace boundary

PraisonAI is a multi-agent teams system. Prior to 4.6.59, the CODETOOLS wrappers keep workspaceroot as None and pass workspace=None to readfile, searchreplace, and applydiff helpers that enforce path containment only for a truthy workspace. An application that exposes codereadfile,...

7.3CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/09/14 3:00 p.m.17 views

CVE-2026-56839

PraisonAI (Python package praisonai), a multi-agent LLM framework, is affected by a fail-open workspace boundary in its CODE_TOOLS wrappers. Prior to 4.6.59 , the global variable _workspace_root defaults to None, and the lower-level helpers (read_file, search_replace, apply_diff) only enforce pat...

7.3CVSS5.8AI score0.00304EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/14 3:00 p.m.31 views

CVE-2026-56839 PraisonAI Code agent tools fail open without a workspace boundary

PraisonAI is a multi-agent teams system. Prior to 4.6.59, the CODETOOLS wrappers keep workspaceroot as None and pass workspace=None to readfile, searchreplace, and applydiff helpers that enforce path containment only for a truthy workspace. An application that exposes codereadfile,...

7.3CVSS0.00304EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/14 2:17 p.m.6 views

CVE-2026-73191

URL Redirection to Untrusted Site 'Open Redirect' vulnerability in Apache Syncope. When the Syncope SRA is configured for CAS authentication, the target Apereo CAS instance's URL is calculated by unconditionally looking at client-supplied forwarded HTTP headers. This issue affects Apache Syncope:...

6.1CVSS0.00289EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/14 1:24 p.m.5 views

EUVD-2026-77477

URL Redirection to Untrusted Site 'Open Redirect' vulnerability in Apache Syncope. When the Syncope SRA is configured for CAS authentication, the target Apereo CAS instance's URL is calculated by unconditionally looking at client-supplied forwarded HTTP headers. This issue affects Apache Syncope:...

6.1CVSS5.7AI score0.00289EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/14 1:24 p.m.8 views

CVE-2026-73191

Apache Syncope is affected by a URL Redirection to Untrusted Site (Open Redirect) vulnerability in its SRA module when configured for CAS authentication . The root cause is that the target Apereo CAS instance's URL is calculated by unconditionally trusting client-supplied Forwarded HTTP headers ,...

6.1CVSS5.7AI score0.00289EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/14 1:24 p.m.32 views

CVE-2026-73191 Apache Syncope: CAS service URL injection via Forwarded HTTP headers

URL Redirection to Untrusted Site 'Open Redirect' vulnerability in Apache Syncope. When the Syncope SRA is configured for CAS authentication, the target Apereo CAS instance's URL is calculated by unconditionally looking at client-supplied forwarded HTTP headers. This issue affects Apache Syncope:...

0.00289EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.3 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Treating $Extend records as regular files. Since the commit af153bb63a33 "vfs: catching invalid modes in mayopen" requires that any inode be of one of the types SIFDIR/SIFLNK/SIFREG/SIFCHR/SIFBLK/SIFIFO/SIFSOCK, use SIFREG...

5.9AI score0.00191EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: vfio/platform: Create persistent IRQ handlers The vfio-platform SETIRQS ioctl currently allows loopback triggering of an interrupt before a signaling eventfd has been configured by the user, which allows a NULL pointer dereferenc...

5.5CVSS5.7AI score0.00234EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.8 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: drm/nouveau/debugfs: fixed the memory leak when releasing files. When using singleopen to open a file, singlerelease should be called. Otherwise, the memory allocated with singleopen may be leaked...

5.5CVSS5.2AI score0.00223EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 12:38 p.m.10 views

ldapsdk

UnboundID LDAP SDK for Java Download the Latest Release of the LDAP SDK Here The UnboundID LDAP SDK for Java is a fast, powerful, user-friendly, and completely free and open source Java library for communicating with LDAP directory servers. It offers better performance, better ease of use, and mo...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/14 12:20 p.m.6 views

syswarden

...

5.8AI score
SaveExploits0References6
Rows per page
Query Builder