CVE-2026-73432
Last modified
CVE-2026-73432 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. Vulnerability-Lookup contains a server-side request forgery (SSRF) vulnerability in the remote-instance synchronization functionality. Remote instance addresses were validated only for basic URL syntax before being stored, while the synchronization worker later dereferenced these addresses using requests.get() with automatic redirect handling and without enforcing network-boundary restrictions. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
Vulnerability-Lookup contains a server-side request forgery (SSRF) vulnerability in the remote-instance synchronization functionality. Remote instance addresses were validated only for basic URL syntax before being stored, while the synchronization worker later dereferenced these addresses using requests.get() with automatic redirect handling and without enforcing network-boundary restrictions. An authenticated administrator with the admin:access permission could configure a remote instance whose address points to an internal, loopback, link-local, or cloud metadata HTTP(S) service. When synchronization is performed, the Vulnerability-Lookup server would issue the request from its own network context. An attacker could also use a publicly accessible URL that redirects to an internal destination, because redirects were previously followed without revalidating the destination. Successful exploitation could allow a privileged attacker to probe or interact with services that are accessible from the Vulnerability-Lookup server but not directly reachable by the attacker, including private network services or cloud instance metadata endpoints. The exact confidentiality, integrity, or availability impact depends on the services reachable from the application server. The patch introduces a shared outbound URL policy that restricts remote instances to HTTP(S), rejects non-public IP addresses, resolves hostnames at request time, and manually validates each redirect destination before following it. The implementation explicitly blocks private, loopback, link-local, multicast, reserved, and unspecified addresses.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| vulnerability-lookup | vulnerability-lookup | <= 5.5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-73432?
How severe is CVE-2026-73432?
How do I fix CVE-2026-73432?
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-73427Trix is a what-you-see-is-what-you-get rich text editor for …2.1
- CVE-2026-73428Trix is a what-you-see-is-what-you-get rich text editor for …4.6
- CVE-2026-73429Russh is a Rust SSH client & server library. Prior to 0.62.4…5.3
- CVE-2026-7343Use after free in Views in Google Chrome on Windows prior to…7.5
- CVE-2026-73430Russh is a Rust SSH client & server library. Prior to 0.62.4…5.3
- CVE-2026-73431Vulnerability-Lookup contains an authentication weakness in…8.8
- CVE-2026-73433A flaw was found in GStreamer gst-plugins-good (avidemux). W…6.6
- CVE-2026-73434A flaw was found in GStreamer gst-plugins-good (avidemux). I…6.1
- CVE-2026-73435On affected platforms running Arista EOS with Open Shortest …8.2
- CVE-2026-73436On affected platforms running Arista EOS with OSPFv2 and OSP…6.5
- CVE-2026-73437On affected platforms running Arista EOS with Dynamic Host C…9.6
- CVE-2026-73438On affected platforms running Arista EOS with Open Shortest …5.3
Are you affected by CVE-2026-73432?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
