CVE-2026-77066

Source
https://cve.org/CVERecord?id=CVE-2026-77066
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-77066.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-77066
Published
2026-08-20T11:05:50Z
Modified
2026-08-23T03:42:31Z
Severity
  • 5.3 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
Omnivore Server-Side Request Forgery via the scanFeeds GraphQL Query
Details

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.

Database specific
{
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
        "CWE-918"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77066.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "fixed": "c4d7d8562e6b9aabb1d8e4dabca268e314baa43a"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/omnivore-app/omnivore

Affected ranges

Type
GIT
Repo
https://github.com/omnivore-app/omnivore
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "REFERENCES"
}

Affected versions

android-0.*
android-0.0.101
android-0.0.102
android-0.0.110
android-0.0.118
android-0.0.122
android-0.0.124
android-0.0.126
android-0.0.130
android-0.0.132
android-0.0.134
android-0.0.146
android-0.0.152
android-0.0.158
android-0.0.170
android-0.0.178
android-0.190.0
android-0.192.0
android-0.194.0
android-0.194.1
android-0.200.1
android-0.200.2
android-0.200.4
android-0.200.5
android-0.200.8
android-0.202.0
android-0.202.3
android-0.202.4
android-0.218.0
android-0.220.0
extension-2.*
extension-2.8.9
v1.*
v1.4.2-10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-77066.json"