Synchronize IDs (2024-04-11) (#1936)

Co-authored-by: amousset <329388+amousset@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-11 17:16:20 +01:00
committed by GitHub
parent 0bc9a77248
commit c9858c0fc6
8 changed files with 9 additions and 1 deletions

View File

@@ -7,11 +7,12 @@ url = "https://github.com/Metaswitch/cassandra-rs/security/advisories/GHSA-x9xc-
informational = "unsound" informational = "unsound"
categories = ["memory-corruption", "memory-exposure"] categories = ["memory-corruption", "memory-exposure"]
keywords = ["memory-safety", "use-after-free"] keywords = ["memory-safety", "use-after-free"]
aliases = ["GHSA-x9xc-63hg-vcfq"] aliases = ["CVE-2024-27284", "GHSA-x9xc-63hg-vcfq"]
[versions] [versions]
patched = [">= 3.0.0"] patched = [">= 3.0.0"]
``` ```
# Non-idiomatic use of iterators leads to use after free # Non-idiomatic use of iterators leads to use after free
Code that attempts to use an item (e.g., a row) returned by an iterator after the iterator has advanced to the next item will be accessing freed memory and experience undefined behaviour. Code that uses the item and then advances the iterator is unaffected. This problem has always existed. Code that attempts to use an item (e.g., a row) returned by an iterator after the iterator has advanced to the next item will be accessing freed memory and experience undefined behaviour. Code that uses the item and then advances the iterator is unaffected. This problem has always existed.

View File

@@ -6,6 +6,7 @@ date = "2024-02-27"
url = "https://github.com/shawnscode/crayon/issues/109" url = "https://github.com/shawnscode/crayon/issues/109"
categories = ["memory-corruption"] categories = ["memory-corruption"]
keywords = ["std::mem::uninitialized", "address-sanitizer"] keywords = ["std::mem::uninitialized", "address-sanitizer"]
aliases = ["GHSA-xfhw-6mc4-mgxf"]
[versions] [versions]
patched = [] patched = []

View File

@@ -5,6 +5,7 @@ package = "eyre"
date = "2024-03-05" date = "2024-03-05"
url = "https://github.com/eyre-rs/eyre/issues/141" url = "https://github.com/eyre-rs/eyre/issues/141"
categories = ["memory-corruption"] categories = ["memory-corruption"]
aliases = ["GHSA-4v52-7q2x-v4xj"]
[versions] [versions]
patched = [">= 0.6.12"] patched = [">= 0.6.12"]

View File

@@ -6,6 +6,7 @@ date = "2024-04-03"
references = ["https://seanmonstar.com/blog/hyper-http2-continuation-flood/"] references = ["https://seanmonstar.com/blog/hyper-http2-continuation-flood/"]
categories = ["denial-of-service"] categories = ["denial-of-service"]
keywords = ["http", "http2", "h2"] keywords = ["http", "http2", "h2"]
aliases = ["GHSA-q6cp-qfwq-4gcv"]
[versions] [versions]
patched = ["^0.3.26", ">= 0.4.4"] patched = ["^0.3.26", ">= 0.4.4"]

View File

@@ -6,6 +6,7 @@ date = "2023-09-15"
url = "https://github.com/mlalic/hpack-rs/issues/11" url = "https://github.com/mlalic/hpack-rs/issues/11"
categories = ["denial-of-service"] categories = ["denial-of-service"]
references = ["https://github.com/sno2/hpack-rs-patched/commit/d669282924a95311599e9e7dd53869ee96b3a2f5"] references = ["https://github.com/sno2/hpack-rs-patched/commit/d669282924a95311599e9e7dd53869ee96b3a2f5"]
aliases = ["GHSA-w7hm-hmxv-pvhf"]
[versions] [versions]
patched = [] patched = []

View File

@@ -6,6 +6,7 @@ date = "2024-02-19"
url = "https://www.cvedetails.com/cve/CVE-2024-1580/" url = "https://www.cvedetails.com/cve/CVE-2024-1580/"
categories = ["memory-corruption"] categories = ["memory-corruption"]
keywords = ["integer-overflow"] keywords = ["integer-overflow"]
aliases = ["GHSA-mc39-h54g-pvw6"]
[affected] [affected]
[versions] [versions]

View File

@@ -5,6 +5,7 @@ package = "transpose"
date = "2023-12-18" date = "2023-12-18"
url = "https://github.com/ejmahler/transpose/issues/11" url = "https://github.com/ejmahler/transpose/issues/11"
categories = ["memory-corruption"] categories = ["memory-corruption"]
aliases = ["GHSA-5gmm-6m36-r7jh"]
[versions] [versions]
patched = [">= 0.2.3"] patched = [">= 0.2.3"]

View File

@@ -6,6 +6,7 @@ date = "2024-02-28"
url = "https://github.com/ardaku/whoami/issues/91" url = "https://github.com/ardaku/whoami/issues/91"
categories = ["denial-of-service", "memory-corruption"] categories = ["denial-of-service", "memory-corruption"]
keywords = ["buffer-overflow", "stack-buffer-overflow", "cwe-121"] keywords = ["buffer-overflow", "stack-buffer-overflow", "cwe-121"]
aliases = ["GHSA-w5w5-8vfh-xcjq"]
[affected] [affected]
# Other Unix OSes that aren't Linux or macOS are affected as well. # Other Unix OSes that aren't Linux or macOS are affected as well.