JSON Web Token
61
MENTIONS
35
EPISODES
25
PODCASTS
Search complete. 61 mentions across 35 episodes found for "JSON Web Token".
Sep 24, 2026
372: Welcome to Microsoft Patch-A-Palooza
J
62:12Justin BrodleyHOST
Azure Front Door edge actions are now available to you.
J
62:15Justin BrodleyHOST
Uh, this supports edge actions, letting customers run JavaScript at the edge to inspect and manipulate requests before they hit the origin, including header manipulation, origin override logic, and lightweight JWT claims checking.
J
62:27Justin BrodleyHOST
Edge actions are managed as standard lone Azure resources, uh, configured via Azure portal REST API or PowerShell modules.
J
62:34Justin BrodleyHOST
The runtime is intentionally minimal with no outbound network access, no crypto libraries, and a 10-millisecond execution limit with fail-open behavior, meaning errors or timeouts result in requests passing through unprocessed.
R
62:46Ryan LucasHOST
Safe
J
62:46Justin BrodleyHOST
...
J
62:46Justin BrodleyHOST
this makes it suitable for claims pre-filtering, uh, but not full JWT signature validations.
J
62:50Justin BrodleyHOST
Because edge actions cannot cryptographically verify tokens, actual authentication must still happen at the origin or another trusted gateway.
What Your Browser Isn't Telling You
H
5:49Herman PoppleberryHOST
Post bodies survive.
H
5:51Herman PoppleberryHOST
JWT claims survive.
H
5:53Herman PoppleberryHOST
Any non-standard auth header survives.
H
5:56Herman PoppleberryHOST
So you get a file that feels clean.
Red thread 2 — Model and document the threats of a Weather API
S
0:01speaker_0NARRATOR
You are hired as a junior security analyst for a startup that publishes a public REST weather API.
S
0:06speaker_0NARRATOR
This API exposes endpoints such as get/weather?city=, get/forecast?lat= and lon=, post/users, registration, post/login, authentication with JWT, get API keys, management of consumer API keys, and a premium tier accessible via API key plus rate limiting.
S
0:28speaker_0NARRATOR
The API relies on a back-end service, a cache layer, Redis, a relational database, PostgreSQL, and calls one external third-party meteorological data provider.
S
0:39speaker_0NARRATOR
The company wants a complete threat model before starting any pen test in order to prioritize security tests and corrections.
S
1:14speaker_0NARRATOR
This mini-project directly reinforces the skill block, understand the risks of an application to prioritize tests and corrections, and prepares the pen test blocks that follow.
S
1:23speaker_0NARRATOR
Scope.
S
1:24speaker_0NARRATOR
In scope, all public and authenticated endpoints, the JWT auth/session flow, API key management, the cache and database interactions, and the outbound call to the third-party weather provider.
S
1:36speaker_0NARRATOR
Out of scope, exploitation/live pen test.
What Happens When You Click "Connect" on an AI Plugin
C
11:30CornHOST
And bearer tokens make it worse because they're inherently relayable.
C
11:34CornHOST
There was a good discussion around Agent Passport earlier this year making the point that if Agent A presents his JWT to Skill B, Skill B can reuse that token to call Skill C while pretending to be Agent A.
C
11:46CornHOST
Nothing stops it.
C
11:47CornHOST
The token doesn't know who's holding it.
#449 - Decoded - Transaction Tokens with George Fletcher
G
6:33George FletcherGUEST
Another problem is that OAuth access tokens, which were sort of the way, if the inbound request was from, let's say, a mobile app or some other client, and you sent in the access token and then you use the access token within your network, right? A couple of things often happen.
G
6:51George FletcherGUEST
One, lots of people were not using JWT based access tokens or ones that were adjacent and signed.
G
6:58George FletcherGUEST
So you had to go back to the authorization server to validate the access token at each workload.
G
7:05George FletcherGUEST
So that was one piece of it.
J
9:14Jeff SteadmanHOST
What is a transaction token? Just
G
9:17George FletcherGUEST
plain terms.
G
9:19George FletcherGUEST
Plain terms, a transaction token is technically a signed JWT, and it's intended to represent the transaction that's being requested.
G
9:31George FletcherGUEST
So that could be something like transfer $100 from this account to that account.
SANS Stormcast Friday, September 18th, 2026: LousivLaoder Analysis; Issabel Framework 0-Day; Cyber Decoys; CISA Vuln Bulletin; Unbound Vulnerability
J
1:49Johannes UllrichHOST
Today, we have news of a much more popular framework, the Isabel framework, which is used, uh, to control, uh, PBXs, basically phone systems, via web applications.
J
2:01Johannes UllrichHOST
Well, uh, this particular framework contained a hard-coded JWT key, so basically the secret key being used to sign these JSON web tokens.
J
2:11Johannes UllrichHOST
With that key, it was possible to essentially bypass authentication.
J
2:16Johannes UllrichHOST
The result was that you could actually execute arbitrary code on any kind of Asterix server that was linked to an Isabel framework front end.
Flock gets plucked, OpenAI agents arrived even earlier, inside China's AI spy shop
S
4:44Sarah LaneHOST
[woshing sound] One shared key opens every Isabel door.
S
4:50Sarah LaneHOST
VulnCheck says attackers are exploiting a critical Isabel framework flaw caused by the same hard-coded JWT signing key appearing in every installation.
S
5:01Sarah LaneHOST
An unauthenticated attacker can forge a token and run operating system commands as the asterisk user.
S
5:08Sarah LaneHOST
Isabel patched the flaw August 1st, and the Shadow Server Foundation first observed exploitation September 9th.
Episode 192: Building Amazing Proof-of-Concepts with AI
J
19:11JustinHOST
So if you've got attacker, then we can say x poc actor colon attacker.
J
19:20JustinHOST
So that they know, without having to inspect the JWT and see the email that's associated with it, what exactly is going on here.
J
19:29JustinHOST
And the victim, likewise, should have a victim value for that header.
J
19:34JustinHOST
And that will allow them to know which requests are being made as the victim.
🔴 Sep 17's Top Cyber News NOW! - Ep 1246
S
53:21Sarah LaneSOUNDBITE_SPEAKER
One shared key opens every Isabel door.
S
53:24Sarah LaneSOUNDBITE_SPEAKER
Volnchak says attackers are exploiting a critical Isabel framework flaw caused by the same hard-coded JWT signing key appearing in every installation.
S
53:35Sarah LaneSOUNDBITE_SPEAKER
An unauthenticated attacker can forge a token and run operating system commands as the asterisk user.
S
53:42Sarah LaneSOUNDBITE_SPEAKER
Isabel patched the flaw August 1st, and the Shadow Server Foundation first observed exploitation September 9th.
Cyber Mornings Daily - September 17th, 2026
S
3:58speaker_1HOST
Very standard.
S
3:59speaker_1HOST
When a user logs in legitimately, the server hands them a JWT.
S
4:03speaker_1HOST
It acts almost like a like a digital VIP wristband at a club.
S
4:06speaker_0HOST
OK, I like that analogy.
S
4:08speaker_1HOST
So every time that user tries to access a protected area of the software, they just present the wristband.
S
4:12speaker_0HOST
Right.
S
4:13speaker_0HOST
And to prevent attackers from just, you know, printing their own fake VIP wristbands in their basement, JWTs have a built-in cryptographic signature.
S
4:22speaker_1HOST
Exactly.
25 more episodes mention JSON Web Token.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.