Lucene search

K
osvGoogleOSV:GHSA-Q579-9WP9-GFP2
HistoryJun 17, 2022 - 12:14 a.m.

Window can read out of bounds if Read instance returns more bytes than buffer size

2022-06-1700:14:18
Google
osv.dev
10

0.001 Low

EPSS

Percentile

48.7%

rdiff performs a diff of two provided strings or files. As part of its reading code it uses the return value of a Read instance to set the length of its internal character vector.

If the Read implementation claims that it has read more bytes than the length of the provided buffer, the length of the vector will be set to longer than its capacity. This causes rdiff APIs to return uninitialized memory in its API
methods.

CPENameOperatorVersion
rdiffle0.1.2

0.001 Low

EPSS

Percentile

48.7%

Related for OSV:GHSA-Q579-9WP9-GFP2