Lucene search
+L

148 matches found

NVD
NVD
added 2026/07/27 9:17 p.m.11 views

CVE-2026-59728

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. Bot...

4.3CVSS0.00265EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/27 7:54 p.m.40 views

CVE-2026-59728 @astrojs/rss: XML Injection via Unescaped RSS Feed Fields

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. Bot...

4.3CVSS0.00265EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/27 7:54 p.m.13 views

EUVD-2026-49584

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. Bot...

4.3CVSS5.9AI score0.00265EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 11:21 p.m.9 views

GHSA-8J5Q-MFJ2-5Q9Q @astrojs/rss: XML Injection via Unescaped RSS Feed Fields

Summary In @astrojs/rss, the source.title and enclosure.type item fields are interpolated directly into XML template strings without XML-character escaping before being parsed by fast-xml-parser. An attacker who controls these field values can inject arbitrary XML elements into the generated RSS...

4.3CVSS5.6AI score0.00265EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/07/20 11:21 p.m.13 views

XML Injection

Overview @astrojs/rss is an Add RSS feeds to your Astro projects Affected versions of this package are vulnerable to XML Injection via the source.title and enclosure.type fields, which are interpolated directly into XML templates without proper escaping. An attacker can inject arbitrary XML...

8.7CVSS5.6AI score0.00265EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/20 11:21 p.m.17 views

@astrojs/rss: XML Injection via Unescaped RSS Feed Fields

Summary In @astrojs/rss, the source.title and enclosure.type item fields are interpolated directly into XML template strings without XML-character escaping before being parsed by fast-xml-parser. An attacker who controls these field values can inject arbitrary XML elements into the generated RSS...

4.3CVSS5.7AI score0.00265EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/20 12:00 a.m.12 views

PT-2026-61808

Summary In @astrojs/rss, the source.title and enclosure.type item fields are interpolated directly into XML template strings without XML-character escaping before being parsed by fast-xml-parser. An attacker who controls these field values can inject arbitrary XML elements into the generated RSS...

4.3CVSS5.6AI score0.00265EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/15 6:21 p.m.16 views

Koel: Full-read SSRF via podcast enclosure URL: isPublicHost() filter_var guard does not reject NAT64 (64:ff9b::/96) or 6to4 (2002::/16) IPv6-transition wrappers of internal IPv4

Summary Koel's outbound-URL guard App\Helpers\Network::isPublicHost classifies an IP as "public" using PHP's filtervar$ip, FILTERVALIDATEIP, FILTERFLAGNOPRIVRANGE | FILTERFLAGNORESRANGE. That flag set does not recognise IPv6 transition-address forms that embed a private/loopback/link-local IPv4:...

5.3CVSS6.2AI score0.00272EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/06/12 8:16 p.m.28 views

CVE-2026-47260

Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule DNS resolution + public IP check, but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation...

7.7CVSS0.00302EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/06/12 6:50 p.m.38 views

CVE-2026-47260 Koel Vulnerable to SSRF via Podcast Episode Enclosure URLs

Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule DNS resolution + public IP check, but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation...

7.7CVSS0.00302EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/06/12 6:50 p.m.16 views

CVE-2026-47260 Koel Vulnerable to SSRF via Podcast Episode Enclosure URLs

Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule DNS resolution + public IP check, but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation...

7.7CVSS5.3AI score0.00302EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/12 6:50 p.m.50 views

CVE-2026-47260

Koel (pre-9.3.5) is vulnerable to SSRF via unvalidated podcast enclosure URLs extracted from RSS feeds. The SafeUrl rule validates only the feed URL, not enclosure URLs, which are stored directly in the database and later fetched with Http::sink()->get() when playing an episode, enabling full-...

7.7CVSS5.3AI score0.00302EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/12 6:50 p.m.17 views

CVE-2026-47260 Koel Vulnerable to SSRF via Podcast Episode Enclosure URLs

Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule DNS resolution + public IP check, but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation...

7.7CVSS5.9AI score
SaveExploits0References4
EUVD
EUVD
added 2026/06/12 6:50 p.m.17 views

EUVD-2026-36545

Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule DNS resolution + public IP check, but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation...

7.7CVSS5.3AI score0.00302EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/29 7:56 p.m.14 views

Server-side Request Forgery (SSRF)

Overview phanan/koel is a personal audio streaming service. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the processing of unvalidated enclosure URLs in podcast episode feeds. An attacker can access sensitive internal resources and exfiltrate data by...

7.7CVSS5.8AI score0.00302EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/29 7:56 p.m.26 views

GHSA-7J2F-6H2R-6CQC Koel Vulnerable to SSRF via Podcast Episode Enclosure URLs

Summary Koel validates the podcast feed URL via the SafeUrl rule DNS resolution + public IP check, but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation. When a user plays an episode, the server downloads the full HTTP...

7.7CVSS5.8AI score0.00302EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/05/29 7:56 p.m.30 views

Koel Vulnerable to SSRF via Podcast Episode Enclosure URLs

Summary Koel validates the podcast feed URL via the SafeUrl rule DNS resolution + public IP check, but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation. When a user plays an episode, the server downloads the full HTTP...

7.7CVSS5.8AI score0.00302EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/29 12:00 a.m.26 views

PT-2026-45047

Name of the Vulnerable Software and Affected Versions Koel versions prior to 9.3.5 Description Koel fails to validate individual episode enclosure URLs extracted from RSS XML feeds, despite validating the main podcast feed URL. These unvalidated URLs are stored in the database and subsequently...

7.7CVSS5.3AI score0.00302EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fixed possible out-of-bounds accesses to addldescptr. Sanitized possible out-of-bounds accesses to addldescptr in sesenclosuredataprocess...

5.9AI score0.00289EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in node-glob-parent

This affects the glob-parent package before version 5.1.2. The enclosure regex used to check for strings ending with an enclosure containing a path separator is affected...

7.5CVSS8AI score0.04579EPSS
SaveExploits1References1
Rows per page
Query Builder