CVE-2026-54339
Last modified
CVE-2026-54339 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. Glean is a self-hosted RSS reader and personal knowledge management tool. Prior to 0.2.6, POST /api/feeds/discover passes an attacker-supplied feed_url to discover_feed(feed_url), creates a subscription through FeedService.create_subscription(), and enqueues fetch_feed_task. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
Glean is a self-hosted RSS reader and personal knowledge management tool. Prior to 0.2.6, POST /api/feeds/discover passes an attacker-supplied feed_url to discover_feed(feed_url), creates a subscription through FeedService.create_subscription(), and enqueues fetch_feed_task. The background path calls fetch_feed(feed.url) and parse_feed(), which assigns each RSS item link to ParsedEntry.url. The task then passes ParsedEntry.url to fetch_and_extract_fulltext(parsed_entry.url) without network-level validation in backend/packages/rss/glean_rss/extractor.py and backend/apps/worker/glean_worker/tasks/feed_fetcher.py. A malicious feed can therefore make the server request private, loopback, link-local, or cloud-metadata resources. The fetched response is stored in Entry.content and can be retrieved through GET /api/entries/{id}, producing non-blind server-side request forgery with full response disclosure. This can bypass network perimeters, probe internal services and ports, expose internal configuration or web content, and potentially disclose cloud metadata access tokens. This issue is fixed in version 0.2.6.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| LeslieLeung | glean | < 0.2.6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-54339?
How severe is CVE-2026-54339?
How do I fix CVE-2026-54339?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54333UEFI Firmware Parser parses BIOS, Intel ME, and UEFI firmwar…9.8
- CVE-2026-54334UEFI Firmware Parser parses BIOS, Intel ME, and UEFI firmwar…9.8
- CVE-2026-54335Feathersjs is a framework for creating web APIs and real-tim…3.7
- CVE-2026-54336JumpServer is an open source bastion host and an operation a…5.4
- CVE-2026-54337Fireshare facilitates self-hosted media and link sharing. Pr…9.8
- CVE-2026-54338JupyterHub is software that allows users to create a multi-u…5.3
- CVE-2026-5434Honeywell Control Network Module (CNM) contains insertion of…5.9
- CVE-2026-54340h2o is an HTTP server with support for HTTP/1.x, HTTP/2 and …7.5
- CVE-2026-54341Dragonfly is an in-memory data store built for modern applic…7.5
- CVE-2026-54342In epa4all, prior to version 2026-05-20, an attacker on the …8.1
- CVE-2026-54343Frappe Learning Management System (LMS) is a learning system…8.7
- CVE-2026-54344ToolJet is an open-source low-code platform for building int…8.8
Are you affected by CVE-2026-54339?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
