OESA-2026-1578

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-1578
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-1578.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-1578
Upstream
Published
2026-03-15T11:10:35Z
Modified
2026-08-18T01:19:37.331774098Z
Severity
  • 8.2 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X CVSS Calculator
Summary
nodejs-underscore security update
Details

Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects.

Security Fix(es):

Underscore.js is a utility-belt library for JavaScript. Prior to version 1.13.8, the _.flatten and _.isEqual functions use recursion without a depth limit. Under very specific conditions, an attacker could exploit this to cause a Denial of Service (DoS) attack by triggering a stack overflow. Exploitation requires all of the following: untrusted input must be used to create a deeply recursive data structure (e.g., via JSON.parse with no enforced depth limit), and this structure must be passed to _.flatten or _.isEqual. For _.flatten, the attacker must be able to prepare a data structure consisting solely of arrays at all levels, and no finite depth limit must be passed as the second argument to _.flatten. For _.isEqual, there must exist a code path where two distinct but structurally equivalent data structures, submitted by the same remote client, are compared using _.isEqual. Additionally, exceptions resulting from the stack overflow must not be caught. This vulnerability is fixed in version 1.13.8.(CVE-2026-27601)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:24.03-LTS-SP2 / nodejs-underscore

Package

Name
nodejs-underscore
Purl
pkg:rpm/openEuler/nodejs-underscore&distro=openEuler-24.03-LTS-SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.13.8-1.oe2403sp2

Ecosystem specific

{
    "noarch": [
        "js-underscore-1.13.8-1.oe2403sp2.noarch.rpm",
        "nodejs-underscore-1.13.8-1.oe2403sp2.noarch.rpm"
    ],
    "src": [
        "nodejs-underscore-1.13.8-1.oe2403sp2.src.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-1578.json"