Lucene search
+L

386 matches found

CVE
CVE
added 2022/01/01 12:0 a.m.423 views

CVE-2021-44716

CVE-2021-44716 affects Go's net/http implementation: before Go 1.16.12 and 1.17.x before 1.17.5, HTTP/2 header canonicalization can cause uncontrolled memory consumption. The vulnerability is rooted in the header cache behavior. Multiple connected advisories indicate that upgrades resolve the iss...

7.5CVSS7.6AI score0.03958EPSS
Exploits0References7Affected Software1
Mageia
Mageia
added 2021/12/26 12:14 a.m.66 views

Updated golang packages fix security vulnerability

net/http: limit growth of header canonicalization cache CVE-2021-44716 syscall: don't close fd 0 on ForkExec error CVE-2021-44717...

7.5CVSS1.8AI score0.03958EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2021/12/16 4:38 p.m.2 views

golang: net/http: limit growth of header canonicalization cache

There's an uncontrolled resource consumption flaw in golang's net/http library in the canonicalHeader function. An attacker who submits specially crafted requests to applications linked with net/http's http2 functionality could cause excessive resource consumption that could lead to a denial of...

7.5CVSS7.2AI score0.03958EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2021/12/15 4:33 p.m.5 views

golang: net/http: limit growth of header canonicalization cache

There's an uncontrolled resource consumption flaw in golang's net/http library in the canonicalHeader function. An attacker who submits specially crafted requests to applications linked with net/http's http2 functionality could cause excessive resource consumption that could lead to a denial of...

7.5CVSS7.2AI score0.03958EPSS
Exploits0References5
OpenVAS
OpenVAS
added 2021/12/15 12:0 a.m.9 views

SUSE: Security Advisory (SUSE-SU-2021:4063-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
Exploits0References2
OPENSUSE Linux
OPENSUSE Linux
added 2021/12/14 12:0 a.m.80 views

Security update for icu.691 (important)

openSUSE Security Update: Security update for icu.691 Announcement ID: openSUSE-SU-2021:4063-1 Rating: important References: 1158955 1159131 1161007 1162882 1167603 1182252 1182645 SLE-17893 Affected Products: openSUSE Leap 15.3 An update that contains security fixes and contains one feature can...

7.5AI score
Exploits0
RedHat Linux
RedHat Linux
added 2021/12/02 10:4 p.m.5 views

jenkins: File path filters do not canonicalize paths, allowing operations to follow symbolic links to outside allowed directories

A link following vulnerability was found in Jenkins. The file path filters do not canonicalize paths allowing operations to follow symbolic links to directories they are not supposed to have access to. This may allow an attacker to read and write arbitrary files on the Jenkins controller file...

8.1CVSS5.9AI score0.01911EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2021/12/01 12:28 p.m.6 views

jenkins: File path filters do not canonicalize paths, allowing operations to follow symbolic links to outside allowed directories

A link following vulnerability was found in Jenkins. The file path filters do not canonicalize paths allowing operations to follow symbolic links to directories they are not supposed to have access to. This may allow an attacker to read and write arbitrary files on the Jenkins controller file...

8.1CVSS5.9AI score0.01911EPSS
Exploits0References5
OSV
OSV
added 2021/11/29 12:0 p.m.21 views

RUSTSEC-2021-0126 RustEmbed generated `get` method allows for directory traversal when reading files from disk

When running in debug mode and the debug-embed off by default feature is not enabled, the generated get method does not check that the input path is a child of the folder given. This allows attackers to read arbitrary files in the file system if they have control over the filename given. The...

7.5CVSS7.3AI score0.01593EPSS
Exploits1References3
RedHat Linux
RedHat Linux
added 2021/11/29 10:40 a.m.6 views

jenkins: File path filters do not canonicalize paths, allowing operations to follow symbolic links to outside allowed directories

A link following vulnerability was found in Jenkins. The file path filters do not canonicalize paths allowing operations to follow symbolic links to directories they are not supposed to have access to. This may allow an attacker to read and write arbitrary files on the Jenkins controller file...

8.1CVSS5.9AI score0.01911EPSS
Exploits0References5
OSV
OSV
added 2020/10/01 5:15 p.m.5 views

CVE-2020-25018

Envoy master between 2d69e30 and 3b5acb2 may fail to parse request URL that requires host canonicalization...

7.5CVSS7.1AI score0.01139EPSS
Exploits0References2
NVD
NVD
added 2020/10/01 5:15 p.m.34 views

CVE-2020-25018

Envoy master between 2d69e30 and 3b5acb2 may fail to parse request URL that requires host canonicalization...

7.5CVSS0.01139EPSS
Exploits0References2
Cvelist
Cvelist
added 2020/10/01 4:46 p.m.28 views

CVE-2020-25018

Envoy master between 2d69e30 and 3b5acb2 may fail to parse request URL that requires host canonicalization...

7.6AI score0.01139EPSS
Exploits0References2
CVE
CVE
added 2020/10/01 4:46 p.m.69 views

CVE-2020-25018

CVE-2020-25018 concerns Envoy: a vulnerability in the Envoy master between commits 2d69e30 and 3b5acb2 where parsing of URLs requiring host canonicalization may fail. The issue is tied to host normalization during request handling, with multiple connected documents noting exposure leading to an a...

7.5CVSS7.5AI score0.01139EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2020/09/01 7:38 p.m.13 views

GHSA-WM7Q-RXCH-43MX Byass due to validation before canonicalization in serve

Versions of serve before 6.5.2 are vulnerable to the bypass of the ignore functionality. The bypass is possible because validation happens before canonicalization of paths and filenames. Example: Here we have a server that ignores the file test.txt. const serve = require'serve' const server =...

7.1AI score
Exploits0References2
Github Security Blog
Github Security Blog
added 2020/09/01 7:38 p.m.17 views

Byass due to validation before canonicalization in serve

Versions of serve before 6.5.2 are vulnerable to the bypass of the ignore functionality. The bypass is possible because validation happens before canonicalization of paths and filenames. Example: Here we have a server that ignores the file test.txt. const serve = require'serve' const server =...

1.3AI score
Exploits0References3Affected Software1
Veracode
Veracode
added 2020/04/10 1:8 a.m.31 views

Arbitrary Code Execution

icu is vulnerable to arbitrary code execution. The vulnerability exists as a stack-based buffer overflow flaw was found in the way ICU performed variant canonicalization for some locale identifiers. If a specially-crafted locale representation was opened in an application linked against ICU, it...

7.5CVSS5.2AI score0.08003EPSS
Exploits0References25Affected Software1
OSV
OSV
added 2020/02/12 12:15 a.m.17 views

CVE-2020-8891

An issue was discovered in MISP before 2.4.121. It did not canonicalize usernames when trying to block a brute-force series of invalid requests...

5.9CVSS6.7AI score
Exploits0References3
Prion
Prion
added 2020/02/12 12:15 a.m.14 views

Code injection

An issue was discovered in MISP before 2.4.121. It did not canonicalize usernames when trying to block a brute-force series of invalid requests...

4.3CVSS5.7AI score0.01419EPSS
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2019/07/05 9:11 p.m.36 views

OmniAuth-SAML authentication bypass via incorrect XML canonicalization and DOM traversal

OmniAuth OmniAuth-SAML 1.9.0 and earlier may incorrectly utilize the results of XML DOM traversal and canonicalization APIs in such a way that an attacker may be able to manipulate the SAML data without invalidating the cryptographic signature, allowing the attack to potentially bypass...

9.8CVSS9.1AI score0.02415EPSS
Exploits1References5Affected Software1
Rows per page
Query Builder