Tag

nextjs

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 14, 2024 · Information Security

The Dangers of Host Header Abuse Illustrated by a NextJS SSRF Vulnerability (CVE-2024-34351)

This article demonstrates how a NextJS SSRF vulnerability (CVE‑2024‑34351) can be exploited by abusing the HTTP Host header, walks through the underlying code, reproduces the attack to retrieve a protected flag file, and discusses mitigation strategies for developers.

CVE-2024-34351Host headerSSRF
0 likes · 11 min read
The Dangers of Host Header Abuse Illustrated by a NextJS SSRF Vulnerability (CVE-2024-34351)
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 13, 2024 · Frontend Development

Deploy a ChatGPT Chat Application with Next.js and Vercel AI SDK

This tutorial demonstrates how to quickly create and deploy a ChatGPT-powered chat website using Next.js, Tailwind CSS, and Vercel AI SDK, covering project scaffolding, dependency installation, API key configuration, server‑side streaming, and Vercel deployment steps.

AI SDKChatGPTDeployment
0 likes · 12 min read
Deploy a ChatGPT Chat Application with Next.js and Vercel AI SDK