Lucene search
+L

5595 matches found

NVD
NVD
added 2026/08/28 12:16 p.m.13 views

CVE-2026-82254

gitoxide before 0.69.0 contains unchecked array indexing in delta application and uncapped allocation from attacker-controlled size headers in gix-pack. Attackers can send crafted pack data during clone or fetch operations to trigger panics or out-of-memory process kills...

8.7CVSS0.00351EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 12:16 p.m.12 views

DEBIAN-CVE-2026-82250

gitoxide gix-packetline versions before 0.21.5 contain a panic vulnerability in the TextRef implementation that occurs when processing side-band packet lines with empty payloads. A malicious Git server can send a crafted side-band packet to trigger an index out of bounds panic, aborting the clien...

7.1CVSS5.9AI score0.00235EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/28 10:49 a.m.14 views

CVE-2026-82250

gitoxide gix-packetline versions before 0.21.5 contain a panic vulnerability in the TextRef implementation that occurs when processing side-band packet lines with empty payloads. A malicious Git server can send a crafted side-band packet to trigger an index out of bounds panic, aborting the clien...

7.1CVSS5.9AI score0.00235EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/28 10:49 a.m.14 views

EUVD-2026-67702

gitoxide gix-packetline versions before 0.21.5 contain a panic vulnerability in the TextRef implementation that occurs when processing side-band packet lines with empty payloads. A malicious Git server can send a crafted side-band packet to trigger an index out of bounds panic, aborting the clien...

7.1CVSS5.9AI score0.00235EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 12:32 a.m.13 views

EUVD-2026-67301

A vulnerability was determined in cyberchitta scrapling-fetch-mcp up to 0.2.2. The impacted element is the function sfetchpage/sfetchpattern of the file src/scraplingfetchmcp/fetcher.py. Executing a manipulation can lead to server-side request forgery. The attack can be launched remotely. Upgradi...

5.1CVSS4.7AI score0.00196EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/28 12:18 a.m.15 views

CVE-2026-81848

A vulnerability was determined in cyberchitta scrapling-fetch-mcp up to 0.2.2. The impacted element is the function sfetchpage/sfetchpattern of the file src/scraplingfetchmcp/fetcher.py. Executing a manipulation can lead to server-side request forgery. The attack can be launched remotely. Upgradi...

5.1CVSS0.00196EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/28 12:00 a.m.22 views

CVE-2026-37237

vLLM (versions up to and including 0.17.0 ) is vulnerable to a Denial of Service via memory exhaustion . The AsyncMediaIO.fetch_audio and AsyncMediaIO.fetch_image functions in multimodal/inputs.py fetch user-supplied media URLs using aiohttp and call r.read() without enforcing a maximum response ...

7.5CVSS5.8AI score0.00532EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 12:00 a.m.11 views

EUVD-2026-67775

vLLM up to and including 0.17.0 allows remote attackers to cause a Denial of Service via memory exhaustion. The AsyncMediaIO.fetchaudio and AsyncMediaIO.fetchimage functions in multimodal/inputs.py fetch user-supplied media URLs using aiohttp and call r.read without enforcing a maximum response...

7.5CVSS5.8AI score0.00532EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/27 10:30 p.m.39 views

CVE-2026-81848 cyberchitta scrapling-fetch-mcp _fetcher.py s_fetch_pattern server-side request forgery

A vulnerability was determined in cyberchitta scrapling-fetch-mcp up to 0.2.2. The impacted element is the function sfetchpage/sfetchpattern of the file src/scraplingfetchmcp/fetcher.py. Executing a manipulation can lead to server-side request forgery. The attack can be launched remotely. Upgradi...

5.1CVSS0.00196EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/27 10:30 p.m.23 views

CVE-2026-81848

A Server-Side Request Forgery (SSRF) vulnerability affects the cyberchitta scrapling-fetch-mcp package up to version 0.2.2. The vulnerable functions are s_fetch_page and s_fetch_pattern in the file src/scrapling_fetch_mcp/_fetcher.py . The attack can be launched remotely with low privileges and r...

5.1CVSS4.7AI score0.00196EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/27 12:00 a.m.17 views

PT-2026-82806

A vulnerability was determined in cyberchitta scrapling-fetch-mcp up to 0.2.2. The impacted element is the function s fetch page/s fetch pattern of the file src/scrapling fetch mcp/ fetcher.py. Executing a manipulation can lead to server-side request forgery. The attack can be launched remotely...

5.1CVSS4.7AI score0.00196EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/26 10:09 a.m.34 views

CVE-2026-80347

mcp-fetch (npm package @kazuph/mcp-fetch ) through version 1.6.3 contains a Server-Side Request Forgery (SSRF) flaw in its isSafeUrl guard. When a target URL uses an IPv6 literal such as http://[::1]/, the parsed hostname retains the surrounding brackets. The net.isIP check returns zero for the b...

8.7CVSS5.4AI score0.00277EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 10:09 a.m.13 views

EUVD-2026-66386

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS5.4AI score0.00277EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 10:09 a.m.37 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS0.00277EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 10:09 a.m.10 views

CVE-2026-80347 mcp-fetch through 1.6.3 Server-Side Request Forgery via Unstripped IPv6 Literal Brackets

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS5.7AI score
SaveExploits0References6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
added 2026/08/26 12:00 a.m.1 views

CVE-2026-80347: Server-Side Request Forgery (SSRF)

mcp-fetch checks a fetch target against its SSRF guard without removing the brackets that surround an IPv6 literal. isSafeUrl reads the hostname from the parsed URL, which for a literal such as http://::1/ yields the bracketed string, and then tests it with net.isIP. That call returns zero for a...

8.7CVSS0.00277EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/24 4:46 p.m.22 views

Malicious code in kelly-stake-sizing (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 6ca23e704ca44d185fc873044a3a967e06d996970f59a526d3390e1f0ab45a9d [email protected] declares postinstall = 'node scripts/install-check.cjs'. That script fetches a JSON config from...

6.1AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/24 11:16 a.m.10 views

CVE-2026-10582

Hugo's security.http.urls allowlist is the only control on outbound fetches made by resources.GetRemote, and it inspects the URL text alone. CheckAllowedHTTPURL in config/security/securityConfig.go applies the configured pattern list and then re-checks a canonicalised form of an integer, hex or...

8.3CVSS5.9AI score0.00315EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/24 10:29 a.m.15 views

EUVD-2026-64775

Hugo's security.http.urls allowlist is the only control on outbound fetches made by resources.GetRemote, and it inspects the URL text alone. CheckAllowedHTTPURL in config/security/securityConfig.go applies the configured pattern list and then re-checks a canonicalised form of an integer, hex or...

8.3CVSS5.5AI score0.00315EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability in Chromium

Inappropriate implementation in the Background Fetch API in Google Chrome prior to 100.0.4896.60 allowed a remote attacker to leak cross-origin data through a crafted HTML page...

6.5CVSS6.8AI score0.00901EPSS
SaveExploits1References2
Rows per page
Query Builder