Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1560599 - (CVE-2017-15710) CVE-2017-15710 httpd: Out of bound write in mod_authnz_ldap when using too small Accept-Language values
CVE-2017-15710 httpd: Out of bound write in mod_authnz_ldap when using too sm...
Status: NEW
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
low Severity low
: ---
: ---
Assigned To: Red Hat Product Security
impact=low,public=20180324,reported=2...
: Security
Depends On: 1560601 1565464 1565465 1565466 1560616
Blocks: 1560402
  Show dependency treegraph
 
Reported: 2018-03-26 10:28 EDT by Adam Mariš
Modified: 2018-09-24 12:15 EDT (History)
35 users (show)

See Also:
Fixed In Version: httpd 2.4.30
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Adam Mariš 2018-03-26 10:28:27 EDT
mod_authnz_ldap, if configured with AuthLDAPCharsetConfig, uses the Accept-Language header value to lookup the right charset encoding when verifying the user's credentials. If the header value is not present in the charset conversion table, a fallback mechanism is used to truncate it to a two characters value to allow a quick retry (for example, 'en-US' is truncated to 'en'). A header value of less than two characters forces an out of bound write of one NUL byte to a memory location that is not part of the string. In the worst case, quite unlikely, the process would crash which could be used as a Denial of Service attack. In the more likely case, this memory is already reserved for future use and the issue has no effect at all.

Versions Affected:
httpd 2.0.23 to 2.0.65
httpd 2.2.0 to 2.2.34
httpd 2.4.0 to 2.4.29

External References:

https://httpd.apache.org/security/vulnerabilities_24.html
Comment 2 Adam Mariš 2018-03-26 11:03:58 EDT
Created httpd tracking bugs for this issue:

Affects: fedora-all [bug 1560616]
Comment 5 Huzaifa S. Sidhpurwala 2018-04-10 00:56:23 EDT
Upstream commit:

http://svn.apache.org/viewvc?view=revision&revision=1824336

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