From 8546454f8ad92bee001ca3be5b4c236bcc2df3d5 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Wed, 31 Mar 2021 14:28:28 +1100 Subject: [PATCH] Add missing envoy entry. --- vulns/envoy/18431.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vulns/envoy/18431.yaml diff --git a/vulns/envoy/18431.yaml b/vulns/envoy/18431.yaml new file mode 100644 index 000000000..b9db62bad --- /dev/null +++ b/vulns/envoy/18431.yaml @@ -0,0 +1,23 @@ +id: OSV-2019-1 +package: + name: envoy + ecosystem: OSS-Fuzz +summary: 'ASSERT: bufferRemainingSize() >= length.' +details: | + OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18431 + + Crash type: ASSERT + Crash state: + bufferRemainingSize() >= length. + Envoy::Http::Http1::ConnectionImpl::copyToBuffer + Envoy::Http::Http1::RequestStreamEncoderImpl::encodeHeaders +severity: HIGH +affects: + ranges: + - type: GIT + repo: https://github.com/envoyproxy/envoy.git + fixed: b3f42a4ebbd51e816cfde63ee672ce31e420602a +references: +- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18431 +modified: '2021-03-29T05:14:39.113932Z' +created: '2021-03-29T05:14:39.113684Z'