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.84% (55th 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-15525496
  • published13 Mar 2026
  • disclosed19 Feb 2026

Introduced: 19 Feb 2026

CVE-2026-26278  (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. In versions 4.1.3 through 5.3.5, the XML parser can be forced to do an unlimited amount of entity expansion. With a very small XML input, it’s possible to make the parser spend seconds or even minutes processing a single request, effectively freezing the application. Version 5.3.6 fixes the issue. As a workaround, avoid using DOCTYPE parsing by processEntities: false option.