112841 matches found
pyLoad: SSRF in parse_urls API endpoint via unvalidated URL parameter
Vulnerability Details CWE-918: Server-Side Request Forgery SSRF The parseurls API function in src/pyload/core/api/init.py line 556 fetches arbitrary URLs server-side via geturlurl pycurl without any URL validation, protocol restriction, or IP blacklist. An authenticated user with ADD permission...
CVE-2026-3571
creationtimestamp| type| source ---|---|--- 2026-04-04 04:11:16+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3minejyuzrp25 2026-04-10 10:30:07+00:00| seen| https://bsky.app/profile/atomicedge.bsky.social/post/3mj54ixzout2r...
CVE-2026-35490
creationtimestamp| type| source ---|---|--- 2026-04-04 03:57:55+00:00| published-proof-of-concept| https://github.com/dgtlmoon/changedetection.io/security/advisories/GHSA-jmrh-xmgh-x9j4 2026-04-07 17:29:27+00:00| seen| Telegram/yDDpU4nC0b44IAL16-yoyqmXwVbKF5D32H81GUjgS-e3jc 2026-04-14...
CVE-2026-34229
creationtimestamp| type| source ---|---|--- 2026-04-04 00:09:31+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mimwzpv5eq2i...
CVE-2026-34787
creationtimestamp| type| source ---|---|--- 2026-04-04 00:04:12+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mimwq7bzyr25...
CVE-2026-34933
creationtimestamp| type| source ---|---|--- 2026-04-04 00:01:07+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mimwkmfdjp2q 2026-04-11 17:30:19+00:00| seen| https://bsky.app/profile/infosec.skyfleet.blue/post/3mjaehb4uhn2d 2026-04-14 13:10:07+00:00| seen|...
PT-2026-30323
Name of the Vulnerable Software and Affected Versions Mobile Next versions prior to 0.0.50 Description The mobile open url tool in Mobile Next passes user-supplied URLs directly to Android's intent system without scheme validation, potentially allowing execution of arbitrary Android intents,...
CVE-2026-34777 Electron: Incorrect origin passed to permission request handler for iframe requests
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, when an iframe requests fullscreen, pointerLock, keyboardLock, openExternal, or media permissions, the origin passed to...
CVE-2026-34777 Electron: Incorrect origin passed to permission request handler for iframe requests
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, when an iframe requests fullscreen, pointerLock, keyboardLock, openExternal, or media permissions, the origin passed to...
CVE-2020-37216
creationtimestamp| type| source ---|---|--- 2026-04-03 23:30:43+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mimuudp2w22j...
CVE-2026-27885
creationtimestamp| type| source ---|---|--- 2026-04-03 23:21:15+00:00| published-proof-of-concept| Telegram/6UgEKYpuzuWLxLktBSFu6z7cSh4q5naaHoBaDBfOi0oKaqw 2026-04-10 03:07:07+00:00| seen| https://bsky.app/profile/cyberhub.blog/post/3mj4dqtckxm2u...
CVE-2026-34590
Postiz is an AI social media scheduling tool. Prior to version 2.21.4, the POST /webhooks/ endpoint for creating webhooks uses WebhooksDto which validates the url field with only @IsUrl format check, missing the @IsSafeWebhookUrl validator that blocks internal/private network addresses. The updat...
CVE-2026-34576
Postiz is an AI social media scheduling tool. Prior to version 2.21.3, the POST /public/v1/upload-from-url endpoint accepts a user-supplied URL and fetches it server-side using axios.get with no SSRF protections. The only validation is a file extension check .png, .jpg, etc. which is trivially...
CVE-2026-34524
SillyTavern is a locally installed user interface that allows users to interact with text generation large language models, image generation engines, and text-to-speech voice models. Prior to version 1.17.0, a path traversal vulnerability in chat endpoints allows an authenticated attacker to read...
CVE-2026-34954 PraisonAI: SSRF in FileTools.download_file() via Unvalidated URL
PraisonAI is a multi-agent teams system. Prior to version 1.5.95, FileTools.downloadfile in praisonaiagents validates the destination path but performs no validation on the url parameter, passing it directly to httpx.stream with followredirects=True. An attacker who controls the URL can reach any...
CVE-2026-34954 PraisonAI: SSRF in FileTools.download_file() via Unvalidated URL
PraisonAI is a multi-agent teams system. Prior to version 1.5.95, FileTools.downloadfile in praisonaiagents validates the destination path but performs no validation on the url parameter, passing it directly to httpx.stream with followredirects=True. An attacker who controls the URL can reach any...
CVE-2026-27634
creationtimestamp| type| source ---|---|--- 2026-04-03 22:53:35+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mimsrx2lih27 2026-04-03 23:21:15+00:00| published-proof-of-concept| Telegram/6UgEKYpuzuWLxLktBSFu6z7cSh4q5naaHoBaDBfOi0oKaqw...
CVE-2026-34936
PraisonAI is a multi-agent teams system. Prior to version 4.5.90, passthrough and apassthrough in praisonai accept a caller-controlled apibase parameter that is concatenated with endpoint and passed directly to httpx.Client.request when the litellm primary path raises AttributeError. No URL schem...
Server-side Request Forgery (SSRF)
Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the downloadbytesfromurl function. An attacker can cause the server to make arbitrary HTTP or HTTPS requests to...
vLLM: Server-Side Request Forgery (SSRF) in `download_bytes_from_url `
Summary A Server Side Request Forgery SSRF vulnerability in downloadbytesfromurl allows any actor who can control batch input JSON to make the vLLM batch runner issue arbitrary HTTP/HTTPS requests from the server, without any URL validation or domain restrictions. This can be used to target...