Potential MitM Flaw in Unity Shopping Lens
Bug #1073085 reported by
Benjamin Kerensa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-lens-shopping |
Expired
|
Undecided
|
Unassigned |
Bug Description
Currently Unity Shopping Lens uses Libsoup which does not do Ceritificate Validation so their appears to be a potential for a MitM attack if DNS Poisoning on the LAN occurs and packets are intercepted and a fake certificate is sent along with bad results.
information type: | Private Security → Public Security |
To post a comment you must log in.
I can't reproduce this.
I see the following code in scope.vala which enables cert checking: ssl_use_ system_ ca_file = true; ssl_strict = true;
session.
session.
And attempting to MITM using sslsniff and an invalid cert shows no results in the dash.
Please give detailed steps on how to reproduce this issue.