Page MenuHomePhabricator

Use phutil_hashes_are_identical() when comparing hashes in Phabricator
ClosedPublic

Authored by epriestley on Sep 1 2015, 2:39 AM.
Tags
None
Referenced Files
F15413773: D14026.id33913.diff
Wed, Mar 19, 9:15 PM
F15388997: D14026.id.diff
Sat, Mar 15, 4:47 AM
F15285221: D14026.id.diff
Tue, Mar 4, 12:06 PM
Unknown Object (File)
Feb 9 2025, 6:24 PM
Unknown Object (File)
Feb 9 2025, 6:24 PM
Unknown Object (File)
Feb 9 2025, 6:24 PM
Unknown Object (File)
Feb 9 2025, 5:53 PM
Unknown Object (File)
Feb 9 2025, 2:32 PM

Details

Summary

See D14025. In all cases where we compare hashes, use strict, constant-time comparisons.

Test Plan

Logged in, logged out, added TOTP, ran Conduit, terminated sessions, submitted forms, changed password. Tweaked CSRF token, got rejected.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Use phutil_hashes_are_identical() when comparing hashes in Phabricator.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
src/applications/people/storage/PhabricatorUser.php
411–412

The extra changes here are just following through with this and removing support for the plain CSRF tokens. The BREACH tokens have been in the wild for a little over a year, now.

chad edited edge metadata.
This revision is now accepted and ready to land.Sep 1 2015, 2:46 AM
This revision was automatically updated to reflect the committed changes.