devblog
This commit is contained in:
parent
f1b29dbeb4
commit
66b14b5d66
2 changed files with 13 additions and 3 deletions
|
@ -4,9 +4,9 @@ now when the security hole is disclosed.
|
||||||
Security is not compositional. You can have one good feature, and add
|
Security is not compositional. You can have one good feature, and add
|
||||||
another good feature, and the result is not two good features, but a new
|
another good feature, and the result is not two good features, but a new
|
||||||
security hole. In this case
|
security hole. In this case
|
||||||
[[bugs/security_hole_private_data_exposure_via_addurl]]. And it can be hard
|
[[bugs/security_hole_private_data_exposure_via_addurl]] (CVE-2018-10857).
|
||||||
to spot this kind of security hole, but then once it's known it
|
And it can be hard to spot this kind of security hole, but then once it's
|
||||||
seems blindly obvious.
|
known it seems blindly obvious.
|
||||||
|
|
||||||
It came to me last night and by this morning I had decided the potential
|
It came to me last night and by this morning I had decided the potential
|
||||||
impact was large enough to do a coordinated disclosure. Spent the first
|
impact was large enough to do a coordinated disclosure. Spent the first
|
||||||
|
|
10
doc/devblog/day_504__security_hole_part_6.mdwn
Normal file
10
doc/devblog/day_504__security_hole_part_6.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Was getting dangerously close to burnt out, or exhaustion leading to
|
||||||
|
mistakes, so yesterday I took the day off, aside from spending the morning
|
||||||
|
babysitting the android build every half hour. (It did finally succeed.)
|
||||||
|
|
||||||
|
Today, got back into it, and implemented a fix for CVE-2018-10859 and also
|
||||||
|
the one case of CVE-2018-10857 that had not been dealt with before.
|
||||||
|
This fix was really a lot easier than the previous fixes for
|
||||||
|
CVE-2018-10857.
|
||||||
|
Unfortunately this did mean not letting URL and WORM keys be downloaded
|
||||||
|
from many special remotes by default, which is going to be painful for some.
|
Loading…
Reference in a new issue