CVE-2026-77066
Last modified
CVE-2026-77066 is a medium-severity vulnerability rated 5/10 on the CVSS scale. The scanFeedsResolver in packages/api/src/resolvers/subscriptions/index.ts passes the caller-supplied url straight to axios.get(url, rssParserConfig()) with no address validation. The same file guards the subscribe path with validateUrl(), which rejects private and reserved ranges through the private-ip library, and createPageSaveRequest applies the same check, so the omission is specific to this resolver. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
The scanFeedsResolver in packages/api/src/resolvers/subscriptions/index.ts passes the caller-supplied url straight to axios.get(url, rssParserConfig()) with no address validation. The same file guards the subscribe path with validateUrl(), which rejects private and reserved ranges through the private-ip library, and createPageSaveRequest applies the same check, so the omission is specific to this resolver. An authenticated user can direct the server to request arbitrary internal endpoints. The response is parsed as a feed or as HTML and the resolver returns the resulting url, title, description and type fields, so disclosure is limited to feed-shaped metadata and to link elements advertising RSS or Atom feeds; requests that do not parse still distinguish reachable ports from unreachable ones through the resulting error.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| omnivore-app | omnivore | < c4d7d8562e6b9aabb1d8e4dabca268e314baa43a |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-77066?
How severe is CVE-2026-77066?
How do I fix CVE-2026-77066?
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-77036A vulnerability was found in elunez eladmin up to 2.7. The i…6.3
- CVE-2026-77037multer is a middleware for handling multipart/form-data in N…7.5
- CVE-2026-7704A vulnerability has been found in AV Stumpfl Pixera Two Medi…4.3
- CVE-2026-7705A flaw has been found in JD Cloud JDCOS 4.5.1.r4518. This vu…6.3
- CVE-2026-7706A vulnerability has been found in Open5GS up to 2.7.7. This …4.3
- CVE-2026-77063multer is a middleware for handling multipart/form-data in N…3.7
- CVE-2026-77067The setWebhookResolver in packages/api/src/resolvers/webhook…5
- CVE-2026-77068n8n before 2.33.4 and 2.34.x before 2.34.1 contain a remote …8.7
- CVE-2026-77069n8n before 1.123.69, 2.33.4, and 2.34.1 contains an SSRF pro…2.3
- CVE-2026-7707A vulnerability was found in Open5GS up to 2.7.7. Impacted i…4.3
- CVE-2026-77070n8n before 1.123.69, 2.33.4, and 2.34.1 contains a NoSQL inj…7.1
- CVE-2026-77071n8n before 1.123.69, 2.33.4, and 2.34.1 contains a PostgREST…7.1
Are you affected by CVE-2026-77066?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
