CVE-2025-47909
HIGHDescription
Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin header is checked with sameOrigin against a synthetic URL. However, if a host is added to TrustedOrigins, both its HTTP and HTTPS origins will be allowed, because the schema of the synthetic URL is ignored and only the host is checked. For example, if an application is hosted on https://example.com and adds example.net to TrustedOrigins, a network attacker can serve a form at http://example.net to perform the attack. Applications should migrate to net/http.CrossOriginProtection, introduced in Go 1.25. If that is not an option, a backport is available as a module at filippo.io/csrf, and a drop-in replacement for the github.com/gorilla/csrf API is available at filippo.io/csrf/gorilla.
How to fix
No published remediation has been found for this vulnerability's affected products yet.
Mitigation guidance may be in the linked vendor advisories in the References section below.
CVSS v3 Vector
Exploitability
Impact
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Exploit Intelligence
Low risk: more likely to be exploited than 5% of all known CVEs.
References
Related Vulnerabilities
Other CWE-346 vulnerabilities, ordered by exploit likelihood. View all
| CVE | Severity | CVSS | EPSS | Exploited | Fix |
|---|---|---|---|---|---|
| CVE-2009-1185 | High | 7.2 | 82% | - | Fix |
| CVE-2025-34291 | High | 8.8 | 79% | KEV | - |
| CVE-2020-16952 | High | 8.6 | 71% | - | - |
| CVE-2023-29711 | Critical | 9.8 | 70% | - | - |
| CVE-2015-4495 | High | 8.8 | 70% | KEV | Fix |
| CVE-2024-23898 | High | 8.8 | 67% | - | Fix |
Embed a live status badge for CVE-2025-47909
Markdown
[](https://tridentstack.com/cve/CVE-2025-47909)HTML
<a href="https://tridentstack.com/cve/CVE-2025-47909"><img src="https://tridentstack.com/cve/badge/CVE-2025-47909.svg" alt="CVE-2025-47909"></a>Find and fix vulnerabilities across your fleet
TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.
Start freeThis product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-08-29.