this post was submitted on 01 Aug 2026
3 points (80.0% liked)

Cybersecurity

10375 readers
220 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !securitynews@infosec.pub !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 3 years ago
MODERATORS
 

Yubikey and NitroKey offer NFC and non-NFC versions of their flagship hardware security tokens (HSTs).

NFC is convenient, but can under some circumstances send e.g. challenge-response exchanges in clear text.

Smartcards using RFID, a similar though not identical protocol, can be queried from ~100cm away.

  • Are there other ways are NFC HSTs are known to be more risky than their non-NFC counterparts?
  • Should users store NFC HSTs in RFID-blocking pouches, like those used for wireless car keys or contactless bank cards?
you are viewing a single comment's thread
view the rest of the comments
[โ€“] sylver_dragon@lemmy.world 6 points 1 day ago (1 children)

In absolute terms, there is probably some small increase in risk due to the NFC interface. As a practical attack, it's probably not worth worrying about. Directly from the paper you linked:

NB the term skimming for such an attack can be misleading if one thinks of well-known mag-stripe skimming of bank cards. When skimming mag-stripes, the attacker secretly reads the information on the mag-stripe, and can then make copies to create clones of the original bank card that cannot be distinguished from the original. For RFID tags, an attacker will not be able to create clones with a skimming attack, as long as the protocol uses some form of challenge-response.

Which, the YubiKey, at least, used a challenge-response. While there is a known vulnerability which can be used to extract the internal secret and therefore clone a YubiKey 5, it requires long term physical access and is not trivial.

The bigger concern for the NFC tag would be its use in a relay attack. And with a big enough antenna, an attacker might be able to do that. However, I would again point to the paper you linked to, their results were "long" for an RFID activation and read. But, not really all that long:

a gate with a width of 100 cm, which can communicate with a tag held near the center between the two antenna

And their setup required a couple large antennas that the victim would need to stand in between. Not impossible, but you'd notice with each side being half a meter away.

So yes, it's a technical risk, but not one that I'd bother putting much effort into avoiding. And the being able to use the key via NFC is probably worth the risk.

their setup required a couple large antennas that the victim would need to stand in between. Not impossible, but you'd notice with each side being half a meter away.

So yes, it's a technical risk, but not one that I'd bother putting much effort into avoiding. And the being able to use the key via NFC is probably worth the risk.

This was my conclusion, too, but I didn't want to prejudice the discussion. Thanks for confirming.

IMO, using a Faraday pouch isn't "much effort", and is therefore worth doing if the HST is being carried in unfamiliar/non-secure locations.