Red Hat Bugzilla – Bug 1628702
CVE-2018-14642 undertow: Infoleak in some circumstances where Undertow can serve data from a random buffer
Last modified: 2018-10-19 17:53:40 EDT
In some circumstances Undertow can serve data from a random ByteBuffer, this is due to an incomplete fix for UNDERTOW-438. Basically if all the headers are not written out in the first write() call then the code that handles flushing the buffer will always write out the full contents of the writevBuffer buffer, which may contain data from previous requests. Upstream bug: https://issues.jboss.org/browse/JBEAP-15428 Upstream patch: https://github.com/jbossas/redhat-undertow/commit/e65ad5b410f95b166ff04f876e22f873e9b4ce62