Lucene search
K

3714 matches found

RedHat Linux
RedHat Linux
added 2023/06/07 2:8 a.m.3 views

golang: net/http, net/textproto: denial of service from excessive memory allocation

A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service...

7.5CVSS6.7AI score0.01888EPSS
Exploits0References6
GitLab Advisory Database
GitLab Advisory Database
added 2023/06/07 12:0 a.m.14 views

Async HTTP Client has CRLF Injection vulnerability in HTTP request headers

Versions of Async HTTP Client prior to 1.13.2 are vulnerable to a form of targeted request manipulation called CRLF injection. This vulnerability was the result of insufficient validation of HTTP header field values before sending them to the network. Users are vulnerable if they pass untrusted...

7.5CVSS7AI score0.00549EPSS
Exploits0References9Affected Software1
RedHat Linux
RedHat Linux
added 2023/06/05 6:55 p.m.3 views

golang: net/http, net/textproto: denial of service from excessive memory allocation

A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service...

7.5CVSS6.7AI score0.01888EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2023/06/05 4:47 p.m.2 views

golang: net/http, net/textproto: denial of service from excessive memory allocation

A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by memory exhaustion in the common function in HTTP and MIME header parsing. By sending a specially crafted request, a remote attacker can cause a denial of service...

7.5CVSS6.7AI score0.01888EPSS
Exploits0References6
Prion
Prion
added 2023/05/30 4:15 a.m.18 views

Design/Logic Flaw

gost GO Simple Tunnel is a simple tunnel written in golang. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparison function. Untrusted input, sourced from a HTTP header, is compared directly with a secret. Since this comparison is not...

2.6CVSS5.6AI score0.00574EPSS
Exploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2023/05/30 3:6 a.m.6 views

CVE-2023-32691 ginuerzh/gost vulnerable to Timing Attack

gost GO Simple Tunnel is a simple tunnel written in golang. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparison function. Untrusted input, sourced from a HTTP header, is compared directly with a secret. Since this comparison is not...

5.9CVSS6.7AI score0.00574EPSS
Exploits1References2
OSV
OSV
added 2023/05/30 3:6 a.m.31 views

CVE-2023-32691 ginuerzh/gost vulnerable to Timing Attack

gost GO Simple Tunnel is a simple tunnel written in golang. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparison function. Untrusted input, sourced from a HTTP header, is compared directly with a secret. Since this comparison is not...

5.9CVSS5.8AI score0.00574EPSS
Exploits1References4
CVE
CVE
added 2023/05/30 3:6 a.m.67 views

CVE-2023-32691

CVE-2023-32691 affects gost (GO Simple Tunnel) written in Go. The root cause is untrusted input from an HTTP header being compared directly to a secret (not using constant-time comparison), enabling a side-channel timing attack to guess secrets. The common remediation is to switch to constant-tim...

5.9CVSS5.6AI score0.00574EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2023/05/30 3:6 a.m.37 views

CVE-2023-32691 ginuerzh/gost vulnerable to Timing Attack

gost GO Simple Tunnel is a simple tunnel written in golang. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparison function. Untrusted input, sourced from a HTTP header, is compared directly with a secret. Since this comparison is not...

5.9CVSS5.9AI score0.00574EPSS
Exploits1References2
Veracode
Veracode
added 2023/05/29 5:41 a.m.17 views

Host Header Injection

lavalite/cms is vulnerable to host header injection.The vulnerability exists due to a lack of sanitization in the http header...

6.1CVSS6.7AI score0.00587EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2023/05/29 3:15 a.m.13 views

CVE-2023-24604

OX App Suite before backend 7.10.6-rev37 does not check HTTP header lengths when downloading, e.g., potentially allowing a crafted iCal feed to provide an unlimited amount of header data...

4.3CVSS7AI score
Exploits0References2
NVD
NVD
added 2023/05/29 3:15 a.m.12 views

CVE-2023-24604

OX App Suite before backend 7.10.6-rev37 does not check HTTP header lengths when downloading, e.g., potentially allowing a crafted iCal feed to provide an unlimited amount of header data...

4.3CVSS4.6AI score0.00673EPSS
Exploits0References2
Prion
Prion
added 2023/05/29 3:15 a.m.17 views

Design/Logic Flaw

OX App Suite before backend 7.10.6-rev37 does not check HTTP header lengths when downloading, e.g., potentially allowing a crafted iCal feed to provide an unlimited amount of header data...

4CVSS4.7AI score0.00673EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2023/05/29 12:0 a.m.22 views

CVE-2023-24604

OX App Suite before backend 7.10.6-rev37 does not check HTTP header lengths when downloading, e.g., potentially allowing a crafted iCal feed to provide an unlimited amount of header data...

4.8AI score0.00673EPSS
Exploits0References2
CVE
CVE
added 2023/05/29 12:0 a.m.49 views

CVE-2023-24604

OX App Suite before backend 7.10.6-rev37 does not validate HTTP header lengths when downloading data (e.g., iCal feeds), potentially allowing unlimited header data exposure. Affected product/version: OX App Suite prior to 7.10.6-rev37. CVSS 3.1 base score 4.3 (MEDIUM). Remediation: update to 7.10...

4.3CVSS4.5AI score0.00673EPSS
Exploits0References2Affected Software1
Hacker One
Hacker One
added 2023/05/25 1:38 p.m.68 views

Node.js: HTTP Request Smuggling via Empty headers separated by CR

HTTP Request Smuggling HRS was possible in Node.js v20.2.0 due to the llhttp parser in the http module not strictly using the CRLF sequence to delimit HTTP requests. The CR character without LF was sufficient to delimit HTTP header fields in the llhttp parser, which is not compliant with RFC7230...

7.5CVSS7.7AI score0.03467EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2023/05/25 12:0 a.m.37 views

CentOS 8 : go-toolset:rhel8 (CESA-2023:3319)

The remote CentOS Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the CESA-2023:3319 advisory. - The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars a scalar...

9.8CVSS7.5AI score0.02281EPSS
Exploits0References9
OSV
OSV
added 2023/05/22 7:47 p.m.21 views

GHSA-QJRQ-HM79-49WW ginuerzh/gost vulnerable to Timing Attack

Timing attacks occur when an attacker can guess a secret by observing a difference in processing time for valid and invalid inputs. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparision function. More information on this attack type can ...

5.9CVSS5.6AI score0.00574EPSS
Exploits1References4
Positive Technologies
Positive Technologies
added 2023/05/22 12:0 a.m.3 views

PT-2023-23965 · Gost · Gost

Name of the Vulnerable Software and Affected Versions: gost GO Simple Tunnel affected versions not specified Description: The issue arises from the comparison of untrusted input, sourced from an HTTP header, with a secret using a non-constant time comparison function. This allows an attacker to...

5.9CVSS5.4AI score0.00574EPSS
Exploits1References6
Tenable Nessus
Tenable Nessus
added 2023/05/20 12:0 a.m.39 views

CentOS 8 : Image Builder (CESA-2023:2780)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2023:2780 advisory. - In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closin...

7.5CVSS7.1AI score0.05623EPSS
Exploits1References6
Rows per page
Query Builder