Device Code Phishing
文章介绍了一种名为“设备代码钓鱼”的网络攻击技术,利用OAuth标准中的“设备代码流”进行身份验证。该方法针对无法直接输入用户名和密码的设备(如打印机、智能电视),通过显示设备代码和链接诱使用户在另一设备上输入代码以获取令牌并控制账户。 2025-2-19 15:7:50 Author: www.schneier.com(查看原文) 阅读量:6 收藏

Device Code Phishing

This isn’t new, but it’s increasingly popular:

The technique is known as device code phishing. It exploits “device code flow,” a form of authentication formalized in the industry-wide OAuth standard. Authentication through device code flow is designed for logging printers, smart TVs, and similar devices into accounts. These devices typically don’t support browsers, making it difficult to sign in using more standard forms of authentication, such as entering user names, passwords, and two-factor mechanisms.

Rather than authenticating the user directly, the input-constrained device displays an alphabetic or alphanumeric device code along with a link associated with the user account. The user opens the link on a computer or other device that’s easier to sign in with and enters the code. The remote server then sends a token to the input-constrained device that logs it into the account.

Device authorization relies on two paths: one from an app or code running on the input-constrained device seeking permission to log in and the other from the browser of the device the user normally uses for signing in.

Tags: , , ,

Posted on February 19, 2025 at 10:07 AM0 Comments

Sidebar photo of Bruce Schneier by Joe MacInnis.


文章来源: https://www.schneier.com/blog/archives/2025/02/device-code-phishing.html
如有侵权请联系:admin#unsafe.sh