Lucene search
+L

5596 matches found

Vulnrichment
Vulnrichment
added 2026/08/17 12:00 a.m.8 views

CVE-2026-50775

A blind SSRF attack in DataHub v.1.5.0.1 allows a remote attacker to execute arbitrary code via the server retrieving an image from a crafted URL, and it fails to return the content or any errors directly...

6AI score0.00581EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 12:00 a.m.38 views

CVE-2026-50775

DataHub v1.5.0.1 is vulnerable to a blind SSRF flaw where the server fetches images from attacker-supplied URLs, enabling remote code execution without authentication. CVSS 3.1 scores it CRITICAL (9.8), and CISA's SSVC assessment marks it as automatable with total technical impact. No patch versi...

9.8CVSS6.1AI score0.00581EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/16 10:00 p.m.34 views

CVE-2026-19957 graphlit graphlit-mcp-server ssrf-test Endpoint tools.ts fetch server-side request forgery

A vulnerability was identified in graphlit graphlit-mcp-server 1.0.1. This affects the function fetch of the file src/tools.ts of the component ssrf-test Endpoint. Such manipulation of the argument url leads to server-side request forgery. The attack may be launched remotely. The exploit is...

6.5CVSS0.0027EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/16 10:00 p.m.52 views

CVE-2026-19957

The CVE concerns graphlit-mcp-server 1.0.1, specifically the ssrf-test Endpoint’s src/tools.ts fetch function. The root cause is manipulation of the url argument, enabling server-side request forgery (SSRF). Reported attack vector is network, with low attack complexity and no user interaction req...

6.5CVSS6.2AI score0.0027EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/16 12:00 a.m.17 views

PT-2026-73172

Name of the Vulnerable Software and Affected Versions graphlit graphlit-mcp-server version 1.0.1 Description A server-side request forgery SSRF issue exists in the ssrf-test Endpoint within the fetch function of the src/tools.ts file. This occurs when the url argument is manipulated, allowing a...

6.5CVSS6.3AI score0.0027EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/14 7:18 p.m.11 views

GHSA-5FPJ-28RV-84R7 Budibase: SSRF in Automation Steps - Webhook, Zapier, N8N, Slack, Discord Bypass IP Blacklist

Summary Budibase automation steps outgoing webhook, Zapier, n8n, Slack, Discord, Make.com make server-side HTTP requests to user-provided URLs using node-fetch directly, completely bypassing the IP blacklist protection that exists in the REST API integration. Additionally, the REST API blacklist...

7.1CVSS5.5AI score0.00268EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/14 3:20 p.m.17 views

CVE-2026-73622

A flaw was found in GitPython. This vulnerability allows a remote attacker to exfiltrate sensitive information, such as environment variables, by crafting malicious URLs. When these URLs are processed during Git operations like fetch or pull, the environment variables are expanded and transmitted...

8.7CVSS5AI score0.00354EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.18 views

PT-2026-76555

Name of the Vulnerable Software and Affected Versions Budibase versions prior to 3.41.3 Description Authenticated users can perform server-side requests to internal services and cloud metadata. This occurs because automation steps for outgoing webhooks, Zapier, n8n, Slack, and Discord use...

7.1CVSS5.2AI score0.00268EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/13 3:19 p.m.11 views

CVE-2026-49857

auth-fetch-mcp is an MCP server that lets AI assistants fetch content from authenticated web pages. Version 3.0.1 implements SSRF protection in assertSafeUrl src/security.ts to block requests to private and loopback addresses. However, the isPrivateV6 function fails to detect IPv4-mapped IPv6...

7.4CVSS0.00347EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/13 2:50 p.m.50 views

CVE-2026-49857

auth-fetch-mcp has an SSRF protection bypass via IPv4-mapped IPv6 loopback. The root cause is in isPrivateV6() handling of hex-normalized IPv4-mapped addresses; input like http://[::ffff:127.0.0.1]:PORT/ becomes http://[::ffff:7f00:1]:PORT/ and net.isIPv4 returns false, allowing requests to priva...

7.4CVSS5.3AI score0.00347EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/13 2:50 p.m.43 views

CVE-2026-49857 auth-fetch-mcp has SSRF Protection Bypass via IPv4-mapped IPv6 Loopback

