George K
b5ef700dd6
fix!: only trust x-forwarded-host from configured trusted proxies ( #26204 )
...
Subdomain app routing derived the app identity from
httpapi.RequestHost, which returned the client-supplied
X-Forwarded-Host header verbatim. No middleware validated or stripped
that header, so a request from an untrusted peer could forge it. Since
the application_connect cookie is scoped to the wildcard apps domain,
JavaScript in a share=authenticated app could fetch() with a forged
X-Forwarded-Host pointing at a victim's owner-only app; coderd routed
and authorized the request as the victim and returned the private app
response same-origin to the attacker.
Replace RequestHost with httpmw.EffectiveHost, which honors
X-Forwarded-Host only when the original socket peer is a configured
trusted origin, otherwise falling back to the received Host header.
This ties host trust to the same RealIPConfig model already used for
X-Forwarded-For and -Proto. Wire it into HandleSubdomain for both
coderd and wsproxy, and log both the effective host and the raw
received_host.
Add coverage: EffectiveHost unit tests assert the trust decision uses
the socket peer rather than the spoofable forwarded client IP, and a
HandleSubdomain test confirms a forged X-Forwarded-Host from an
untrusted peer never reaches token resolution.
Refs: https://linear.app/codercom/issue/PLAT-259
2026-06-11 10:55:00 -07:00
..
2026-06-05 14:33:15 +03:00
2026-06-03 15:30:37 -04:00
2026-06-03 15:30:37 -04:00
2025-06-24 11:16:31 +02:00
2026-01-08 15:24:11 +04:00
2026-03-12 13:39:24 -06:00
2026-03-11 15:19:56 +02:00
2026-06-11 10:55:00 -07:00
2025-06-20 13:16:55 -06:00
2026-06-02 10:46:40 +00:00
2026-04-28 17:58:28 +03:00
2026-06-09 10:49:47 +01:00
2026-06-09 10:49:47 +01:00
2025-10-27 17:07:25 +01:00
2025-06-20 13:16:55 -06:00
2026-04-27 12:58:26 +01:00
2026-06-10 15:48:02 +01:00
2026-05-13 14:59:33 -05:00
2026-06-10 15:48:02 +01:00
2026-06-02 10:46:40 +00:00
2026-06-10 15:48:02 +01:00
2026-01-08 15:24:11 +04:00
2026-01-08 15:24:11 +04:00
2026-06-03 15:30:37 -04:00
2026-06-11 09:06:07 +10:00
2026-06-03 15:30:37 -04:00
2026-04-27 12:58:26 +01:00
2025-03-04 15:37:29 -07:00
2025-03-04 15:37:29 -07:00
2025-03-04 15:37:29 -07:00
2026-01-08 15:24:11 +04:00
2026-04-09 16:33:00 +02:00
2026-04-09 16:33:00 +02:00
2025-06-20 13:16:55 -06:00
2025-03-26 01:56:39 -05:00
2026-06-03 15:30:37 -04:00
2026-03-18 10:21:45 +00:00
2026-03-05 09:35:57 -08:00
2026-06-03 15:30:37 -04:00
2025-09-22 17:14:07 +04:00
2026-05-15 14:36:54 -07:00
2026-05-26 14:19:36 +10:00
2026-05-15 14:36:54 -07:00
2026-03-10 12:08:40 +02:00
2026-05-15 14:36:54 -07:00
2026-04-29 10:28:27 -07:00
2026-05-15 14:36:54 -07:00
2026-01-08 15:24:11 +04:00
2026-05-15 14:36:54 -07:00
2026-06-03 15:16:42 -04:00
2026-05-26 14:19:36 +10:00
2026-06-03 15:30:37 -04:00
2025-09-03 10:49:19 +04:00
2026-01-08 15:24:11 +04:00
2026-04-27 12:58:26 +01:00
2026-06-03 15:30:37 -04:00
2026-03-02 22:52:39 -05:00
2026-06-03 15:16:42 -04:00
2025-09-03 10:49:19 +04:00
2025-03-26 01:56:39 -05:00
2026-06-04 08:43:51 -06:00
2026-06-03 15:30:37 -04:00
2025-12-03 11:32:59 +02:00
2026-04-21 15:11:50 -05:00
2026-06-03 15:30:37 -04:00
2026-04-21 15:11:50 -05:00
2026-06-03 15:30:37 -04:00
2025-10-30 17:41:08 -06:00
2026-01-08 15:24:11 +04:00
2026-04-27 12:58:26 +01:00
2026-06-03 15:16:42 -04:00
2026-04-16 12:46:52 -04:00
2025-09-11 15:08:57 +02:00
2026-01-08 15:24:11 +04:00
2026-05-05 19:43:08 -06:00
2026-06-11 09:58:16 -06:00
2026-06-11 09:58:16 -06:00
2026-06-03 15:30:37 -04:00
2026-02-06 14:09:39 +11:00
2026-02-05 19:35:20 +11:00
2026-02-06 14:09:39 +11:00
2025-09-22 17:14:07 +04:00
2025-12-03 11:32:59 +02:00
2026-03-25 13:11:08 +11:00
2026-03-04 11:14:52 -07:00
2026-04-24 17:09:17 -04:00
2026-02-26 14:34:30 +01:00
2026-04-24 17:09:17 -04:00
2025-07-03 13:22:54 +10:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2025-06-20 13:16:55 -06:00
2026-06-03 15:30:37 -04:00
2026-06-05 14:33:15 +03:00
2025-10-06 08:56:43 +00:00
2025-12-03 11:32:59 +02:00
2026-03-03 08:47:34 +00:00
2025-12-03 11:32:59 +02:00
2026-01-08 15:24:11 +04:00
2025-03-26 01:56:39 -05:00
2026-06-03 15:30:37 -04:00
2026-04-27 12:58:26 +01:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-06-03 15:30:37 -04:00
2026-04-27 12:58:26 +01:00
2026-05-21 16:51:34 +02:00
2026-06-03 15:30:37 -04:00
2026-06-04 11:14:36 +02:00
2025-06-20 13:16:55 -06:00
2026-06-03 15:30:37 -04:00
2026-04-27 12:58:26 +01:00
2026-04-16 09:44:34 -07:00
2026-06-03 15:30:37 -04:00
2026-04-16 09:44:34 -07:00
2026-06-09 10:49:47 +01:00
2026-06-05 14:33:13 -05:00
2026-06-02 08:36:01 -06:00
2026-03-04 20:26:03 -05:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-06-10 14:21:54 -07:00
2026-06-11 15:31:31 +01:00
2026-02-23 08:30:32 -08:00
2026-04-27 12:58:26 +01:00
2026-06-03 15:30:37 -04:00
2026-04-27 12:58:26 +01:00
2026-06-03 15:16:42 -04:00
2026-01-08 15:24:11 +04:00
2026-06-03 13:21:45 +00:00
2026-06-03 15:30:37 -04:00
2026-06-05 16:08:20 +10:00
2026-06-03 15:30:37 -04:00
2026-04-27 12:58:26 +01:00
2025-03-26 10:36:53 +00:00
2025-03-26 10:36:53 +00:00
2026-02-23 22:46:17 -06:00
2026-04-27 12:58:26 +01:00
2026-04-27 12:58:26 +01:00
2026-04-22 17:21:28 +03:00
2026-04-27 12:58:26 +01:00
2025-11-28 08:33:50 +02:00
2025-11-28 08:33:50 +02:00
2026-05-27 12:33:39 +02:00
2026-01-08 15:24:11 +04:00
2026-05-27 12:33:39 +02:00
2026-05-14 14:45:20 +02:00
2025-11-28 08:33:50 +02:00
2025-11-25 15:24:25 +00:00
2025-11-25 15:24:25 +00:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-06-03 15:30:37 -04:00
2025-12-03 11:32:59 +02:00
2026-03-07 01:36:03 +00:00
2026-02-02 15:50:09 +02:00
2026-06-03 15:30:37 -04:00
2026-02-13 14:21:31 +00:00
2026-06-03 15:30:37 -04:00
2026-02-17 16:24:13 +00:00
2026-06-03 15:30:37 -04:00
2026-05-25 19:14:29 +03:00
2026-03-12 08:33:09 -06:00
2026-03-12 08:33:09 -06:00
2026-03-07 01:36:03 +00:00
2026-02-17 16:24:13 +00:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-06-03 15:30:37 -04:00
2026-01-08 15:24:11 +04:00
2026-05-11 12:43:52 -05:00
2026-05-11 12:43:52 -05:00
2026-06-02 08:05:26 -04:00
2026-03-23 23:19:23 +02:00
2026-06-03 15:30:37 -04:00
2025-12-03 11:32:59 +02:00
2026-06-03 15:30:37 -04:00
2025-12-03 11:32:59 +02:00
2026-06-03 15:30:37 -04:00
2025-09-22 17:14:07 +04:00
2026-06-03 15:30:37 -04:00
2025-10-03 10:20:06 -05:00
2025-07-24 16:44:36 +01:00
2025-12-15 11:26:41 -06:00
2025-09-22 17:14:07 +04:00
2026-06-03 15:30:37 -04:00
2026-02-19 09:31:12 +11:00
2026-03-06 00:04:09 +00:00
2026-03-23 23:19:23 +02:00
2026-06-03 15:30:37 -04:00
2026-04-27 12:58:26 +01:00
2026-06-03 15:30:37 -04:00
2026-06-03 15:30:37 -04:00
2026-04-27 22:51:01 +00:00
2025-09-22 17:14:07 +04:00
2025-04-15 18:30:20 -04:00
2025-09-22 17:14:07 +04:00
2026-06-03 15:30:37 -04:00
2025-12-03 11:32:59 +02:00
2026-03-19 15:14:00 +00:00
2026-03-18 22:10:04 +00:00
2026-03-18 22:10:04 +00:00
2026-01-08 15:24:11 +04:00
2025-06-20 13:16:55 -06:00
2025-03-26 01:56:39 -05:00
2025-06-20 13:16:55 -06:00
2026-01-08 15:24:11 +04:00
2026-01-08 15:24:11 +04:00
2026-02-12 12:14:56 +01:00
2026-02-12 12:14:56 +01:00
2026-02-12 12:14:56 +01:00
2026-02-12 12:14:56 +01:00
2024-11-18 21:10:01 +10:00
2026-06-02 10:50:27 -04:00
2026-01-08 15:24:11 +04:00
2025-09-26 11:20:25 +01:00