CVE-2025-5702

Source
https://cve.org/CVERecord?id=CVE-2025-5702
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-5702.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-5702
Downstream
Related
Published
2025-06-05T19:15:31.073Z
Modified
2026-04-10T05:30:21.203619Z
Severity
  • 5.6 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L CVSS Calculator
Summary
[none]
Details

The strcmp implementation optimized for the Power10 processor in the GNU C Library version 2.39 and later writes to vector registers v20 to v31 without saving contents from the caller (those registers are defined as non-volatile registers by the powerpc64le ABI), resulting in overwriting of its contents and potentially altering control flow of the caller, or leaking the input strings to the function to other parts of the program.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-5702.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "2.39"
            },
            {
                "fixed": "2.39-209"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "2.40"
            },
            {
                "fixed": "2.40-139"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "2.41"
            },
            {
                "fixed": "2.41-60"
            }
        ]
    }
]