Lucene search
+L

9252 matches found

Mageia
Mageia
added 2023/04/15 7:03 p.m.60 views

Updated golang packages fix security vulnerability

DOS due to incorrect HTTP and MIME header parsing CVE-2023-24534 DOS due to incorrect Multipart form parsing CVE-2023-24536 Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow...

9.8CVSS8.1AI score0.02281EPSS
SaveExploits0References6
OSV
OSV
added 2023/04/15 7:03 p.m.14 views

MGASA-2023-0145 Updated golang packages fix security vulnerability

DOS due to incorrect HTTP and MIME header parsing CVE-2023-24534 DOS due to incorrect Multipart form parsing CVE-2023-24536 Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow...

9.8CVSS8.9AI score0.02281EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2023/04/15 12:00 a.m.36 views

openSUSE 15 Security Update : golang-github-prometheus-prometheus (SUSE-SU-2023:1859-1)

The remote openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE- SU-2023:1859-1 advisory. - CVE-2022-46146: Fixed authentication bypass via cache poisoning in Prometheus Exporter Toolkit bsc1208049. Tenable has extracted the preceding description...

8.8CVSS7AI score0.01157EPSS
SaveExploits1References4
Prion
Prion
added 2023/04/14 8:15 p.m.26 views

Spoofing

SpiceDB is an open source, Google Zanzibar-inspired, database system for creating and managing security-critical application permissions. The spicedb serve command contains a flag named --grpc-preshared-key which is used to protect the gRPC API from being accessed by unauthorized requests. The...

5CVSS7.7AI score0.00762EPSS
SaveExploits0References3Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2023/04/12 8:23 p.m.47 views

Security Bulletin: Multiple Security Vulnerabilities may affect IBM Robotic Process Automation for Cloud Pak.

Summary Multiple Security Vulnerabilities may affect IBM Robotic Process Automation for Cloud Pak. Golang Go is used by IBM Robotic Process Automation as part of the operator CVE-2022-2879, CVE-2022-2880, CVE-2022-41715, CVE-2022-41716, CVE-2022-41721. Python is used by IBM Robotic Process...

7.5CVSS7.8AI score0.02535EPSS
SaveExploits3Affected Software1
Rockylinux
Rockylinux
added 2023/04/12 1:41 a.m.20 views

go-toolset bug fix and enhancement update

An update is available for golang, go-toolset. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Go Toolset provides the Go programming language tools and librarie...

6.7AI score
SaveExploits0
Veracode
Veracode
added 2023/04/11 11:43 p.m.54 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to Denial of Service DoS attacks. Unusual patterns of input data cause the upcomingHeaderNewlines function to parse HTTP and MIME headers which allocates more memory than required, causing the application to crash via memory exhaustion...

7.5CVSS8.4AI score0.01888EPSS
SaveExploits0References7Affected Software19
Veracode
Veracode
added 2023/04/11 11:40 p.m.43 views

Denial Of Service (DoS)

github.com/golang/go is vulnerable to Denial of Service DoS attacks. A malicious user is able to cause an infinite loop via integer overflows when calling any of the Parse functions which contain //line directives with very large line numbers, which can cause the application to crash...

7.5CVSS8.3AI score0.01412EPSS
SaveExploits0References7Affected Software14
Veracode
Veracode
added 2023/04/11 11:30 p.m.43 views

Arbitrary Code Execution

github.com/golang/go is vulnerable to Arbitrary Code Execution. JavaScript templates do not consider backticks as string delimiters and do not escape them properly, which allows an attacker to bypass sanitization and execute arbitrary code on the system...

9.8CVSS9.5AI score0.02281EPSS
SaveExploits0References7Affected Software18
ALT Linux
ALT Linux
added 2023/04/10 12:00 a.m.77 views

Security fix for the ALT Linux 10 package golang version 1.19.8-alt1

1.19.8-alt1 built April 10, 2023 Alexey Shabalin in task 318045 April 4, 2023 Alexey Shabalin - New version 1.19.8 Fixes: CVE-2023-24534, CVE-2023-24536, CVE-2023-24537, CVE-2023-24538...

7.7AI score0.02281EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/04/08 11:55 a.m.61 views

CVE-2022-28131

A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability...

7.3CVSS7.7AI score0.02267EPSS
SaveExploits0References5
OpenVAS
OpenVAS
added 2023/04/07 12:00 a.m.10 views

Fedora: Security Advisory for golang (FEDORA-2023-7442702a7d)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 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
SaveExploits0References2
OSV
OSV
added 2023/04/06 4:15 p.m.11 views

AZL-25992 CVE-2023-24538 affecting package golang for versions less than 1.19.8-1

Templates do not properly consider backticks as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to...

9.8CVSS6.8AI score0.02281EPSS
SaveExploits0References1
OSV
OSV
added 2023/04/06 4:15 p.m.11 views

AZL-37484 CVE-2023-24534 affecting package golang for versions less than 1.21.6-1

HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than requir...

7.5CVSS6.6AI score0.01888EPSS
SaveExploits0References1
OSV
OSV
added 2023/04/06 4:15 p.m.9 views

AZL-37414 CVE-2023-24534 affecting package golang for versions less than 1.21.6-1

HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than requir...

7.5CVSS6.7AI score0.01888EPSS
SaveExploits0References1
OSV
OSV
added 2023/04/06 4:15 p.m.11 views

AZL-26029 CVE-2023-24537 affecting package msft-golang for versions less than 1.20.11-1

Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow...

7.5CVSS6.8AI score0.01412EPSS
SaveExploits0References1
OSV
OSV
added 2023/04/06 4:15 p.m.7 views

AZL-37340 CVE-2023-24536 affecting package golang for versions less than 1.21.6-1

Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount ...

7.5CVSS6.6AI score0.01479EPSS
SaveExploits0References1
OSV
OSV
added 2023/04/06 4:15 p.m.13 views

AZL-79066 CVE-2023-24534 affecting package golang 1.25.7-1

HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than requir...

7.5CVSS6.6AI score0.01888EPSS
SaveExploits0References1
OSV
OSV
added 2023/04/06 4:15 p.m.11 views

AZL-26027 CVE-2023-24534 affecting package msft-golang for versions less than 1.20.7-1

HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than requir...

7.5CVSS6.6AI score0.01888EPSS
SaveExploits0References1
Rockylinux
Rockylinux
added 2023/04/06 3:52 p.m.17 views

go-toolset bug fix and enhancement update

An update is available for delve, module.go-toolset, golang, module.golang, go-toolset, module.delve. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Go Toolset...

6.7AI score
SaveExploits0
Rows per page
Query Builder