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.
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
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/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 |
|---|---|---|
| vulnerability-lookup | vulnerability-lookup | <= 5.5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
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-7340Integer overflow in ANGLE in Google Chrome on Windows prior …4.3
- CVE-2026-73405An authorization bypass vulnerability in Vulnerability-Looku…5.3
- CVE-2026-7341Use after free in WebRTC in Google Chrome prior to 147.0.772…8.8
- CVE-2026-7342Use after free in WebView in Google Chrome on Android prior …8.8
- CVE-2026-7343Use after free in Views in Google Chrome on Windows prior to…7.5
- CVE-2026-73431Vulnerability-Lookup contains an authentication weakness in…8.8
- CVE-2026-7344Use after free in Accessibility in Google Chrome on Windows …8.8
- CVE-2026-7345Insufficient validation of untrusted input in Feedback in Go…8.3
- CVE-2026-7346Inappropriate implementation in Tint in Google Chrome prior …8.1
- CVE-2026-7347Use after free in Chromoting in Google Chrome prior to 147.0…8.1
- CVE-2026-7348Use after free in Codecs in Google Chrome prior to 147.0.772…8.8
- CVE-2026-7349Use after free in Cast in Google Chrome prior to 147.0.7727.…7.5
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
