|
| 1 | +# Release 1.15.4 |
| 2 | + |
| 3 | +## Bug Fixes and Other Changes |
| 4 | +* Fixes an undefined behavior causing a segfault in `tf.raw_ops.Switch` |
| 5 | + ([CVE-2020-15190](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15190)) |
| 6 | +* Fixes three vulnerabilities in conversion to DLPack format |
| 7 | + ([CVE-2020-15191](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15191), |
| 8 | + [CVE-2020-15192](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15192), |
| 9 | + [CVE-2020-15193](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15193)) |
| 10 | +* Fixes two vulnerabilities in `SparseFillEmptyRowsGrad` |
| 11 | + ([CVE-2020-15194](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15194), |
| 12 | + [CVE-2020-15195](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15195)) |
| 13 | +* Fixes an integer truncation vulnerability in code using the work sharder API |
| 14 | + ([CVE-2020-15202](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15202)) |
| 15 | +* Fixes a format string vulnerability in `tf.strings.as_string` |
| 16 | + ([CVE-2020-15203](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15203)) |
| 17 | +* Fixes segfault raised by calling session-only ops in eager mode |
| 18 | + ([CVE-2020-15204](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15204)) |
| 19 | +* Fixes data leak and potential ASLR violation from `tf.raw_ops.StringNGrams` |
| 20 | + ([CVE-2020-15205](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15205)) |
| 21 | +* Fixes segfaults caused by incomplete `SavedModel` validation |
| 22 | + ([CVE-2020-15206](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15206)) |
| 23 | +* Fixes a data corruption due to a bug in negative indexing support in TFLite |
| 24 | + ([CVE-2020-15207](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15207)) |
| 25 | +* Fixes a data corruption due to dimension mismatch in TFLite |
| 26 | + ([CVE-2020-15208](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15208)) |
| 27 | +* Fixes several vulnerabilities in TFLite saved model format |
| 28 | + ([CVE-2020-15209](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15209), |
| 29 | + [CVE-2020-15210](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15210), |
| 30 | + [CVE-2020-15211](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15211)) |
| 31 | +* Updates `sqlite3` to `3.33.00` to handle |
| 32 | + [CVE-2020-9327](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9327), |
| 33 | + [CVE-2020-11655](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11655), |
| 34 | + [CVE-2020-11656](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11656), |
| 35 | + [CVE-2020-13434](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13434), |
| 36 | + [CVE-2020-13435](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13435), |
| 37 | + [CVE-2020-13630](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13630), |
| 38 | + [CVE-2020-13631](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13631), |
| 39 | + [CVE-2020-13871](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13871), |
| 40 | + and |
| 41 | + [CVE-2020-15358](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15358). |
| 42 | +* Fixes #41630 by including `max_seq_length` in CuDNN descriptor cache key |
| 43 | +* Pins `numpy` to 1.18.5 to prevent ABI breakage when compiling code that uses |
| 44 | + both NumPy and TensorFlow headers. |
| 45 | + |
1 | 46 | # Release 1.15.3 |
2 | 47 |
|
3 | 48 | ## Bug Fixes and Other Changes |
|
0 commit comments