Skip to main content
JSON Web Token

JSON Web Token

Search complete. 61 mentions across 35 episodes found for "JSON Web Token".

Sep 24, 2026

Justin BrodleyHOST
62:12
Azure Front Door edge actions are now available to you.
Justin BrodleyHOST
62:15
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.
Justin BrodleyHOST
62:27
Edge actions are managed as standard lone Azure resources, uh, configured via Azure portal REST API or PowerShell modules.
Justin BrodleyHOST
62:34
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.
Ryan LucasHOST
62:46
Safe
Justin BrodleyHOST
62:46
...
Justin BrodleyHOST
62:46
this makes it suitable for claims pre-filtering, uh, but not full JWT signature validations.
Justin BrodleyHOST
62:50
Because edge actions cannot cryptographically verify tokens, actual authentication must still happen at the origin or another trusted gateway.
Herman PoppleberryHOST
5:49
Post bodies survive.
Herman PoppleberryHOST
5:51
JWT claims survive.
Herman PoppleberryHOST
5:53
Any non-standard auth header survives.
Herman PoppleberryHOST
5:56
So you get a file that feels clean.
speaker_0NARRATOR
0:01
You are hired as a junior security analyst for a startup that publishes a public REST weather API.
speaker_0NARRATOR
0:06
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.
speaker_0NARRATOR
0:28
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.
speaker_0NARRATOR
0:39
The company wants a complete threat model before starting any pen test in order to prioritize security tests and corrections.
speaker_0NARRATOR
1:14
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.
speaker_0NARRATOR
1:23
Scope.
speaker_0NARRATOR
1:24
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.
speaker_0NARRATOR
1:36
Out of scope, exploitation/live pen test.
CornHOST
11:30
And bearer tokens make it worse because they're inherently relayable.
CornHOST
11:34
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.
CornHOST
11:46
Nothing stops it.
CornHOST
11:47
The token doesn't know who's holding it.
George FletcherGUEST
6:33
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.
George FletcherGUEST
6:51
One, lots of people were not using JWT based access tokens or ones that were adjacent and signed.
George FletcherGUEST
6:58
So you had to go back to the authorization server to validate the access token at each workload.
George FletcherGUEST
7:05
So that was one piece of it.
Jeff SteadmanHOST
9:14
What is a transaction token? Just
George FletcherGUEST
9:17
plain terms.
George FletcherGUEST
9:19
Plain terms, a transaction token is technically a signed JWT, and it's intended to represent the transaction that's being requested.
George FletcherGUEST
9:31
So that could be something like transfer $100 from this account to that account.
Johannes UllrichHOST
1:49
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.
Johannes UllrichHOST
2:01
Well, uh, this particular framework contained a hard-coded JWT key, so basically the secret key being used to sign these JSON web tokens.
Johannes UllrichHOST
2:11
With that key, it was possible to essentially bypass authentication.
Johannes UllrichHOST
2:16
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.
Sarah LaneHOST
4:44
[woshing sound] One shared key opens every Isabel door.
Sarah LaneHOST
4:50
VulnCheck says attackers are exploiting a critical Isabel framework flaw caused by the same hard-coded JWT signing key appearing in every installation.
Sarah LaneHOST
5:01
An unauthenticated attacker can forge a token and run operating system commands as the asterisk user.
Sarah LaneHOST
5:08
Isabel patched the flaw August 1st, and the Shadow Server Foundation first observed exploitation September 9th.
JustinHOST
19:11
So if you've got attacker, then we can say x poc actor colon attacker.
JustinHOST
19:20
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.
JustinHOST
19:29
And the victim, likewise, should have a victim value for that header.
JustinHOST
19:34
And that will allow them to know which requests are being made as the victim.
Sarah LaneSOUNDBITE_SPEAKER
53:21
One shared key opens every Isabel door.
Sarah LaneSOUNDBITE_SPEAKER
53:24
Volnchak says attackers are exploiting a critical Isabel framework flaw caused by the same hard-coded JWT signing key appearing in every installation.
Sarah LaneSOUNDBITE_SPEAKER
53:35
An unauthenticated attacker can forge a token and run operating system commands as the asterisk user.
Sarah LaneSOUNDBITE_SPEAKER
53:42
Isabel patched the flaw August 1st, and the Shadow Server Foundation first observed exploitation September 9th.
speaker_1HOST
3:58
Very standard.
speaker_1HOST
3:59
When a user logs in legitimately, the server hands them a JWT.
speaker_1HOST
4:03
It acts almost like a like a digital VIP wristband at a club.
speaker_0HOST
4:06
OK, I like that analogy.
speaker_1HOST
4:08
So every time that user tries to access a protected area of the software, they just present the wristband.
speaker_0HOST
4:12
Right.
speaker_0HOST
4:13
And to prevent attackers from just, you know, printing their own fake VIP wristbands in their basement, JWTs have a built-in cryptographic signature.
speaker_1HOST
4:22
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.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.