Lucene search
+L

10796 matches found

NVD
NVD
added 2026/08/25 5:17 p.m.5 views

CVE-2026-55553

urllib is an HTTP client for Node.js that supports authentication, redirects, timeouts, and other request features. Prior to 4.9.1 and 2.44.1, urllib follows redirects through followRedirect but reuses caller-supplied options across origins. In src/HttpClient.ts, requestInternal recursively calls...

7.5CVSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/25 4:19 p.m.4 views

urllib's cross-origin redirects preserve credential-bearing request headers, leading to potential credential leakage

Summary urllib supports redirect-following through followRedirect, which is expected behavior for an HTTP client. The issue is that, when following a redirect to a different origin, urllib preserves the caller-supplied request headers verbatim, including credential-bearing headers such as...

7.5CVSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/08/25 4:18 p.m.6 views

CVE-2026-55553 urllib: Cross-origin redirects preserve credential-bearing request headers, leading to potential credential leakage

urllib is an HTTP client for Node.js that supports authentication, redirects, timeouts, and other request features. Prior to 4.9.1 and 2.44.1, urllib follows redirects through followRedirect but reuses caller-supplied options across origins. In src/HttpClient.ts, requestInternal recursively calls...

7.5CVSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/25 4:18 p.m.4 views

EUVD-2026-65613

urllib is an HTTP client for Node.js that supports authentication, redirects, timeouts, and other request features. Prior to 4.9.1 and 2.44.1, urllib follows redirects through followRedirect but reuses caller-supplied options across origins. In src/HttpClient.ts, requestInternal recursively calls...

7.5CVSS
SaveExploits0References7
CVE
CVE
added 2026/08/25 4:18 p.m.8 views

CVE-2026-55553

urllib is an HTTP client for Node.js. Prior to versions 2.44.1 and 4.9.1 , its redirect-following logic in src/HttpClient.ts reuses caller-supplied options across origin boundaries. When #requestInternal recursively processes a redirect to a different scheme, host, or port, headers such as Author...

7.5CVSS5.2AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/25 9:52 a.m.48 views

toxssin

toxssin Purpose toxssin is an open-source penetration testing tool that automates the process of exploiting Cross-Site Scripting XSS vulnerabilities. It consists of an https server that works as an interpreter for the traffic generated by the malicious JavaScript payload that powers this tool...

6.1AI score
SaveExploits0References3
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.129 views

Langflow AI <= 1.6.9 - CORS Misconfiguration

Langflow AI versions 1.6.9 and earlier are vulnerable to a CORS misconfiguration that allows any origin to make credentialed requests. Combined with SameSite=None cookies, this enables cross-origin token theft and subsequent remote code execution via the /api/v1/validate/code endpoint. id:...

9.4CVSS9.7AI score0.83844EPSS
SaveExploits3References3
Kitploit
Kitploit
added 2026/08/25 4:12 a.m.1 views

theftfuzzer

┌┬┐┬ ┬┌─┐┌─┐┌┬┐┌─┐┬ ┬┌─┐┌─┐┌─┐┬─┐ │ ├─┤├┤ ├┤ │ ├┤ │ │┌─┘┌─┘├┤ ├┬┘ ┴ ┴ ┴└─┘└ ┴ └ └─┘└─┘└─┘└─┘┴└─ Introducción: TheftFuzzer es una herramienta que fuzzea implementaciones de Intercambio de Recursos de Origen Cruzado en busca de configuraciones incorrectas comunes. Uso: python theftfuzzer.py -d...

5.5AI score
SaveExploits0
OSV
OSV
added 2026/08/21 10:29 p.m.6 views

CVE-2026-53499 FORT-validator Vulnerable to RRDP Shared Snapshot Cache Poisoning

FORT Validator is a Resource Public Key Infrastructure RPKI relying-party validator that produces validated route-origin data. FORT Validator versions through 1.6.7 contain an origin-validation error in their RRDP processing: a delegated CA under the same Trust Anchor Locator TAL can reference a...

7.2CVSS5.6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 10:29 p.m.35 views

