Lucene search
+L

41503 matches found

OSV
OSV
added 2026/04/16 11:38 p.m.8 views

BIT-DJANGO-2026-4277 Privilege abuse in GenericInlineModelAdmin

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. Add permissions on inline model instances were not validated on submission of forged POST data in GenericInlineModelAdmin. Earlier, unsupported Django series such as 5.0.x, 4.1.x, and 3.2.x were not evaluated a...

9.8CVSS5.7AI score0.00458EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/16 11:36 p.m.9 views

BIT-AUTHENTIK-2024-21637 XSS in Authentik via JavaScript-URI as Redirect URI and form_post Response Mode

Authentik is an open-source Identity Provider. Authentik is a vulnerable to a reflected Cross-Site Scripting vulnerability via JavaScript-URIs in OpenID Connect flows with responsemode=formpost. This relatively user could use the described attacks to perform a privilege escalation. This...

7.6CVSS6AI score0.00547EPSS
SaveExploits0References4
Circl
Circl
added 2026/04/16 11:18 p.m.11 views

CVE-2026-40901

creationtimestamp| type| source ---|---|--- 2026-04-16 23:18:23+00:00| published-proof-of-concept| Telegram/x6U1CUbtpfWdw00zGhzow4OOkK7AiEHUVbiM6o3SMYH6zs0 2026-04-17 00:28:16+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mjno5a2vbz2f 2026-04-20 20:32:38+00:00| seen|...

9CVSS5.8AI score0.0063EPSS
SaveExploits2References4
Github Security Blog
Github Security Blog
added 2026/04/16 11:00 p.m.14 views

Saltcorn: Open Redirect in `POST /auth/login` due to incomplete `is_relative_url` validation (backslash bypass)

Summary Saltcorn validates the post-login dest parameter with a string check that only blocks :/ and //. Because all WHATWG-compliant browsers normalise backslashes \ to forward slashes / for special schemes, a payload such as /\evil.com/path slips through isrelativeurl, is emitted unchanged in t...

5.1CVSS5.6AI score0.00339EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/04/16 10:16 p.m.15 views

CVE-2026-39313

mcp-framework is a framework for building Model Context Protocol MCP servers. In versions 0.2.21 and below, the readRequestBody function in the HTTP transport concatenates request body chunks into a string with no size limit. Although a maxMessageSize configuration value exists, it is never...

8.7CVSS0.00495EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 9:24 p.m.13 views

CVE-2026-39313 MCP-Framework: Unbounded memory allocation in readRequestBody allows denial of service via HTTP transport

mcp-framework is a framework for building Model Context Protocol MCP servers. In versions 0.2.21 and below, the readRequestBody function in the HTTP transport concatenates request body chunks into a string with no size limit. Although a maxMessageSize configuration value exists, it is never...

8.7CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/16 9:24 p.m.40 views

CVE-2026-39313 MCP-Framework: Unbounded memory allocation in readRequestBody allows denial of service via HTTP transport

mcp-framework is a framework for building Model Context Protocol MCP servers. In versions 0.2.21 and below, the readRequestBody function in the HTTP transport concatenates request body chunks into a string with no size limit. Although a maxMessageSize configuration value exists, it is never...

8.7CVSS0.00495EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/04/16 9:24 p.m.10 views

CVE-2026-39313

mcp-framework is a framework for building Model Context Protocol MCP servers. In versions 0.2.21 and below, the readRequestBody function in the HTTP transport concatenates request body chunks into a string with no size limit. Although a maxMessageSize configuration value exists, it is never...

8.7CVSS5.8AI score0.00495EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/04/16 9:24 p.m.91 views

CVE-2026-39313

CVE-2026-39313 affects mcp-framework's HTTP transport (readRequestBody) where concatenation of request chunks has no size limit. Versions 0.2.21 and earlier are vulnerable; an unauthenticated remote attacker can crash an HTTP server by sending a single large POST to /mcp, causing memory exhaustio...

8.7CVSS5.8AI score0.00495EPSS
SaveExploits0References2
Circl
Circl
added 2026/04/16 9:19 p.m.10 views

CVE-2026-33082

creationtimestamp| type| source ---|---|--- 2026-04-16 21:19:31+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mjndkfx7322k 2026-04-17 05:18:08+00:00| published-proof-of-concept| Telegram/MfRD7ll8pGcGi3RGemlsgII30sQ-Y2l5bpdSqMK2BdYlKE 2026-04-20 19:10:54+00:00| seen|...

