Lucene search
+L

549 matches found

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

AZL-78923 CVE-2025-61725 affecting package golang 1.26.5-2

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
SaveExploits0References1
OSV
OSV
added 2025/10/29 11:16 p.m.13 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
Vulnrichment
Vulnrichment
added 2025/10/29 10:10 p.m.2 views

CVE-2025-61725 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...

8.2AI score0.00604EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/29 10:10 p.m.19 views

CVE-2025-61725 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...

0.00604EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/29 9:48 p.m.9 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.9 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
SUSE CVE
SUSE CVE
added 2025/10/08 11:22 p.m.6 views

SUSE 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...

6.5CVSS8.5AI score0.00604EPSS
SaveExploits0References13
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-26952

Malware in sbrugna...

9.8CVSS9.2AI score0.03459EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.9 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987333)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987333 advisory. In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message Use the string machinery...

7.1CVSS6.3AI score0.0023EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2024-53882

Malicious code in bioql PyPI...

8.6CVSS6.3AI score0.00871EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2023-28554

Malicious code in bioql PyPI...

9.8CVSS6.7AI score0.02281EPSS
SaveExploits0References7
Amazon
Amazon
added 2025/09/08 12:00 a.m.11 views

Medium: ruby3.2

Issue Overview: Net::IMAP implements Internet Message Access Protocol IMAP client functionality in Ruby. Prior to versions 0.5.7, 0.4.20, 0.3.9, and 0.2.5, there is a possibility for denial of service by memory exhaustion when net-imap reads server responses. At any time while the client is...

6.5CVSS6.6AI score0.0047EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2021-3657

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in mbsync versions prior to 1.4.4. Due to inadequate handling of extremely large =2GiB IMAP literals, malicious or compromised IMAP servers, an...

9.8CVSS7.1AI score0.03459EPSS
SaveExploits0References2
Redos
Redos
added 2025/08/26 12:00 a.m.6 views

ROS-20250826-01

The Cyrus IMAP mail server vulnerability is related to an operation exceeding the memory buffer boundaries. Exploitation of the vulnerability could allow a remote attacker to cause a denial of service by sending multiple literals in a single command Cyrus IMAP mail server vulnerability is related...

7.5CVSS7.4AI score0.0307EPSS
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.5 views

Malicious code in babel-plugin-template-literals-qos (npm)

The package babel-plugin-template-literals-qos was found to contain malicious code...

7AI score
SaveExploits0
OSV
OSV
added 2025/08/14 6:52 p.m.6 views

MAL-2025-15293 Malicious code in babel-plugin-template-literals-qos (npm)

The package babel-plugin-template-literals-qos was found to contain malicious code...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/06/25 12:21 a.m.27 views

hibernate-core: SQL injection vulnerability when both hibernate.use_sql_comments and JPQL String literals are used

A flaw was found in hibernate-core in versions prior to and including 5.4.23.Final. A SQL injection in the implementation of the JPA Criteria API can permit unsanitized literals when a literal is used in the SQL comments of the query. This flaw could allow an attacker to access unauthorized...

7.4CVSS7.2AI score0.02929EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/06/11 2:46 p.m.12 views

Regex literal in Hurl files are not escaped when exported to HTML, allowing injections

Given this Hurl file: regex.hurl: GET https://foo.com HTTP 200 Asserts jsonpath "$.body" matches // When exported to HTML: $ hurlfmt --out html regex.hurl GET https://foo.com HTTP 200 Asserts jsonpath "$.body" matches // The regex literal // is not escaped: // When opened in a browser, the code i...

7.2AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/04/28 4:15 p.m.9 views

ALPINE-CVE-2025-43857

Net::IMAP implements Internet Message Access Protocol IMAP client functionality in Ruby. Prior to versions 0.5.7, 0.4.20, 0.3.9, and 0.2.5, there is a possibility for denial of service by memory exhaustion when net-imap reads server responses. At any time while the client is connected, a maliciou...

6.5CVSS6.6AI score0.0047EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/28 4:15 p.m.6 views

DEBIAN-CVE-2025-43857

Net::IMAP implements Internet Message Access Protocol IMAP client functionality in Ruby. Prior to versions 0.5.7, 0.4.20, 0.3.9, and 0.2.5, there is a possibility for denial of service by memory exhaustion when net-imap reads server responses. At any time while the client is connected, a maliciou...

6.5CVSS6.2AI score0.0047EPSS
SaveExploits0References1
Rows per page
Query Builder