pablolozano0216-art and GitHub
8d59727633
fix(skills): confine frontend-slides export server to the deck directory and bind loopback ( #3206 )
...
The temporary HTTP server that export-pdf.sh spins up to render a deck
joined the decoded request path onto SERVE_DIR without checking the
resolved path, and listened on all interfaces. A request such as
`/..%2f..%2f..%2fetc%2fpasswd` (raw, or issued by a malicious deck via
fetch() while it renders) returned files outside the deck directory, and
any host on the network could hit the port while an export was running.
- resolve the decoded path against SERVE_ROOT and answer 403 when the
result is not inside it (handles ../, %2e%2e, %2f and query strings)
- answer 400 on malformed percent-encoding instead of throwing
- listen on 127.0.0.1 only; the only client is the local headless browser
Verified with raw HTTP requests against the handler: `/` and
`/index.html` -> 200, `/../x`, `/..%2f..%2fx`, `/%2e%2e/x`,
`/deck/../../x` -> 403, unknown file -> 404, `/%zz` -> 400, and
server.address() reports 127.0.0.1.
Fixes #3101
2026-09-21 14:32:21 -04:00
..
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 17:58:57 +05:30
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-09-07 16:41:45 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-07-17 17:13:49 -04:00
2026-09-10 13:20:52 +01:00
2026-07-17 17:13:49 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-06-15 14:21:28 -04:00
2026-06-11 21:12:21 +09:00
2026-06-15 14:09:17 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:58:42 +02:00
2026-06-11 21:58:42 +02:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-06 15:39:49 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-19 20:33:41 +08:00
2026-07-26 00:05:22 -07:00
2026-08-28 21:22:54 -04:00
2026-09-13 04:55:52 +08:00
2026-06-11 21:12:21 +09:00
2026-08-11 16:30:04 -04:00
2026-09-10 13:20:52 +01:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-24 22:26:32 -03:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-24 22:26:32 -03:00
2026-07-17 17:13:49 -04:00
2026-08-11 23:58:14 -04:00
2026-08-24 22:26:32 -03:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 12:17:03 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-06 16:52:39 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-24 22:26:32 -03:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-10 13:20:52 +01:00
2026-09-12 04:35:38 -04:00
2026-08-11 23:58:14 -04:00
2026-08-28 16:05:23 -04:00
2026-09-10 15:31:36 +01:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-16 02:15:43 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-10 13:20:52 +01:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-09-21 14:32:21 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-18 18:37:01 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-10 15:01:03 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-04-05 13:30:55 -07:00
2026-06-11 21:12:21 +09:00
2026-06-07 13:26:45 +08:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-12 15:52:26 -04:00
2026-08-31 15:16:16 -04:00
2026-08-07 14:55:22 -04:00
2026-08-12 15:52:26 -04:00
2026-08-11 23:58:14 -04:00
2026-08-24 22:26:32 -03:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-24 22:26:32 -03:00
2026-08-11 23:58:14 -04:00
2026-08-10 17:10:01 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-07-17 17:13:49 -04:00
2026-06-29 18:38:19 -07:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-24 22:26:32 -03:00
2026-08-11 23:58:14 -04:00
2026-09-10 13:20:52 +01:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-07-17 17:13:49 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-25 17:19:45 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-10 13:20:52 +01:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-07-17 17:13:49 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-10 13:20:52 +01:00
2026-07-03 20:00:51 -07:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 19:36:48 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-10 19:31:55 -04:00
2026-09-12 04:39:08 -04:00
2026-08-11 23:58:14 -04:00
2026-06-29 19:22:48 -07:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-07-17 17:13:49 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-13 16:42:51 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-09-13 03:15:37 +08:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-29 14:55:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-29 16:07:00 -04:00
2026-06-11 21:12:21 +09:00
2026-08-24 22:26:32 -03:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-08-24 22:26:22 -03:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-09-10 13:20:52 +01:00
2026-09-10 15:31:36 +01:00
2026-09-10 15:31:36 +01:00
2026-09-10 15:31:36 +01:00
2026-09-10 13:20:52 +01:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-08-06 17:24:34 -04:00
2026-06-11 21:12:21 +09:00
2026-06-15 14:09:17 -04:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-06-11 21:12:21 +09:00
2026-09-12 05:52:29 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-09-10 15:31:36 +01:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-11 23:58:14 -04:00
2026-08-11 23:58:14 -04:00
2026-06-11 21:12:21 +09:00
2026-08-24 22:26:32 -03:00