forked from coturn/coturn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog for 4.5.1.3-1 release
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,46 @@ | ||
coturn (4.5.1.3-1) unstable; urgency=medium | ||
|
||
* [ec640a2] New upstream release (4.5.1.3) | ||
- Fixes CVE-2020-6061 | ||
heap overflow vulnerability | ||
Crafted HTTP POST request can lead to information leaks | ||
and other misbehavior | ||
- Fixes CVE-2020-6062 | ||
denial-of-service vulnerability | ||
Crafted HTTP POST request can lead to server crash and denial of service | ||
- Fixes CVE-2020-4067 | ||
STUN response buffer not initialized | ||
One client (an attacker) could use their connection to intelligently | ||
query coturn server to get interesting bytes in the padding bytes from | ||
the connection of another client | ||
- Tidy, and remove compatibility layers | ||
* Remove turn_free_simple | ||
* Remove turn_malloc() | ||
* Remote turn_realloc() | ||
* Remote turn_free() | ||
* Remove turn_calloc() | ||
* Remove turn_strdup() | ||
* Remove SSL_NEW() and SSL_FREE() | ||
* Remove pointer debugging machinery | ||
* Remove ns_bzero(), ns_bcopy(), and ns_bcmp() | ||
* Remove [su]{08,16,32,64}bits type defines | ||
- Fix the webadmin ip permission add/delete sql injection | ||
- Fix mongo driver crash when invalid connection string is used | ||
- Change Diffie Hellman default key length from 1066 to 2066 | ||
- New test Certificate and test CA | ||
- Fixes in packaging (rpm, docker) | ||
* [1af9910] Remove patch for CVE 2020 6061+6062 | ||
* [82079ae] Update debehelper to debhelper-compat and ver 13 | ||
* [60997b6] Add Pre-Depends | ||
* [2830ed6] Add Rules-Requires-Root | ||
* [f648d45] Update metadata | ||
* [aca2929] Change Debian VoIP Team mailinglist | ||
* [f2f1398] exclude CA from examples and docs | ||
* [83c24b5] Add symlink turnutils_uclient > usr/bin/turnutils | ||
* [1f2cd31] migrate bin from turnserver to coturn, symlink | ||
|
||
-- Mészáros Mihály <[email protected]> Sat, 27 Jun 2020 17:24:51 +0200 | ||
|
||
coturn (4.5.1.1-1.2) unstable; urgency=medium | ||
|
||
* Non-maintainer upload. | ||
|