VYPR

rpm package

opensuse/python-pytest-html&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/python-pytest-html&distro=openSUSE%20Tumbleweed

Vulnerabilities (9)

  • CVE-2026-13149HigJun 30, 2026
    affected < 4.2.0-4.1fixed 4.2.0-4.1

    brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause sign

  • CVE-2026-13311HigJun 25, 2026
    affected < 4.2.0-3.1fixed 4.2.0-3.1

    shell-quote prior to 1.8.5 finalizes parsed tokens in parse() using Array.prototype.concat as a reduce accumulator, which reallocates and copies the entire growing array on every iteration. As a result parse() runs in O(n^2) time relative to the number of input tokens. An attacke

  • CVE-2026-53550MedJun 22, 2026
    affected < 4.2.0-3.1fixed 4.2.0-3.1

    js-yaml is a JavaScript YAML parser and dumper. Prior to 4.2.0 and 3.15.0, a crafted YAML document can trigger algorithmic CPU exhaustion in js-yaml merge-key processing (<<) by repeating the same alias many times in a merge sequence. This causes quadratic parse-time behavior rel

  • CVE-2026-9277HigMay 22, 2026
    affected < 4.2.0-2.1fixed 4.2.0-2.1

    shell-quote's `quote()` function did not validate object-token inputs against the operator model used by `parse()`. The `.op` field was backslash-escaped character by character using `/(.)/g`, which in JavaScript does not match line terminators (\n, \r, U+2028, U+2029). A line te

  • CVE-2025-6545CriJun 23, 2025
    affected < 4.1.1-6.1fixed 4.1.1-6.1

    Improper Input Validation vulnerability in pbkdf2 allows Signature Spoofing by Improper Validation. This vulnerability is associated with program files lib/to-buffer.Js. This issue affects pbkdf2: from 3.0.10 through 3.1.2.

  • CVE-2025-5889LowJun 9, 2025
    affected < 4.1.1-6.1fixed 4.1.1-6.1

    A vulnerability was found in juliangruber brace-expansion up to 1.1.11/2.0.1/3.0.0/4.0.0. It has been rated as problematic. Affected by this issue is the function expand of the file index.js. The manipulation leads to inefficient regular expression complexity. The attack may be l

  • CVE-2024-21538HigNov 8, 2024
    affected < 4.1.1-4.1fixed 4.1.1-4.1

    Versions of the package cross-spawn before 6.0.6, from 7.0.0 and before 7.0.5 are vulnerable to Regular Expression Denial of Service (ReDoS) due to improper input sanitization. An attacker can increase the CPU usage and crash the program by crafting a very large and well crafted

  • CVE-2024-48948MedOct 15, 2024
    affected < 4.1.1-3.1fixed 4.1.1-3.1

    The Elliptic package 6.5.7 for Node.js, in its for ECDSA implementation, does not correctly verify valid signatures if the hash contains at least four leading 0 bytes and when the order of the elliptic curve's base point is smaller than the hash, because of an _truncateToN anomal

  • CVE-2024-48949CriOct 10, 2024
    affected < 4.1.1-2.1fixed 4.1.1-2.1

    The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg()" validation.