Lucene search
+L

222 matches found

OSV
OSV
added 2025/10/29 11:16 p.m.5 views

AZL-98730 CVE-2025-61725 affecting package golang 1.27.1-1

The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption...

7.5CVSS0.00604EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/29 11:16 p.m.4 views

AZL-98850 CVE-2025-61724 affecting package golang 1.27.1-1

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption...

5.3CVSS0.00518EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/29 11:16 p.m.15 views

AZL-69164 CVE-2025-61724 affecting package msft-golang 1.24.13-1

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption...

5.3CVSS7.2AI score0.00518EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/29 11:16 p.m.15 views

UBUNTU-CVE-2025-61725

The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption...

7.5CVSS6.7AI score0.00604EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/29 11:16 p.m.12 views

UBUNTU-CVE-2025-61724

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption...

5.3CVSS7.1AI score0.00518EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/29 10:10 p.m.22 views

CVE-2025-61724 Excessive CPU consumption in Reader.ReadResponse in net/textproto

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption...

0.00518EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/29 10:10 p.m.11 views

CVE-2025-61724 Excessive CPU consumption in Reader.ReadResponse in net/textproto

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption...

5.3CVSS6.7AI score
SaveExploits0References8
OSV
OSV
added 2025/10/29 9:48 p.m.10 views

GO-2025-4006 Excessive CPU consumption in ParseAddress in net/mail

The ParseAddress function constructs domain-literal address components through repeated string concatenation. When parsing large domain-literal components, this can cause excessive CPU consumption...

7.5CVSS8.5AI score0.00604EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/29 12:00 a.m.10 views

Google Go 安全漏洞

Google Go is a static strongly typed, compiled, concatenated, and garbage-collected programming language from Google, Inc USA. A security vulnerability exists in Google Go, which stems from the ParseAddress function constructing a domain literal address component by repeating string concatenation...

7.5CVSS6.3AI score0.00604EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/10/29 12:00 a.m.10 views

Google Go 安全漏洞

Google Go is a static strongly typed, compiled, concatenated, and garbage-collected programming language from Google, Inc. A security vulnerability exists in Google Go, which stems from the Reader.ReadResponse function constructing a response string by concatenating repetitive strings, which may...

5.3CVSS6.3AI score0.00518EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/17 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-62494

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand opera...

8.8CVSS6.5AI score0.0048EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/16 6:30 p.m.11 views

EUVD-2025-34780

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

7.1CVSS7.4AI score0.0048EPSS
SaveExploits1References3
OSV
OSV
added 2025/10/16 4:15 p.m.6 views

DEBIAN-CVE-2025-62494

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

8.8CVSS6.6AI score0.0048EPSS
SaveExploits1References1
OSV
OSV
added 2025/10/16 4:15 p.m.7 views

CVE-2025-62494

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

8.8CVSS6.3AI score
SaveExploits0References2
NVD
NVD
added 2025/10/16 4:15 p.m.12 views

CVE-2025-62494

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

8.8CVSS0.0048EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/16 4:15 p.m.14 views

UBUNTU-CVE-2025-62494

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

8.8CVSS6.3AI score0.0048EPSS
SaveExploits1References4
CVE
CVE
added 2025/10/16 3:51 p.m.224 views

CVE-2025-62494

Summary: CVE-2025-62494 is a type-confusion vulnerability in the QuickJS engine’s string concatenation path. During the + operation, if the left operand is a string, the code converts the right operand to a primitive via JS_ToPrimitiveFree, which can trigger callbacks (toString/valueOf). While th...

8.8CVSS7.6AI score0.0048EPSS
SaveExploits1References2Affected Software1
AlpineLinux
AlpineLinux
added 2025/10/16 3:51 p.m.8 views

CVE-2025-62494

A type confusion vulnerability exists in the handling of the string addition + operation within the QuickJS engine. The code first checks if the left-hand operand is a string. It then attempts to convert the right-hand operand to a primitive value using JSToPrimitiveFree. This conversion can...

8.8CVSS7.9AI score0.0048EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2025/10/08 11:22 p.m.10 views

SUSE CVE-2025-61724

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption...

5.3CVSS6.9AI score0.00518EPSS
SaveExploits0References13
Microsoft CVE
Microsoft CVE
added 2025/10/02 6:11 a.m.8 views

The zend_string_extend function in Zend/zend_string.h in PHP through 7.1.5 does not prevent changes to string objects that result in a negative length, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact by leveraging a script's use of .= with a long string.

...

9.8CVSS9.3AI score0.07191EPSS
SaveExploits1
Rows per page
Query Builder