Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion') The advisory has been revoked - it doesn't affect any version of package satellite/iop-vulnerability-frontend-rhel9  (opens in a new tab)


Threat Intelligence

EPSS
0.48% (38th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL7-SATELLITEIOPVULNERABILITYFRONTENDRHEL9-15525447
  • published13 Mar 2026
  • disclosed26 Feb 2026

Introduced: 26 Feb 2026

CVE-2026-27942  (opens in a new tab)
CWE-776  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:7.

NVD Description

Note: Versions mentioned in the description apply only to the upstream satellite/iop-vulnerability-frontend-rhel9 package and not the satellite/iop-vulnerability-frontend-rhel9 package as distributed by RHEL.

fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. Prior to version 5.3.8, the application crashes with stack overflow when user use XML builder with preserveOrder:true. Version 5.3.8 fixes the issue. As a workaround, use XML builder with preserveOrder:false or check the input data before passing to builder.