VYPR

rpm package

opensuse/go-sendxmpp&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/go-sendxmpp&distro=openSUSE%20Tumbleweed

Vulnerabilities (5)

  • CVE-2026-39821CriMay 22, 2026
    affected < 0.16.0-1.1fixed 0.16.0-1.1

    The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in program

  • CVE-2026-1229CriFeb 24, 2026
    affected < 0.16.0-1.1fixed 0.16.0-1.1

    The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas. ECDH and ECDSA signing relying on this curve are not affected. The bug was fixed in v1.6.3 https://

  • CVE-2025-58190MedFeb 5, 2026
    affected < 0.15.1-1.1fixed 0.15.1-1.1

    The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.

  • CVE-2025-47911MedFeb 5, 2026
    affected < 0.15.1-1.1fixed 0.15.1-1.1

    The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.

  • CVE-2025-22872MedApr 16, 2025
    affected < 0.15.0-1.1fixed 0.15.0-1.1

    The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can resul