net-update verifcation checking insecure
Bug #857472 reported by
Michael Vogt
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
Fix Released
|
Critical
|
Michael Vogt | ||
Oneiric |
Fix Released
|
Critical
|
Michael Vogt |
Bug Description
From:
http://
its easy to bypass the verification checking in apt-key net-update.
Related branches
Changed in apt (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Critical |
tags: | added: rls-mgr-o-tracking |
Changed in apt (Ubuntu Oneiric): | |
milestone: | none → ubuntu-11.10 |
Changed in apt (Ubuntu Oneiric): | |
status: | Confirmed → In Progress |
Changed in apt (Ubuntu): | |
milestone: | ubuntu-11.10 → none |
tags: | added: id-5d106c1d683546484e9cb04e |
To post a comment you must log in.
Looking at this problem I think we should actually change the way we provide the keyring on the server and provide it
there as a signed keyring file.
I did not manage to get reliable key signature verification checks with gpg if there are multiple identical keyids in the keyring, so I think the best approach is to simplify and just provide the complete archive keyring file signed with the master-key.
I will outline a debdiff with the new approach.