TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Telegram publishes users' locations online

488 点作者 Nullslash超过 4 年前

31 条评论

gruez超过 4 年前
&gt;[Line] fixed it by adding a random number to the user&#x27;s destination<p>This is a imperfect solution. There&#x27;s two possibilities: the offset (aka &quot;random number&quot;) is dynamic, or it&#x27;s fixed. If it&#x27;s the former all you have to do is sample enough times to get through the noise. If it&#x27;s the latter, it&#x27;s not vulnerable to the previous attack, but if you have a known point of reference (so you can deduce what the offset is), then you can still stalk them (forever?). IMO the only way to do is &quot;properly&quot; is to quantize people into map cells, like how apple does it with their coarse location feature[1].<p>[1] &quot;Apple doesn&#x27;t reduce the accuracy of location fixes by adding noise. Instead, they&#x27;ve carved up the world into regions, allowing approximate locations to preserve the user&#x27;s current city when possible.&quot; <a href="https:&#x2F;&#x2F;radar.io&#x2F;blog&#x2F;understanding-approximate-location-in-ios-14" rel="nofollow">https:&#x2F;&#x2F;radar.io&#x2F;blog&#x2F;understanding-approximate-location-in-...</a>
评论 #25642088 未加载
评论 #25642998 未加载
评论 #25641858 未加载
评论 #25641875 未加载
评论 #25641995 未加载
评论 #25642338 未加载
评论 #25643241 未加载
isodev超过 4 年前
A user does not show up in “People nearby” unless they enable the function. Doing so triggers a warning from Telegram informing you your location is about to be published and it may lead to undesired attention so it really can’t happen by accident.<p>I’m also using the app on iOS, the operating system asks periodically if I want to continue sharing location in the background (in case I forget to turn it off) or I can just choose to enable it while using the app (which is what I usually do).
评论 #25642262 未加载
评论 #25642814 未加载
评论 #25644141 未加载
评论 #25643035 未加载
ffpip超过 4 年前
Clickbait.<p>User explicitly shares location to all people nearby, discovers it is accessible to all people. Feature is disabled by default, and user must find this and enable it. They are not even prompted to enable it unless they seek it.
评论 #25644562 未加载
评论 #25644519 未加载
评论 #25644404 未加载
ve55超过 4 年前
The ability to find user locations via triangulation is overlooked in a <i>lot</i> of products - it&#x27;s easy to not think twice when showing a user the distance between themselves and someone else.<p>In my own products I fix this by aggressively rounding&#x2F;adding noise before the distance calculation is performed, and then rounding again afterwards, or quantizing into ranges (e.g. &#x27;0-10 miles&#x27;). Other solutions can be storing locations imprecisely to begin with, using pre-defined geobuckets, and so on, although remember that randomness by itself can be bypassed with enough queries since it will average out. It&#x27;s rare that you need to know <i>exactly</i> how far away someone is from you rather than a rough approximation. Telegram is definitely not the only product with this issue, but hopefully they fix it even so.
评论 #25642389 未加载
评论 #25642195 未加载
nerdbaggy超过 4 年前
Triangulation is often used incorrectly instead of trilateration as in this article. Since the author is dealing with distances and not angles it’s trilateration.<p><a href="https:&#x2F;&#x2F;gis.stackexchange.com&#x2F;questions&#x2F;17344&#x2F;differences-between-triangulation-and-trilateration" rel="nofollow">https:&#x2F;&#x2F;gis.stackexchange.com&#x2F;questions&#x2F;17344&#x2F;differences-be...</a>
评论 #25649819 未加载
gaudat超过 4 年前
On the &quot;People Nearby&quot; page in the Telegram app it specifically says<p>Quickly add people nearby <i>who are also viewing this section</i> ...<p>If a user is not specifically on that page, they are not listed in the section. The user most likely wants the world (or strangers) to know his position.<p>This case shows precise localization can be a double-edge sword. But instead of fuzzing the returned location, we should educate the people on privacy implications of showing their position to the public.
评论 #25642080 未加载
arthurcolle超过 4 年前
It&#x27;s a shame that people still use Telegram when Signal is so much better, and has better credentials all around.
评论 #25644278 未加载
评论 #25641990 未加载
评论 #25641843 未加载
评论 #25641811 未加载
评论 #25642680 未加载
评论 #25642446 未加载
评论 #25642515 未加载
评论 #25643283 未加载
评论 #25646913 未加载
评论 #25643833 未加载
评论 #25642808 未加载
评论 #25715336 未加载
评论 #25645335 未加载
评论 #25642164 未加载
评论 #25644229 未加载
评论 #25643988 未加载
评论 #25643986 未加载
评论 #25643983 未加载
diimdeep超过 4 年前
Please change title so that it reflects that shared location is only for those who explicitly enabled feature to do so and not implicitly that all users location is shared.
评论 #25643980 未加载
kop316超过 4 年前
Hmm...So I have Telegram installed via F-Droid (so presumably without Google Play Services). I do NOT have the &quot;People Nearby&quot; feature. I am curious if that means my location is not published?
评论 #25641920 未加载
评论 #25642131 未加载
评论 #25642492 未加载
评论 #25641825 未加载
评论 #25642521 未加载
ShakataGaNai超过 4 年前
More systems need to truncate location data. It is relatively &quot;easy&quot; to solve this particular issue by just not returning highly specific data. Instead of saying &quot;896m&quot;, return &quot;&lt;1km&quot; or &quot;1km-3km&quot; etc. Can you still abuse the data to some extent? Yes in theory, but it&#x27;s significantly harder and takes a lot more work to get anything reasonable.<p>You can also truncate the data you have on users. 2 digits of Decimal_degrees precision is +&#x2F;- 1KM. If you&#x27;re doing an Uber-like service, knowing where a user is down to a few feet makes a different (which side of the street). But if you&#x27;re just concerned with &quot;Hey people nearby you are using this app too&quot; (which is all too common).. Do you really need to know&#x2F;save&#x2F;keep where a user is beyond 1 sq km? No, you don&#x27;t.<p>Yes, Apple has a coarse data that does something like this, but take it that one step farther. Don&#x27;t need the info? Don&#x27;t collect it (your app doesn&#x27;t need to send it) and don&#x27;t store it.
评论 #25642495 未加载
johnisgood超过 4 年前
Now that my phone supports it, I just installed Wire. I wish their desktop version had more options regarding appearance, for one. Honestly, it would not take much to implement giving us, users the choice to change a couple of things.<p>I hate it how I cannot make the left bar less wide, for example, and there are a couple of more complains, all of which have been reported a long time ago. They are easy to add&#x2F;fix!<p>I also wish the desktop version supported sending audio messages just like the Android version does, similarly to WhatsApp. No need for these fancy audio filters, just let me record and send an audio message from the desktop version!
aportnoy超过 4 年前
You might want to change the title to something not as clickbaity and misleading.
mercora超过 4 年前
so i know some people around me who are using telegram and very likely most of them did not change anything about their privacy settings as usual. However, i do not see any of them in the list and it even shows me users some 10km away. When viewing this list on the top it has a button to make yourself visible so i assume if you don&#x27;t do it voluntarily its not broadcasted at all which appears to be a non issue then, like he was already told.
评论 #25641882 未加载
sbodyiused2no超过 4 年前
This reminds me of a study done more than 5 years ago on this exact problem.<p><a href="https:&#x2F;&#x2F;www.wired.com&#x2F;2016&#x2F;05&#x2F;grindr-promises-privacy-still-leaks-exact-location&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wired.com&#x2F;2016&#x2F;05&#x2F;grindr-promises-privacy-still-...</a><p>Gay Dating Apps Promise Privacy, But Leak Your Exact Location<p>Researchers in Kyoto demonstrate for WIRED how they can precisely track the locations of people using Grindr, Hornet, and Jack&#x27;d despite features meant to hide them.<p>The mentioned research paper is here: <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1604.08235.pdf" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1604.08235.pdf</a>
kelt超过 4 年前
After going into the &#x27;People nearby&#x27; I do not see any option to disable. I do see &#x27;Make myself visible&#x27; option and a list of nearby users. (on iPhone)<p>I wonder if this will be sufficient?
评论 #25642288 未加载
solarkraft超过 4 年前
- Clickbait headline<p>- Of course this shouldn&#x27;t be possible, what is up with Telegram? At last make publishing your precise location optional (within that feature) with a good warning!
评论 #25643276 未加载
KLexpat超过 4 年前
This is less of an issue in highly dense urban areas, such as typical east-asian metropolises. If you live in a building with 2000 other people, it becomes less concerning.<p>It seems like it would be rather easy to create an automated tool for triangulating users locations; by spoofing the GPS location of ones phone say 33 times, it should be very easy to triangulate every single person in the &#x27;nearby&#x27; section.
3PercentMan超过 4 年前
So in the article, the author was able to find the x- and y- coordinates of the other user. What if the target user lives in a high rise building, is there any technique you can get the height of the said user? Makes me wonder how the law enforcement is able to tri-angulate the suspect&#x27;s exact location.
评论 #25642035 未加载
评论 #25642072 未加载
评论 #25642224 未加载
tzs超过 4 年前
Maybe this would be a little to confusing for users, but perhaps apps that have an option to publish your location should have an option to automatically disable location publishing when you are near home, or even better when you are near any location on a user-specified list of locations.
zeronine超过 4 年前
&gt; If this feature is enabled on your phone, you&#x27;re publishing your home address online.<p>Depending on your definition of &#x27;online&#x27; this is true of any app you use.<p>Telegram could at least take a similar approach to Tinder, who have already learnt from a similar mistake.
评论 #25642043 未加载
spacemanmatt超过 4 年前
Signal puts your safety first because of the organization behind it.<p>Telegram will continue to expose its most sensitive users over novel features while they try to capitalize on use of the Signal protocol. The profit motivation predicted this.<p>Don&#x27;t trust Telegram.
评论 #25647138 未加载
m2f2超过 4 年前
I&#x27;ve asked family to switch to Telegram because I didn&#x27;t want Facebook to read my data. What shall I do then? Revert to WhatsApp, which I still have for those who can&#x27;t be bothered by choosing a different tool?
评论 #25644150 未加载
RMPR超过 4 年前
Oddly enough, I don&#x27;t see that feature in Telegram FOSS from F-Droid
评论 #25642924 未加载
nnx超过 4 年前
iOS recently introduced per-app “Precise Location” toggle in Settings.<p>Turning this toggle off is a great mitigation for apps who haven’t fixed or clarified how they handle such triangulation attacks.
shp0ngle超过 4 年前
I used the &quot;people nearby&quot; feature once, and I kept getting random messages from random people 2 months later. I could not figure out how the hell to turn it off.
评论 #25642500 未加载
Donckele超过 4 年前
“Users in the People Nearby section” Is that everyone on telegram or just your “friends”?
评论 #25643501 未加载
luxuryballs超过 4 年前
So wait by showing your location on the map you show your location on the map? Scandal.
tpoacher超过 4 年前
I discovered a bug too. If you ask a user to give you their location, this can be used to find out where they are!
aaron695超过 4 年前
I can confirm on Android it does not warn you people will&#x2F;could know your precise location in anyway.<p>It implies it&#x27;s only &#x27;nearby&#x27; with a warning about people you don&#x27;t know messaging you.<p>Claims the app warns you or the user should know are either everything wrong with IT, or perhaps iOS is different.
KingMachiavelli超过 4 年前
Telegram has so many anti features and dark patterns that I really wish it was less popular. I honestly use WhatsApp over Telegram because at least I know WhatsApp is insecure while people sometimes act like Telegram is a secure platform.
评论 #25641974 未加载
评论 #25642119 未加载
评论 #25641798 未加载
评论 #25642114 未加载
评论 #25641979 未加载
gotem超过 4 年前
It’s a good first step but not enough. I was scammed a while back on Telegram and wish I had been able to also see the persons real identity to recover my money. Location is not enough to go on.<p>Perhaps TG should publish an API to allow people to see any users government ID if they are scammed.
评论 #25642246 未加载
评论 #25641781 未加载