9.8CVSS4.8AI score0.00325EPSS
SaveExploits1References3
Circl
Circl
added 2026/04/16 9:02 p.m.9 views

CVE-2025-68109

creationtimestamp| type| source ---|---|--- 2026-04-16 21:02:32+00:00| seen| https://bsky.app/profile/beikokucyber.bsky.social/post/3mjncncgazj2p 2026-09-08 06:49:43+00:00| seen| https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/http/churchcrmdbrestorerce.rb...

9.1CVSS5.7AI score0.0157EPSS
SaveExploits3References2
OSV
OSV
added 2026/04/16 8:44 p.m.16 views

GHSA-353C-V8X9-V7C3 MCP-Framework: Unbounded memory allocation in readRequestBody allows denial of service via HTTP transport

Summary The readRequestBody function in src/transports/http/server.ts concatenates HTTP request body chunks into a string with no size limit, allowing a remote unauthenticated attacker to crash the server via memory exhaustion with a single large HTTP POST request. Details File:...

8.7CVSS5.9AI score0.00495EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/16 8:44 p.m.16 views

MCP-Framework: Unbounded memory allocation in readRequestBody allows denial of service via HTTP transport

Summary The readRequestBody function in src/transports/http/server.ts concatenates HTTP request body chunks into a string with no size limit, allowing a remote unauthenticated attacker to crash the server via memory exhaustion with a single large HTTP POST request. Details File:...

8.7CVSS5.9AI score0.00495EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/04/16 8:44 p.m.16 views

Allocation of Resources Without Limits or Throttling

Overview mcp-framework is a Framework for building Model Context Protocol MCP servers in Typescript Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the readRequestBody function. An attacker can exhaust system memory and cause a server...

8.7CVSS5.8AI score0.00495EPSS
SaveExploits0References2
Circl
Circl
added 2026/04/16 8:44 p.m.21 views

CVE-2026-37338

creationtimestamp| type| source ---|---|--- 2026-04-16 20:44:29+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mjnbkprs2p2f...

9.4CVSS5.7AI score0.00314EPSS
SaveExploits0References1
Circl
Circl
added 2026/04/16 8:00 p.m.13 views

CVE-2026-34018

creationtimestamp| type| source ---|---|--- 2026-04-16 20:00:00+00:00| seen| https://jvn.jp/en/jp/JVN78422311 2026-04-17 06:05:15+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mjoaxsb5ce2s 2026-04-20 17:20:51+00:00| seen| Telegram/GfeUhnyJYShCjvs7rm1XQAQJnKqowYjnl2h2DVxLAV4-eNA...

9.8CVSS6.7AI score0.00179EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/16 7:22 p.m.14 views

CVE-2026-34161

Chamilo LMS is an open-source learning management system. In versions prior to 2.0.0-RC.3, a Stored Cross-Site Scripting XSS vulnerability exists in the social post attachment upload functionality, where an authenticated user can upload a malicious HTML file containing JavaScript via the...

5.4CVSS6AI score0.00219EPSS
SaveExploits0References1
Circl
Circl
added 2026/04/16 6:14 p.m.9 views

CVE-2025-36579

creationtimestamp| type| source ---|---|--- 2026-04-16 18:14:02+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mjmz6xedk72d...

5.1CVSS5.7AI score0.00176EPSS
SaveExploits0References1
Circl
Circl
added 2026/04/16 5:21 p.m.11 views

CVE-2026-6409

creationtimestamp| type| source ---|---|--- 2026-04-16 17:21:05+00:00| published-proof-of-concept| Telegram/YKX-6KXVqHKUWR-VRt4uZwi-aDyDZ2w2e-w4Y4gyD3o3fyw 2026-04-16 18:23:49+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mjmzqy3ntc26...

7.1CVSS4.8AI score0.0036EPSS
SaveExploits0References1
Circl
Circl
added 2026/04/16 5:08 p.m.12 views

CVE-2026-3324

creationtimestamp| type| source ---|---|--- 2026-04-16 17:08:02+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mjmvjyv6jw2q 2026-04-16 17:20:51+00:00| seen| Telegram/s117pb2GT3VwdfXaV13Oi8Gqr-ePRyI5oBJZVU7ek3MbpQ...

8.2CVSS4.8AI score0.01256EPSS
SaveExploits0References1
Rows per page
Query Builder