Lucene search
+L

453 matches found

RedHat Linux
RedHat Linux
added 2023/03/15 7:58 p.m.12 views

golang: regexp/syntax: limit memory used by parsing regexps

A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as...

7.5CVSS6.6AI score0.01427EPSS
SaveExploits0References6
OSV
OSV
added 2023/02/28 6:15 p.m.9 views

AZL-78992 CVE-2022-41725 affecting package golang 1.25.7-1

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.5AI score0.01241EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.11 views

AZL-13739 CVE-2022-41725 affecting package msft-golang for versions less than 1.19.6-1

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.5AI score0.01241EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.6 views

DEBIAN-CVE-2022-41725

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.7AI score0.01241EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.13 views

AZL-37334 CVE-2022-41725 affecting package golang for versions less than 1.21.6-1

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.5AI score0.01241EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.9 views

AZL-13732 CVE-2022-41725 affecting package golang for versions less than 1.19.5-1

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.5AI score0.01241EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.12 views

AZL-34761 CVE-2022-41725 affecting package golang for versions less than 1.19.5-1

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.5AI score0.01241EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.7 views

UBUNTU-CVE-2022-41725

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.7AI score0.01241EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2023/02/28 5:19 p.m.6 views

CVE-2022-41725 Excessive resource consumption in mime/multipart

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

6.8AI score0.01241EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2023/02/28 5:19 p.m.69 views

CVE-2022-41725

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.6AI score0.01241EPSS
SaveExploits0
Snyk
Snyk
added 2023/02/21 8:44 p.m.9 views

Allocation of Resources Without Limits or Throttling

Overview std/mime/multipart is a Go standard library package std/mime/multipart Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Go Vulnerability Report:A denial of service is possible from excessive resource consumption in net/http and...

8.7CVSS6.7AI score0.01241EPSS
SaveExploits0References3
F5 Networks
F5 Networks
added 2023/02/21 6:49 p.m.45 views

K37451543: TMM vulnerability CVE-2021-23007

Security Advisory Description When the Traffic Management Microkernel TMM process handles certain undisclosed traffic, it may start dropping all fragmented IP traffic. CVE-2021-23007 Impact TMM incorrectly determines that the fragment memory limit has been reached and drops all fragments it...

5.3CVSS6.2AI score0.0158EPSS
SaveExploits1Affected Software13
F5 Networks
F5 Networks
added 2023/02/21 6:46 p.m.68 views

K91084571: PHP vulnerability CVE-2015-8873

Security Advisory Description Stack consumption vulnerability in Zend/zendexceptions.c in PHP before 5.4.44, 5.5.x before 5.5.28, and 5.6.x before 5.6.12 allows remote attackers to cause a denial of service segmentation fault via recursive method calls. CVE-2015-8873 Impact An authenticated...

7.5CVSS9AI score0.03881EPSS
SaveExploits1Affected Software23
F5 Networks
F5 Networks
added 2023/02/21 6:45 p.m.46 views

K33015954: Linux kernel vulnerability CVE-2019-3882

Security Advisory Description A flaw was found in the Linux kernel's vfio interface implementation that permits violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, it may...

5.5CVSS5.7AI score0.00538EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/02/16 4:12 p.m.8 views

golang: regexp/syntax: limit memory used by parsing regexps

A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as...

7.5CVSS6.6AI score0.01427EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/16 3:3 a.m.6 views

SUSE CVE-2022-41725

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

6.5CVSS7AI score0.01241EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2023/02/15 6:20 a.m.9 views

SUSE CVE-2004-0594

The memorylimit functionality in PHP 4.x up to 4.3.7, and 5.x up to 5.0.0RC3, under certain conditions such as when registerglobals is enabled, allows remote attackers to execute arbitrary code by triggering a memorylimit abort during execution of the zendhashinit function and overwriting a...

5.1CVSS8.1AI score0.54856EPSS
SaveExploits2References5
SUSE CVE
SUSE CVE
added 2023/02/15 6:17 a.m.5 views

SUSE CVE-2005-3389

The parsestr function in PHP 4.x up to 4.4.0 and 5.x up to 5.0.5, when called with only one parameter, allows remote attackers to enable the registerglobals directive via inputs that cause a request to be terminated due to the memorylimit setting, which causes PHP to set an internal flag that...

5CVSS7.1AI score0.06299EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2023/02/15 6:14 a.m.6 views

SUSE CVE-2006-4486

Integer overflow in memory allocation routines in PHP before 5.1.6, when running on a 64-bit system, allows context-dependent attackers to bypass the memorylimit restriction...

2.6CVSS7.3AI score0.02316EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 6:11 a.m.6 views

SUSE CVE-2007-4659

The zendalterinientry function in PHP before 5.2.4 does not properly handle an interruption to the flow of execution triggered by a memorylimit violation, which has unknown impact and attack vectors...

7.5CVSS7.1AI score0.03267EPSS
SaveExploits0References3
Rows per page
Query Builder