Turns out there is no need for tokens or keys in 2025! Browsers just send a This-Is-CSRF header now. (Sort of.)
https://github.com/golang/go/iss
Turns out there is no need for tokens or keys in 2025! Browsers just send a This-Is-CSRF header now. (Sort of.)
https://github.com/golang/go/iss
I'm not gonna recite them again here, but today a new condition came up:
No Content-Type header -> no CSRF restrictions
Same-site: None
POST
= CSRF
The research:
I'm not gonna recite them again here, but today a new condition came up:
No Content-Type header -> no CSRF restrictions
Same-site: None
POST
= CSRF
The research:
Read how to send a cross-site POST without including a Content-Type header (without CORS). It even works with navigator.sendBeacon
I am 90% sure the secret key is useless: it signs a random token with no metadata, and the attacker can just get and reuse a valid signed token.
Am I missing something?
I am 90% sure the secret key is useless: it signs a random token with no metadata, and the attacker can just get and reuse a valid signed token.
Am I missing something?
There are are no tokens or cookies, so migrating should be easy, but note that it applies strict same-origin checks.
Feedback welcome!
filippo.io/csrf
There are are no tokens or cookies, so migrating should be easy, but note that it applies strict same-origin checks.
Feedback welcome!
filippo.io/csrf
❤️💚🖤
I posted this months first cybersecurity lesson on:
- GET & POST Requests
- Session Termination
- CSRF
- XSS
✊🏽✊🏾✊🏿
#Cybersecurity
#HACKTHEPLANET
www.tiktok.com/t/ZT2jtT2AM/
❤️💚🖤
I posted this months first cybersecurity lesson on:
- GET & POST Requests
- Session Termination
- CSRF
- XSS
✊🏽✊🏾✊🏿
#Cybersecurity
#HACKTHEPLANET
www.tiktok.com/t/ZT2jtT2AM/
📊 5.1/10
🏢 svenbluege.de
📝 Joomla Extension - svenbluege.de - CSRF in image upload in Event Gallery extension < 6.5.0 - Due to lack of an CSRF token check, a third-party site ...
🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-87930
#cybersecurity #infosec #cve #euvd
📊 5.1/10
🏢 svenbluege.de
📝 Joomla Extension - svenbluege.de - CSRF in image upload in Event Gallery extension < 6.5.0 - Due to lack of an CSRF token check, a third-party site ...
🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-87930
#cybersecurity #infosec #cve #euvd
The Hacker News
https://ift.tt/dByxFNX
https://ift.tt/v7njsAU
https://tech-happenings.lovable.app/
The Hacker News
https://ift.tt/dByxFNX
https://ift.tt/v7njsAU
https://tech-happenings.lovable.app/
The Hacker News
https://ift.tt/dByxFNX
https://ift.tt/0fytDz9
https://tech-happenings.lovable.app/
The Hacker News
https://ift.tt/dByxFNX
https://ift.tt/0fytDz9
https://tech-happenings.lovable.app/
The Hacker News
https://ift.tt/dByxFNX
https://ift.tt/phaWdBq
https://tech-happenings.lovable.app/
The Hacker News
https://ift.tt/dByxFNX
https://ift.tt/phaWdBq
https://tech-happenings.lovable.app/
Really happy to see this, I can finally remove nosurf from Faktory.
https://www.alexedwards.net/blog/preventing-csrf-in-go
Really happy to see this, I can finally remove nosurf from Faktory.
https://www.alexedwards.net/blog/preventing-csrf-in-go
Elementor CVE-2026-62062 is a CVSS 8.8 CSRF flaw affecting versions 4.3.0 and 4.3.1. Update to 4.3.2 to block the attack...
https://thecybersecguru.com/news/elementor-cve-2026-62062-csrf-vulnerability/
Elementor CVE-2026-62062 is a CVSS 8.8 CSRF flaw affecting versions 4.3.0 and 4.3.1. Update to 4.3.2 to block the attack...
https://thecybersecguru.com/news/elementor-cve-2026-62062-csrf-vulnerability/