Skip to content

Commit

Permalink
Fix CVE references.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Aug 5, 2021
1 parent 17bbca2 commit 8589f08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.txt
Expand Up @@ -29,15 +29,15 @@ Clients:
==================

Security:
- CVE-2021-23980: If an authenticated client connected with MQTT v5 sent a
- CVE-2021-28166: If an authenticated client connected with MQTT v5 sent a
malformed CONNACK message to the broker a NULL pointer dereference occurred,
most likely resulting in a segfault.
Affects versions 2.0.0 to 2.0.9 inclusive.

Broker:
- Don't over write new receive-maximum if a v5 client connects and takes over
an old session. Closes #2134.
- Fix CVE-xxxx-xxxx. Closes #2163.
- Fix CVE-2021-28166. Closes #2163.

Clients:
- Set `receive-maximum` to not exceed the `-C` message count in mosquitto_sub
Expand Down Expand Up @@ -1251,8 +1251,8 @@ Build:
==============

Security:
- Fix memory leak that could be caused by a malicious CONNECT packet. This
does not yet have a CVE assigned. Closes #533493 (on Eclipse bugtracker)
- Fix memory leak that could be caused by a malicious CONNECT packet.
CVE-2017-7654. Closes #533493 (on Eclipse bugtracker)

Broker features:
- Add per_listener_settings to allow authentication and access control to be
Expand Down

0 comments on commit 8589f08

Please sign in to comment.