Lucene search
+L

179 matches found

OSV
OSV
added 2025/10/29 11:16 p.m.9 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.6 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.17 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.7 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 score0.00518EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/29 9:48 p.m.7 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:0 a.m.6 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:0 a.m.6 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:0 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.8 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
NVD
NVD
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.8CVSS0.0048EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/16 4:15 p.m.4 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
OSV
OSV
added 2025/10/16 4:15 p.m.4 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.6 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.211 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.4 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.7 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.6 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
OSV
OSV
added 2025/06/13 4:15 p.m.3 views

UBUNTU-CVE-2025-6052

A flaw was found in how GLib’s GString manages memory when adding data to strings. If a string is already very large, combining it with more input can cause a hidden overflow in the size calculation. This makes the system think it has enough memory when it doesn’t. As a result, data may be writte...

7.5CVSS5.8AI score0.00419EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/12 3:56 p.m.10 views

CLSA-2025-1749743798 php: Fix of CVE-2017-8923

CVE-2017-8923: fix integer overflow in string concatenation - Fix heap buffer overflow via strrepeat...

9.8CVSS7AI score0.07191EPSS
SaveExploits1References1
OSV
OSV
added 2025/06/12 3:48 p.m.9 views

CLSA-2025-1749743304 php: Fix of CVE-2017-8923

CVE-2017-8923: fix integer overflow in string concatenation - Fix heap buffer overflow via strrepeat...

9.8CVSS7AI score0.07191EPSS
SaveExploits1References1
Rows per page
Query Builder