LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What is the similarity attack against l-diversity?

Even with L distinct sensitive values, if they are semantically similar, the attacker learns the sensitive category.

l-diversity treats all values as equally different, but values can be semantically close. Imagine a class whose sensitive values are Gastritis, Gastric Ulcer, Stomach Cancer — three genuinely distinct values, so l-diversity (l=3) is satisfied. Yet an attacker who knows "Dries is under 30" and finds him in that class learns he has a stomach-related disease — a sensitive category — regardless of which exact one.

The flaw: l-diversity protects against guessing the exact value, not against guessing the meaning. This is exactly the gap t-closeness addresses.

Tip: "Diverse" values that all point to the same conclusion aren't really diverse. Semantics matter, not just distinct labels.

Go deeper:

From Quiz: PRIVACY / Data Anonymization — k-Anonymity, l-Diversity & Re-identification | Updated: Jul 05, 2026