auth-fetch-mcp is an MCP server that lets AI assistants fetch content from authenticated web pages. Version 3.0.1 implements SSRF protection in assertSafeUrl src/security.ts to block requests to private and loopback addresses. However, the isPrivateV6 function fails to detect IPv4-mapped IPv6...

7.4CVSS0.00347EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/13 2:50 p.m.12 views

EUVD-2026-58054

auth-fetch-mcp is an MCP server that lets AI assistants fetch content from authenticated web pages. Version 3.0.1 implements SSRF protection in assertSafeUrl src/security.ts to block requests to private and loopback addresses. However, the isPrivateV6 function fails to detect IPv4-mapped IPv6...

7.4CVSS5.3AI score0.00347EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/13 2:50 p.m.20 views

CVE-2026-49857 auth-fetch-mcp has SSRF Protection Bypass via IPv4-mapped IPv6 Loopback

auth-fetch-mcp is an MCP server that lets AI assistants fetch content from authenticated web pages. Version 3.0.1 implements SSRF protection in assertSafeUrl src/security.ts to block requests to private and loopback addresses. However, the isPrivateV6 function fails to detect IPv4-mapped IPv6...

7.4CVSS5.4AI score
SaveExploits0References5
attackerkb
attackerkb
added 2026/08/13 2:50 p.m.14 views

CVE-2026-49857

auth-fetch-mcp is an MCP server that lets AI assistants fetch content from authenticated web pages. Version 3.0.1 implements SSRF protection in assertSafeUrl src/security.ts to block requests to private and loopback addresses. However, the isPrivateV6 function fails to detect IPv4-mapped IPv6...

7.4CVSS5.3AI score0.00347EPSS
SaveExploits0References4Affected Software1
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.11 views

CVE-2026-73625

GitPython versions before 3.1.54 contain a remote code execution vulnerability in the checkunsafeoptions guard that can be bypassed by smuggling git options inside single-character kwarg values. Attackers can supply crafted option dictionaries to clonefrom, fetch, pull, push, lsremote, itercommit...

8.8CVSS6.2AI score0.00653EPSS
SaveExploits1References3
OSV
OSV
added 2026/08/13 12:17 p.m.8 views

UBUNTU-CVE-2026-73625

GitPython versions before 3.1.54 contain a remote code execution vulnerability in the checkunsafeoptions guard that can be bypassed by smuggling git options inside single-character kwarg values. Attackers can supply crafted option dictionaries to clonefrom, fetch, pull, push, lsremote, itercommit...

8.8CVSS6.7AI score0.00653EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/08/13 11:28 a.m.15 views

EUVD-2026-57794

GitPython versions before 3.1.54 contain a remote code execution vulnerability in the checkunsafeoptions guard that can be bypassed by smuggling git options inside single-character kwarg values. Attackers can supply crafted option dictionaries to clonefrom, fetch, pull, push, lsremote, itercommit...

8.8CVSS6.4AI score0.00653EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/08/13 11:28 a.m.9 views

CVE-2026-73625

GitPython versions before 3.1.54 contain a remote code execution vulnerability in the checkunsafeoptions guard that can be bypassed by smuggling git options inside single-character kwarg values. Attackers can supply crafted option dictionaries to clonefrom, fetch, pull, push, lsremote, itercommit...

8.8CVSS6.7AI score0.00653EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/08/13 11:28 a.m.10 views

CVE-2026-73622

GitPython before 3.1.55 fails to disable environment variable expansion in Remote.create and Submodule.add URL handling, allowing attackers to exfiltrate secrets by supplying URLs containing variable references. Attackers can craft URLs with environment variable tokens that are expanded into...

8.7CVSS5.3AI score0.00354EPSS
SaveExploits1
NVD
NVD
added 2026/08/13 12:17 a.m.18 views

CVE-2026-46382

The Meeting Room Booking System MRBS is a PHP-based application for booking meeting rooms. Prior to version 1.12.2, a user-supplied private/local URI can be made to be fetched without checks. Version 1.12.2 contains a fix. No known workarounds are available...

8.7CVSS0.00249EPSS
SaveExploits0References2
Rows per page
Query Builder