-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guc -dcpriv
does not work when talking to dCache
#62
Comments
Hi Onno, |
Hi msalle, nice to meet you here! :-) I'm very curious why it is so difficult to fix this. I would think, it's better to break some things than to secretly expose private data. But perhaps I'm overlooking some complications that make it more difficult than such a simple choice. I'd like to add to the discussion that since this issue was first reported, the GDPR has become effective. So perhaps with this bug, people might be (unknowingly) violating the GDPR. But I'm not a law expert. Kind regards, |
I don't think this is really that difficult. There are only two ways to fix this (that make sense):
The decision between 1. and 2. is choosing whether it is better to fail people who rely on Put another way, choosing option 1. will (possibly) result in failed transfers that should succeed; choosing option 2. will (possibly) result in successful transfers that should have failed. From a security point-of-view, only 1. makes sense, because 2. opens a fresh security problem: people who didn't update to the new option. |
Nothing seems to happen. 😭 Could this have a higher urgency please? |
@onnozweers @paulmillar |
Hi @fscheiner, thanks for doing something! 😺 There is a whole chapter about transport security in the dCache documentation: https://github.com/dCache/dcache/blob/master/docs/TheBook/src/main/markdown/cookbook-transport-security.md This bug is mentioned in the first paragraph. |
@onnozweers IIRC, you are the main (sole?) contributor to this chapter, so thanks for helping document this problem! We now have a new document that is targeted at dCache users (rather than admins). The REST API is fairly well documented, but the rest largely contains only place-holder information. One chapter is on FTP (in general), so I think this would be a natural place to document this problem. I've created an issue (dCache/dcache#5039) to track this, to make sure it doesn't get forgotten. |
guc -dcpriv
does not work when talking to dCache
Globus Toolkit has a security vulnerability: when
globs-url-copy -dcpriv
is specified, and connecting to a dCache instance (which does not support data channel privacy), globus-url-copy silently decides to send the data in plain text anyway. The user is not warned and may assume the data is transferred privately while in fact it is not.A bug report is here: https://github.com/globus/globus-toolkit/issues/121
Is this bug present in GCT too?
Kind regards,
Onno
The text was updated successfully, but these errors were encountered: