Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CVE-2019-15541 in rustls example code #131

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions crates/rustls/RUSTSEC-0000-0000.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[advisory]
id = "RUSTSEC-0000-0000"
package = "rustls"
date = "2019-08-26"
title = "Denial of service in example code"

description = """
Example code provided alongside rustls contained a denial of service condition
when a socket was uncleanly closed with pending TLS data to send.

This does not affect the core rustls library, but downstream users may have used
this code as a basis so are advised to ensure they do not have similar bugs
as a result.

Because crate version numbers cover the library but not the examples, this advisory
covers no versions.
"""

patched_versions = [">= 0.16.0"]
unaffected_versions = ["<= 0.16.0"]
url = "https://github.com/ctz/rustls/issues/285"
keywords = ["dos", "denial of service", "sample", "example"]
aliases = ["CVE-2019-15541"]