diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-04-12 22:45:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-03 23:07:14 -0700 |
commit | e52853974664289fe42a92909667ed77cfa1cec5 (patch) | |
tree | db24bf819f88918b61cf20d19c193bcf49ce2411 /AUTHORS | |
parent | 73e77eb21d649edc1ce1746739f9358e337b2935 (diff) | |
download | xorg-lib-libXrender-e52853974664289fe42a92909667ed77cfa1cec5.tar.gz |
integer overflow in XRenderQueryFilters() [CVE-2013-1987 1/3]
The length, numFilters & numAliases members of the reply are all CARD32
and need to be bounds checked before multiplying & adding them together
to come up with the total size to allocate, to avoid integer overflow
leading to underallocation and writing data from the network past the
end of the allocated buffer.
Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions