CVE-2025-61724

Source
https://cve.org/CVERecord?id=CVE-2025-61724
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-61724.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-61724
Aliases
Downstream
Related
Published
2025-10-29T22:10:14.609Z
Modified
2026-05-15T04:14:08.026274804Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
Excessive CPU consumption in Reader.ReadResponse in net/textproto
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/61xxx/CVE-2025-61724.json",
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "fixed": "1.24.8"
                },
                {
                    "introduced": "1.25.0"
                },
                {
                    "fixed": "1.25.2"
                }
            ]
        }
    ],
    "cna_assigner": "Go"
}
References

Affected packages