---
title: "Attacks on JSON Web Token (JWT)"
url: https://daily.dev/posts/attacks-on-json-web-token-jwt--8ilfogxq9
source_url: https://infosecwriteups.com/attacks-on-json-web-token-jwt-278a49a1ad2e
type: article
source: "InfoSec Write-ups"
published: 2022-01-25T11:27:52.088Z
updated: 2022-01-25T11:27:52.094Z
tags: ["security", "data-science", "authentication"]
reading_time: 8
upvotes: 65
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Attacks on JSON Web Token (JWT)

**[InfoSec Write-ups](https://daily.dev/sources/infosecwriteups)** · 8 min read · 65 upvotes · 1 comments

## Summary

In this article, we will discuss the attacking part on JWT, which is the hacker’s favorite part. Abusing None algorithm is used to generate a JWToken. In that case, anyone can create a forge JWT Token and submit it to a resource server because there is no signature available in the token.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://infosecwriteups.com/attacks-on-json-web-token-jwt-278a49a1ad2e>

## Community discussion

Top comments from developers on daily.dev.

**@vinicius73** · 0 upvotes

> Awesome article, very understandable and precise. Congratulations.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#data-science](https://daily.dev/tags/data-science), [#authentication](https://daily.dev/tags/authentication)

[View this post on daily.dev](https://daily.dev/posts/attacks-on-json-web-token-jwt--8ilfogxq9)
