Bug 1260671 - php: HAVAL gives wrong hashes in specific cases
Summary: php: HAVAL gives wrong hashes in specific cases
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1260672
Blocks: 1260756
TreeView+ depends on / blocked
 
Reported: 2015-09-07 12:33 UTC by Adam Mariš
Modified: 2019-09-29 13:36 UTC (History)
15 users (show)

Fixed In Version: php 5.4.45, php 5.5.29, php 5.6.13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-09 21:04:22 UTC
Embargoed:


Attachments (Terms of Use)

Description Adam Mariš 2015-09-07 12:33:27 UTC
HAVAL pads a string with a wrong pad length, if the remaining string is over 64 and under 118 bytes length. The suspect code is:

index = (unsigned int) ((context->count[0] >> 3) & 0x3f);

When the string is over 64 and under 118 then it seems to have a wrong padding length.

Upstream report:

https://bugs.php.net/bug.php?id=70312

Upstream patch:

http://git.php.net/?p=php-src.git;a=commit;h=1390a5812b151e0ea8f74e64bfeaa5df4dd5b801

Comment 1 Adam Mariš 2015-09-07 12:34:09 UTC
Created php tracking bugs for this issue:

Affects: fedora-all [bug 1260672]

Comment 2 Fedora Update System 2015-09-14 22:19:36 UTC
php-5.6.13-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2015-09-14 23:18:55 UTC
php-5.6.13-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2015-09-18 18:40:05 UTC
php-5.6.13-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.

Comment 5 Tomas Hoger 2015-10-09 21:04:22 UTC
This fix is not planned to be backported to PHP packages in already released Red Hat products.


Note You need to log in before you can comment on or make changes to this bug.