VYPR

Seroval

by Lxsmnsyc

npm: seroval

Source repositories

CVEs (5)

  • CVE-2026-24006HigJan 22, 2026
    risk 0.42cvss 7.5epss 0.00

    Seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, serialization of objects with extreme depth can exceed the maximum call stack limit. In version 1.4.1, Seroval introduces a `depthLimit`…

  • CVE-2026-23957HigJan 22, 2026
    risk 0.42cvss 7.5epss 0.00

    seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, overriding encoded array lengths by replacing them with an excessively large value causes the deserialization process to significantly…

  • CVE-2026-23956HigJan 22, 2026
    risk 0.42cvss 7.5epss 0.00

    seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 0.2.0 through 1.4.0, overriding RegExp serialization with extremely large patterns can exhaust JavaScript runtime memory during deserialization.…

  • CVE-2026-23737Jan 21, 2026
    risk 0.00cvss epss 0.01

    seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, improper input handling in the JSON deserialization component can lead to arbitrary JavaScript code execution. Exploitation is possible via…

  • CVE-2026-23736Jan 21, 2026
    risk 0.00cvss epss 0.00

    seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, due to improper input validation, a malicious object key can lead to prototype pollution during JSON deserialization. This vulnerability…