Vulnerability Description
Astro is a web framework for content-driven websites. In versions 1.0.0 through 4.0.18, the source.title and enclosure.type item fields in packages/astro-rss/src/index.ts are interpolated directly into XML template strings without XML-character escaping before being parsed by fast-xml-parser. Both fields are validated only as z.string(), placing no restriction on XML special characters. An attacker who controls these values can inject arbitrary XML into the generated RSS feed: a value containing " can break out of an attribute (as with enclosure.type), and a value containing </source> can close an element early and inject additional nodes (as with source.title). This corrupts feed structure, injects false metadata (for example, a fake <link> pointing to a malicious URL), and can cause feed readers to misparse or display attacker-controlled content. In SSR mode (output: 'server'), the poisoned feed is served on every request to all subscribers. This issue has been fixed in version 4.0.19.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/withastro/astro/commit/fbcfa039dfe3d700b239f595a6c55ee35e45bd
- https://github.com/withastro/astro/pull/17209
- https://github.com/withastro/astro/releases/tag/@astrojs/[email protected]
- https://github.com/withastro/astro/security/advisories/GHSA-8j5q-mfj2-5q9q
- https://github.com/withastro/astro/security/advisories/GHSA-8j5q-mfj2-5q9q
FAQ
What is CVE-2026-59728?
CVE-2026-59728 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Astro is a web framework for content-driven websites. In versions 1.0.0 through 4.0.18, the source.title and enclosure.type item fields in packages/astro-rss/src/index.ts are interpolated directly int...
How severe is CVE-2026-59728?
CVE-2026-59728 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-59728?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.