CVE-2026-53499 FORT-validator Vulnerable to RRDP Shared Snapshot Cache Poisoning

FORT Validator is a Resource Public Key Infrastructure RPKI relying-party validator that produces validated route-origin data. FORT Validator versions through 1.6.7 contain an origin-validation error in their RRDP processing: a delegated CA under the same Trust Anchor Locator TAL can reference a...

7.2CVSS0.00158EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/21 10:29 p.m.23 views

CVE-2026-53499

FORT Validator (an RPKI relying-party validator by NICMx) versions through 1.6.7 contain an origin-validation error in their RRDP processing . A delegated CA under the same Trust Anchor Locator (TAL) can reference a victim CA's public RRDP notification and snapshot URLs, causing FORT's URL-based ...

7.2CVSS5.3AI score0.00158EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/21 9:17 p.m.7 views

CVE-2026-53656

FiftyOne is an open-source platform for refining high-quality datasets and visual AI models. Prior to 1.17.0, the FiftyOne App/API server in fiftyone/server/app.py and the /media route in fiftyone/server/routes/media.py unconditionally return Access-Control-Allow-Origin: . Because the embedded...

6.3CVSS0.00093EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/21 8:34 p.m.27 views

CVE-2026-53656

FiftyOne (open-source visual AI dataset platform) versions prior to 1.17.0 unconditionally set Access-Control-Allow-Origin: * on its locally running, unauthenticated App/API server. Because the /media endpoint accepts a filesystem path parameter, a malicious website can issue cross-origin request...

6.3CVSS5.3AI score0.00093EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 8:34 p.m.25 views

CVE-2026-53656 FiftyOne App server uses wildcard CORS (Access-Control-Allow-Origin: *), enabling cross-origin reads of local server data

FiftyOne is an open-source platform for refining high-quality datasets and visual AI models. Prior to 1.17.0, the FiftyOne App/API server in fiftyone/server/app.py and the /media route in fiftyone/server/routes/media.py unconditionally return Access-Control-Allow-Origin: . Because the embedded...

6.3CVSS0.00093EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 8:34 p.m.10 views

EUVD-2026-64145

FiftyOne is an open-source platform for refining high-quality datasets and visual AI models. Prior to 1.17.0, the FiftyOne App/API server in fiftyone/server/app.py and the /media route in fiftyone/server/routes/media.py unconditionally return Access-Control-Allow-Origin: . Because the embedded...

6.3CVSS5.3AI score0.00093EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/20 7:16 p.m.9 views

CVE-2026-49996

SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. Prior to version 1.3.1, a malicious SecureDrop Server could bypass securedrop-proxy's origin limitation by responding with cross-origin redirects. SecureDr...

3.7CVSS0.00239EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 6:55 p.m.7 views

CVE-2026-49996 securedrop-proxy origin limitation can be bypassed with redirects

SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. Prior to version 1.3.1, a malicious SecureDrop Server could bypass securedrop-proxy's origin limitation by responding with cross-origin redirects. SecureDr...

3.7CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 6:55 p.m.34 views

CVE-2026-49996 securedrop-proxy origin limitation can be bypassed with redirects

SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. Prior to version 1.3.1, a malicious SecureDrop Server could bypass securedrop-proxy's origin limitation by responding with cross-origin redirects. SecureDr...

3.7CVSS0.00239EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 6:55 p.m.13 views

EUVD-2026-63576

SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. Prior to version 1.3.1, a malicious SecureDrop Server could bypass securedrop-proxy's origin limitation by responding with cross-origin redirects. SecureDr...

3.7CVSS5.3AI score0.00239EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/20 6:55 p.m.12 views

CVE-2026-49996

Prior to version 1.3.1, SecureDrop Client's securedrop-proxy could be tricked by a malicious SecureDrop Server returning cross-origin redirects, bypassing the proxy's origin restriction and allowing requests to unintended destinations. CVSS 3.7 (Low) reflects network-based, high-complexity exploi...

3.7CVSS5.3AI score0.00239EPSS
SaveExploits0References2
Rows per page
Query Builder